1 2 3 4 5 6 7 8 9 10 11
/* Public domain. */ #ifndef _LINUX_PERF_EVENT_H #define _LINUX_PERF_EVENT_H #include <linux/ftrace.h> struct pmu { }; #endif