aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/perf.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/perf.h')
-rw-r--r--tools/perf/perf.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/perf/perf.h b/tools/perf/perf.h
index cf8f2281ad85..d51a994f2e64 100644
--- a/tools/perf/perf.h
+++ b/tools/perf/perf.h
@@ -222,13 +222,6 @@ void pthread__unblock_sigwinch(void);
222 222
223#include "util/target.h" 223#include "util/target.h"
224 224
225enum perf_call_graph_mode {
226 CALLCHAIN_NONE,
227 CALLCHAIN_FP,
228 CALLCHAIN_DWARF,
229 CALLCHAIN_MAX
230};
231
232struct record_opts { 225struct record_opts {
233 struct target target; 226 struct target target;
234 int call_graph; 227 int call_graph;