aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
diff options
context:
space:
mode:
authorFrederic Weisbecker <[email protected]>2009-08-16 17:56:54 +0000
committerIngo Molnar <[email protected]>2009-08-16 17:59:13 +0000
commit0f25bfc8d8b31a4ac8e4ff6cbc3911fb7092a4a7 (patch)
treef37cc9878d68ec96b2f8d25389ceadbb69c183d4 /tools/perf/builtin-annotate.c
parentperf tools: Factorize the dprintf definition (diff)
downloadkernel-0f25bfc8d8b31a4ac8e4ff6cbc3911fb7092a4a7.tar.gz
kernel-0f25bfc8d8b31a4ac8e4ff6cbc3911fb7092a4a7.zip
perf tools: Put the show mode into the event headers files
Annotate and report share the same flags to filter events considering their context (kernel, user, hypervisor). Both tools have their own definitions of these flags. Factorize them out into the event headers file. Signed-off-by: Frederic Weisbecker <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Mike Galbraith <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r--tools/perf/builtin-annotate.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c
index 820e7ccec62d..6d751516616d 100644
--- a/tools/perf/builtin-annotate.c
+++ b/tools/perf/builtin-annotate.c
@@ -22,10 +22,6 @@
#include "util/parse-events.h"
#include "util/thread.h"
-#define SHOW_KERNEL 1
-#define SHOW_USER 2
-#define SHOW_HV 4
-
static char const *input_name = "perf.data";
static char default_sort_order[] = "comm,symbol";