Commit ff7b1b4f authored by Steven Whitehouse's avatar Steven Whitehouse Committed by Ingo Molnar

perfcounters: export perf_tpcounter_event

Needed for modular tracepoint support.
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 0f3fd87c
......@@ -2590,6 +2590,7 @@ void perf_tpcounter_event(int event_id)
__perf_swcounter_event(PERF_TYPE_TRACEPOINT, event_id, 1, 1, regs, 0);
}
EXPORT_SYMBOL_GPL(perf_tpcounter_event);
extern int ftrace_profile_enable(int);
extern void ftrace_profile_disable(int);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment