perf script: Fixup some evsel/evlist method names
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 10 Jun 2020 14:39:16 +0000 (11:39 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 22 Jun 2020 19:28:09 +0000 (16:28 -0300)
commitafdd63f5933b3c970438e8ab6bb0cd9f392f3bf6
tree4c9ae74d47f2d0dbdf1d335def70a929a5bffa5a
parent218ca91df47712a7b2b5a554e39c4a2c819a9e86
perf script: Fixup some evsel/evlist method names

Fixups related to the introduction of libperf, where the
perf_{evsel,evlist}__ prefix is reserved for functions operating on
struct perf_{evsel,evlist}.

Cc: Adrian Hunter <adrian.hunter@intel.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/builtin-script.c