hi,
sending few fixes for perf ftrace:function event handling.
It's v2 for following original post:
  http://marc.info/?l=linux-kernel&m=144846634815636&w=2

v2 changes:
  - using ftrace_ops::private to store event pointer
  - moving attr::exclude_kernel check into event init processing

thanks,
jirka
---
Jiri Olsa (3):
      ftrace: Check sample types only for sampling events
      perf: Move exclude_kernel tracepoint check to init event
      perf ftrace: Use ftrace_ops::private to store event pointer

 include/linux/perf_event.h      |  3 +++
 kernel/events/core.c            | 30 +++++++++++++++++++++++++-----
 kernel/trace/trace_event_perf.c | 28 +++++++++++++++++++---------
 3 files changed, 47 insertions(+), 14 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