]> asedeno.scripts.mit.edu Git - linux.git/commit
tracing: Allow histogram triggers to access ftrace internal events
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 10 May 2018 16:42:10 +0000 (12:42 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 29 May 2018 12:29:22 +0000 (08:29 -0400)
commit3be4c1e52aa5a917aacb1c3829c2d89096b30230
tree1b3275d410097f15944049210cd4ee1921b52ac4
parent4a0772cf0674346f3c1ff1043e440523b7e3131b
tracing: Allow histogram triggers to access ftrace internal events

Now that trace_marker can have triggers, including a histogram triggers, the
onmatch() and onmax() access the trace event. To do so, the search routine
to find the event file needs to use the raw __find_event_file() that does
not filter out ftrace events.

Reviewed-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace_events_hist.c