Some more updates to the linux-next queue for 3.10. Li Zefan did a few updates to save a bit of kernel memory.
I did a few minor fixes to the previous patchset I sent out. -- Steve Li Zefan (4): tracing: Add a helper function for event print functions tracing: Annotate event field-defining functions with __init tracing/syscalls: Annotate field-defining functions with __init tracing: Fix some section mismatch warninings Steven Rostedt (Red Hat) (2): tracing: Add __per_cpu annotation to trace array percpu data pointer tracing: Fix trace events build without modules ---- include/linux/ftrace_event.h | 8 ++++-- include/trace/ftrace.h | 27 ++++++-------------- kernel/trace/trace.h | 2 +- kernel/trace/trace_events.c | 55 +++++++++++++++++++++++++++-------------- kernel/trace/trace_export.c | 4 +-- kernel/trace/trace_output.c | 26 +++++++++++++++++++ kernel/trace/trace_syscalls.c | 8 +++--- 7 files changed, 83 insertions(+), 47 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/