diff options
author | Li Zefan <[email protected]> | 2009-12-08 11:14:20 +0800 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2009-12-13 18:34:23 +0100 |
commit | 87d9b4e1c52867a45331a9a5495f6448e0c68b23 (patch) | |
tree | dcac60fbfa60eec687d723fad780165cec5fd9b1 /scripts/basic/docproc.c | |
parent | 4819568f23a8bef0ca99b740ca60fe2450ab0aac (diff) |
tracing: Extract duplicate ftrace_raw_init_event_foo()
Use a generic trace_event_raw_init() function for all event's raw_init
callbacks (but kprobes) instead of defining the same version for each
of these.
This shrinks the kernel code:
text data bss dec hex filename
5355293 1961928 7103260 14420481 dc0a01 vmlinux.o.old
5346802 1961864 7103260 14411926 dbe896 vmlinux.o
raw_init can't be removed, because ftrace events and kprobe events
use different raw_init callbacks. Though it's possible to totally
remove raw_init, I choose to leave it as it is for now.
Signed-off-by: Li Zefan <[email protected]>
Acked-by: Steven Rostedt <[email protected]>
Cc: Jason Baron <[email protected]>
Cc: Ingo Molnar <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
Diffstat (limited to 'scripts/basic/docproc.c')
0 files changed, 0 insertions, 0 deletions