Now that the trace_event structure is embedded in the ftrace_event_call
structure, there is no need for the ftrace_event_call id field.
The id field is the same as the trace_event type field.
Removing the id and re-arranging the structure brings down the tracepoint
footprint by another 5K.
text data bss dec hex filename
4913961 1088356 861512 6863829 68bbd5 vmlinux.orig
4895024
|
||
|---|---|---|
| .. | ||
| events | ||
| boot.h | ||
| define_trace.h | ||
| ftrace.h | ||
| syscall.h | ||