OSDN Git Service

perf evlist: Use the right prefix for 'struct evlist' nr_threads method
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 30 Nov 2020 18:17:20 +0000 (15:17 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 30 Nov 2020 18:17:20 +0000 (15:17 -0300)
commitf63c2f5a8b0eb4a7a8d5d19c8e0ccbbd0ee41d14
treeaaabec50df5d76b7eb0084a32d9cea2f5b831655
parent515ea461c26e19ebca4351266480306979a113fc
perf evlist: Use the right prefix for 'struct evlist' nr_threads method

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>
tools/perf/util/evlist.c