diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2018-03-15 18:52:33 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2018-03-20 16:19:29 +0000 |
| commit | 1cf5f98a5edbb4b628349bea37da0aa259ded07c (patch) | |
| tree | fe35bf958df850b2b6eb2a752361fb026ad33401 /tools/perf/util/annotate.h | |
| parent | perf annotate: Move 'start' to struct annotation (diff) | |
| download | kernel-1cf5f98a5edbb4b628349bea37da0aa259ded07c.tar.gz kernel-1cf5f98a5edbb4b628349bea37da0aa259ded07c.zip | |
perf annotate: Move nr_{asm_}entries to struct annotation
More non-TUI stuff.
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h index 0424c127b004..0c34eb0bd7c8 100644 --- a/tools/perf/util/annotate.h +++ b/tools/perf/util/annotate.h @@ -175,6 +175,8 @@ struct annotation { int nr_events; int nr_jumps; int max_jump_sources; + int nr_entries; + int nr_asm_entries; bool have_cycles; struct annotated_source *src; }; |
