mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02: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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user