diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2018-03-15 14:52:33 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2018-03-20 12:19:29 -0400 |
commit | 1cf5f98a5edbb4b628349bea37da0aa259ded07c (patch) | |
tree | fe35bf958df850b2b6eb2a752361fb026ad33401 /tools/perf/util/annotate.h | |
parent | 0ca693b315aa6893c9d3552fa6a5d536c38b6c4a (diff) |
perf annotate: Move nr_{asm_}entries to struct annotation
More non-TUI stuff.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jin Yao <yao.jin@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-yd4g6q0rngq4i49hz6iymtta@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
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 { | |||
175 | int nr_events; | 175 | int nr_events; |
176 | int nr_jumps; | 176 | int nr_jumps; |
177 | int max_jump_sources; | 177 | int max_jump_sources; |
178 | int nr_entries; | ||
179 | int nr_asm_entries; | ||
178 | bool have_cycles; | 180 | bool have_cycles; |
179 | struct annotated_source *src; | 181 | struct annotated_source *src; |
180 | }; | 182 | }; |