summaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace_event.h
diff options
context:
space:
mode:
authorSteven Rostedt2009-09-11 17:36:23 +0200
committerSteven Rostedt2009-09-11 17:36:23 +0200
commit48659d31195bb76d688e99dabd816c5472fb1656 (patch)
tree9d7d7f9ac50a6de1be1bfe28a31ee13e369fc04b /include/linux/ftrace_event.h
parenttracing: add latency format to function_graph tracer (diff)
downloadkernel-qcow2-linux-48659d31195bb76d688e99dabd816c5472fb1656.tar.gz
kernel-qcow2-linux-48659d31195bb76d688e99dabd816c5472fb1656.tar.xz
kernel-qcow2-linux-48659d31195bb76d688e99dabd816c5472fb1656.zip
tracing: move tgid out of generic entry and into userstack
The userstack trace required the recording of the tgid entry. Unfortunately, it was added to the generic entry where it wasted 4 bytes of every entry and was only used by one entry. This patch moves it out of the generic field and moves it into the only user (userstack_entry). Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'include/linux/ftrace_event.h')
-rw-r--r--include/linux/ftrace_event.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h
index 23f7179bf74e..06c795b536c2 100644
--- a/include/linux/ftrace_event.h
+++ b/include/linux/ftrace_event.h
@@ -34,7 +34,6 @@ struct trace_entry {
unsigned char flags;
unsigned char preempt_count;
int pid;
- int tgid;
};
#define FTRACE_MAX_EVENT \