commit | 6b6017a20650d908d7b5830cc991947991146a5f | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Thu Apr 30 11:03:49 2020 -0300 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Tue May 05 16:35:31 2020 -0300 |
tree | 20b08bfb2152ef5db3c8707610868da34def09dd | |
parent | ea089692733a53ddbe8f4e46d06113c6ca723727 [diff] |
perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*() As these are 'struct evsel' methods, not part of tools/lib/perf/, aka libperf, to whom the perf_ prefix belongs. 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>