aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNamhyung Kim <[email protected]>2013-03-13 20:19:43 +0900
committerArnaldo Carvalho de Melo <[email protected]>2013-03-15 13:06:09 -0300
commite5f5e5ee78457198184abf3e43d95ea0fab21272 (patch)
tree22d585ccd60b37c3f3d7fcdd312a2cfa9adca9ee
parent024b13082e9d4a50f2d39c5fe2d1179261e7aa22 (diff)
perf tools: Remove unused macro definitions
They're never used and looks like leftovers from the porting of trace-cmd code. Signed-off-by: Namhyung Kim <[email protected]> Cc: David Ahern <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Steven Rostedt <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r--tools/perf/util/trace-event-info.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/perf/util/trace-event-info.c b/tools/perf/util/trace-event-info.c
index 783ab51e3ff7..3c452b587daa 100644
--- a/tools/perf/util/trace-event-info.c
+++ b/tools/perf/util/trace-event-info.c
@@ -43,13 +43,6 @@
#define VERSION "0.5"
-#define TRACE_CTRL "tracing_on"
-#define TRACE "trace"
-#define AVAILABLE "available_tracers"
-#define CURRENT "current_tracer"
-#define ITER_CTRL "trace_options"
-#define MAX_LATENCY "tracing_max_latency"
-
unsigned int page_size;
static const char *output_file = "trace.info";