mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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 <adrian.hunter@intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
7748bb7175
commit
64b4778b86
7 changed files with 11 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue