|
@@ -836,13 +836,11 @@ extern const char *__stop___trace_bprintk_fmt[];
|
|
|
filter)
|
|
|
#include "trace_entries.h"
|
|
|
|
|
|
-#ifdef CONFIG_PERF_EVENTS
|
|
|
#ifdef CONFIG_FUNCTION_TRACER
|
|
|
int perf_ftrace_event_register(struct ftrace_event_call *call,
|
|
|
enum trace_reg type, void *data);
|
|
|
#else
|
|
|
#define perf_ftrace_event_register NULL
|
|
|
#endif /* CONFIG_FUNCTION_TRACER */
|
|
|
-#endif /* CONFIG_PERF_EVENTS */
|
|
|
|
|
|
#endif /* _LINUX_KERNEL_TRACE_H */
|