diff options
author | Jiri Olsa <[email protected]> | 2014-05-05 12:26:14 +0200 |
---|---|---|
committer | Jiri Olsa <[email protected]> | 2014-05-05 17:45:20 +0200 |
commit | 3dd422b4a5009e7654846534d535758d4cc985db (patch) | |
tree | 6bc938a5241334f16e0a38d0466b758da04e6a6a | |
parent | d944c4eebcf4c0d5e5d9728fec110cbf0047ad7f (diff) |
perf tools: Remove MAX_COUNTERS define from perf.h
As it's no longer used.
Acked-by: Arnaldo Carvalho de Melo <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Corey Ashford <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Jiri Olsa <[email protected]>
-rw-r--r-- | tools/perf/perf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/perf.h b/tools/perf/perf.h index 5aa8ac45082f..3bea2e642fa9 100644 --- a/tools/perf/perf.h +++ b/tools/perf/perf.h @@ -231,7 +231,6 @@ sys_perf_event_open(struct perf_event_attr *attr, return fd; } -#define MAX_COUNTERS 256 #define MAX_NR_CPUS 256 struct ip_callchain { |