diff options
| author | Jiri Olsa <jolsa@kernel.org> | 2014-05-05 06:46:17 -0400 |
|---|---|---|
| committer | Jiri Olsa <jolsa@kernel.org> | 2014-05-05 11:48:10 -0400 |
| commit | 2c83bc08e305e135b954d82596864b7d024fc7fd (patch) | |
| tree | d4828192af2d5cb6736a780b6fb6822c99e12f59 | |
| parent | 0776eb59354f8b848e5738a612c272d8f48de9bf (diff) | |
perf tools: Move perf_call_graph_mode enum from perf.h
Into util/callchain.h header where all callchain related
structures should be.
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Borislav Petkov <bp@suse.de>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1399293219-8732-8-git-send-email-jolsa@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
| -rw-r--r-- | tools/perf/perf.h | 7 | ||||
| -rw-r--r-- | tools/perf/util/callchain.h | 7 |
2 files changed, 7 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 | ||
| 225 | enum perf_call_graph_mode { | ||
| 226 | CALLCHAIN_NONE, | ||
| 227 | CALLCHAIN_FP, | ||
| 228 | CALLCHAIN_DWARF, | ||
| 229 | CALLCHAIN_MAX | ||
| 230 | }; | ||
| 231 | |||
| 232 | struct record_opts { | 225 | struct record_opts { |
| 233 | struct target target; | 226 | struct target target; |
| 234 | int call_graph; | 227 | int call_graph; |
diff --git a/tools/perf/util/callchain.h b/tools/perf/util/callchain.h index dda4cf8b534c..bde2b0cc24cf 100644 --- a/tools/perf/util/callchain.h +++ b/tools/perf/util/callchain.h | |||
| @@ -7,6 +7,13 @@ | |||
| 7 | #include "event.h" | 7 | #include "event.h" |
| 8 | #include "symbol.h" | 8 | #include "symbol.h" |
| 9 | 9 | ||
| 10 | enum perf_call_graph_mode { | ||
| 11 | CALLCHAIN_NONE, | ||
| 12 | CALLCHAIN_FP, | ||
| 13 | CALLCHAIN_DWARF, | ||
| 14 | CALLCHAIN_MAX | ||
| 15 | }; | ||
| 16 | |||
| 10 | enum chain_mode { | 17 | enum chain_mode { |
| 11 | CHAIN_NONE, | 18 | CHAIN_NONE, |
| 12 | CHAIN_FLAT, | 19 | CHAIN_FLAT, |
