aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2020-11-30 17:58:32 +0000
committerArnaldo Carvalho de Melo <[email protected]>2020-11-30 18:00:12 +0000
commit64b4778b863b6fa84e36e043fb34bde6b847fa96 (patch)
tree06f9e7fc018cffe1fcb3f856c8988e52adc69e82 /tools/perf/builtin-annotate.c
parentperf evlist: Use the right prefix for 'struct evlist' create maps methods (diff)
downloadkernel-64b4778b863b6fa84e36e043fb34bde6b847fa96.tar.gz
kernel-64b4778b863b6fa84e36e043fb34bde6b847fa96.zip
perf evlist: Use the right prefix for 'struct evlist' event group methods
perf_evlist__ is for 'struct perf_evlist' methods, in tools/lib/perf/, go on completing this split. Cc: Adrian Hunter <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r--tools/perf/builtin-annotate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c
index d6a81a6e1041..a23ba6bb99b6 100644
--- a/tools/perf/builtin-annotate.c
+++ b/tools/perf/builtin-annotate.c
@@ -598,7 +598,7 @@ int cmd_annotate(int argc, const char **argv)
HEADER_BRANCH_STACK);
if (annotate.group_set)
- perf_evlist__force_leader(annotate.session->evlist);
+ evlist__force_leader(annotate.session->evlist);
ret = symbol__annotation_init();
if (ret < 0)