perf evlist: Use the right prefix for 'struct evlist' sample parsing 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:
@@ -96,9 +96,9 @@
|
||||
* | than PERF_RECORD_USER_TYPE_START) are handled by
|
||||
* | perf_session__process_user_event(see below)
|
||||
* | - Those generated by the kernel are handled by
|
||||
* | perf_evlist__parse_sample_timestamp()
|
||||
* | evlist__parse_sample_timestamp()
|
||||
* |
|
||||
* perf_evlist__parse_sample_timestamp()
|
||||
* evlist__parse_sample_timestamp()
|
||||
* | Extract time stamp from sample data.
|
||||
* |
|
||||
* perf_session__queue_event()
|
||||
|
||||
Reference in New Issue
Block a user