aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2018-03-15 18:20:12 +0000
committerArnaldo Carvalho de Melo <[email protected]>2018-03-20 16:19:29 +0000
commit6dcd57e8ae2080bca776d55e6e2b3d529677cae5 (patch)
treea6043a28ee35e3724f8006dc76ab1bc8c116dd42 /tools/perf/util/annotate.h
parentperf annotate: Move jumps_percent_color to ui_browser (diff)
downloadkernel-6dcd57e8ae2080bca776d55e6e2b3d529677cae5.tar.gz
kernel-6dcd57e8ae2080bca776d55e6e2b3d529677cae5.zip
perf annotate: Move nr_jumps to struct annotation
This is another information that will be useful for the --stdio2 mode, to provide symbol statistics, so move it from the TUI and change the mark_jump_targets() method to struct annotation. Cc: Adrian Hunter <[email protected]> Cc: Andi Kleen <[email protected]> Cc: David Ahern <[email protected]> Cc: Jin Yao <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Wang Nan <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/annotate.h')
-rw-r--r--tools/perf/util/annotate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h
index b8aca936ed55..897a84712ab4 100644
--- a/tools/perf/util/annotate.h
+++ b/tools/perf/util/annotate.h
@@ -167,6 +167,7 @@ struct annotation {
struct annotation_options *options;
struct annotation_line **offsets;
int nr_events;
+ int nr_jumps;
int max_jump_sources;
bool have_cycles;
struct annotated_source *src;