diff options
author | Lai Jiangshan <laijs@cn.fujitsu.com> | 2009-03-13 05:51:27 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-03-13 06:36:20 -0400 |
commit | e94142a67f8bad494c593f0a07c9fc2fbec98c0e (patch) | |
tree | 75419622606aa186da5592302c91cb93471bec26 /include/linux/ftrace.h | |
parent | 850a80cfaa5aec3e626eb3736eff890a80e4fa77 (diff) |
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.h | 1 |
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 { | |||
145 | }; | 145 | }; |
146 | 146 | ||
147 | struct dyn_ftrace { | 147 | struct dyn_ftrace { |
148 | struct list_head list; | ||
149 | unsigned long ip; /* address of mcount call-site */ | 148 | unsigned long ip; /* address of mcount call-site */ |
150 | unsigned long flags; | 149 | unsigned long flags; |
151 | struct dyn_arch_ftrace arch; | 150 | struct dyn_arch_ftrace arch; |