The first two patches have already been sent to Linus. I'm just including
them here as I based the other patches on top.

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

Head SHA1: 8d414bd2f77ce858f6b9d119c63b9ce29cf0b75d


Alexei Starovoitov (1):
      ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace records

Masami Hiramatsu (1):
      ftrace: Support full glob matching

Steven Rostedt (Red Hat) (3):
      ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip records
      tracing: Optimise comparison filters and fix binary and for 64 bit
      tracing/filter: Define op as the enum that it is

Zhou Chengming (1):
      tracing: Allow wakeup_dl tracer to be used by instances

----
 Documentation/trace/events.txt     |   9 +--
 Documentation/trace/ftrace.txt     |   9 +--
 kernel/trace/Kconfig               |   2 +
 kernel/trace/ftrace.c              |  28 ++++++++-
 kernel/trace/trace.c               |   2 +-
 kernel/trace/trace.h               |   2 +
 kernel/trace/trace_events_filter.c | 119 +++++++++++++++++++++++--------------
 kernel/trace/trace_sched_wakeup.c  |   1 +
 8 files changed, 115 insertions(+), 57 deletions(-)

Reply via email to