diff options
Diffstat (limited to 'tools/perf/builtin-report.c')
-rw-r--r-- | tools/perf/builtin-report.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index e104ed3c8418..05d52ff4c33d 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c | |||
@@ -27,10 +27,6 @@ | |||
27 | 27 | ||
28 | #include "util/thread.h" | 28 | #include "util/thread.h" |
29 | 29 | ||
30 | #define SHOW_KERNEL 1 | ||
31 | #define SHOW_USER 2 | ||
32 | #define SHOW_HV 4 | ||
33 | |||
34 | static char const *input_name = "perf.data"; | 30 | static char const *input_name = "perf.data"; |
35 | 31 | ||
36 | static char default_sort_order[] = "comm,dso,symbol"; | 32 | static char default_sort_order[] = "comm,dso,symbol"; |