diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/perf.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/perf/perf.h b/tools/perf/perf.h index 50aa88d..622949d 100644 --- a/tools/perf/perf.h +++ b/tools/perf/perf.h @@ -198,11 +198,6 @@ static inline unsigned long long rdclock(void) return ts.tv_sec * 1000000000ULL + ts.tv_nsec; } -/* - * Pick up some kernel type conventions: - */ -#define asmlinkage - extern bool test_attr__enabled; void test_attr__init(void); void test_attr__open(struct perf_event_attr *attr, pid_t pid, int cpu, |