]> git.baikalelectronics.ru Git - kernel.git/commit
perf stat: Use 'evsel->evlist' instead of 'evsel_list' in collect_all_aliases()
authorJiri Olsa <jolsa@kernel.org>
Thu, 30 Aug 2018 06:32:35 +0000 (08:32 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 30 Aug 2018 18:52:23 +0000 (15:52 -0300)
commit09c997b5072053963d35a0b265f6d6ab777278f1
tree192c9b24e2e1451659ee787ded143a42c6148a76
parentf357343f5c0e51227a7de58bd9d41abd8bbfc383
perf stat: Use 'evsel->evlist' instead of 'evsel_list' in collect_all_aliases()

Use 'evsel->evlist' instead of 'evsel_list' in collect_all_aliases(), to
get rid of the global 'evsel_list' variable dependency.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20180830063252.23729-27-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-stat.c