git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next

Head SHA1: ddd70280bf0e92ad81a9526971409603fba21679


Dmitry Safonov (5):
      ftrace: Remove redundant strsep in mod_callback
      ftrace: Clarify code for mod command
      ftrace: Introduce ftrace_glob structure
      ftrace: add module globbing
      Documentation: ftrace: Module globbing usage

Rasmus Villemoes (2):
      tracing: Use kstrdup_const instead of private implementation
      ftrace: Remove redundant swap function

Tal Shorer (2):
      tracing: Allow disabling compilation of specific trace systems
      tracing: gpio: Add Kconfig option for enabling/disabling trace events

----
 Documentation/trace/ftrace.txt |  17 ++++
 include/linux/tracepoint.h     |  17 +++-
 include/trace/define_trace.h   |   2 +-
 include/trace/events/gpio.h    |   4 +
 kernel/trace/Kconfig           |   7 ++
 kernel/trace/ftrace.c          | 178 ++++++++++++++++++++---------------------
 kernel/trace/trace_events.c    |  24 ++----
 7 files changed, 138 insertions(+), 111 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to