aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/sample-raw.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2020-11-30 15:11:10 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2020-11-30 15:15:30 -0300
commit44d2a5573665ab5dfb72572e43184388d15d695e (patch)
tree22ae119628451f049801709264380d566752e02c /tools/perf/util/sample-raw.h
parentperf evlist: Use the right prefix for 'struct evlist' mmap pages parsing method (diff)
downloadlinux-dev-44d2a5573665ab5dfb72572e43184388d15d695e.tar.xz
linux-dev-44d2a5573665ab5dfb72572e43184388d15d695e.zip
perf evlist: Use the right prefix for 'struct evlist' raw samples 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>
Diffstat (limited to 'tools/perf/util/sample-raw.h')
-rw-r--r--tools/perf/util/sample-raw.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/perf/util/sample-raw.h b/tools/perf/util/sample-raw.h
index afe1491a117e..4be84a5510cf 100644
--- a/tools/perf/util/sample-raw.h
+++ b/tools/perf/util/sample-raw.h
@@ -6,9 +6,6 @@ struct evlist;
union perf_event;
struct perf_sample;
-void perf_evlist__s390_sample_raw(struct evlist *evlist,
- union perf_event *event,
- struct perf_sample *sample);
-
-void perf_evlist__init_trace_event_sample_raw(struct evlist *evlist);
+void evlist__s390_sample_raw(struct evlist *evlist, union perf_event *event, struct perf_sample *sample);
+void evlist__init_trace_event_sample_raw(struct evlist *evlist);
#endif /* __PERF_EVLIST_H */