aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace.h
diff options
context:
space:
mode:
authorLai Jiangshan <laijs@cn.fujitsu.com>2009-03-13 17:51:27 +0800
committerIngo Molnar <mingo@elte.hu>2009-03-13 11:36:20 +0100
commite94142a67f8bad494c593f0a07c9fc2fbec98c0e (patch)
tree75419622606aa186da5592302c91cb93471bec26 /include/linux/ftrace.h
parentftrace: use seq_read (diff)
downloadlinux-dev-e94142a67f8bad494c593f0a07c9fc2fbec98c0e.tar.xz
linux-dev-e94142a67f8bad494c593f0a07c9fc2fbec98c0e.zip
ftrace: remove struct list_head from struct dyn_ftrace
Impact: save memory The struct dyn_ftrace table is very large, this patch will save about 50%. Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> Cc: Steven Rostedt <srostedt@redhat.com> LKML-Reference: <49BA2C9F.8020009@cn.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/ftrace.h')
-rw-r--r--include/linux/ftrace.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h
index c146c1021a29..9d598bbf28a6 100644
--- a/include/linux/ftrace.h
+++ b/include/linux/ftrace.h
@@ -145,7 +145,6 @@ enum {
};
struct dyn_ftrace {
- struct list_head list;
unsigned long ip; /* address of mcount call-site */
unsigned long flags;
struct dyn_arch_ftrace arch;