mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 13:11:14 +00:00
perf evlist: Fix the class prefix for 'struct evlist' strerror methods
To differentiate from libperf's 'struct perf_evlist' methods. 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>
This commit is contained in:
parent
e251abee87
commit
d1f249ecbd
4 changed files with 7 additions and 8 deletions
|
@ -257,8 +257,8 @@ static inline struct evsel *evlist__last(struct evlist *evlist)
|
|||
return container_of(evsel, struct evsel, core);
|
||||
}
|
||||
|
||||
int perf_evlist__strerror_open(struct evlist *evlist, int err, char *buf, size_t size);
|
||||
int perf_evlist__strerror_mmap(struct evlist *evlist, int err, char *buf, size_t size);
|
||||
int evlist__strerror_open(struct evlist *evlist, int err, char *buf, size_t size);
|
||||
int evlist__strerror_mmap(struct evlist *evlist, int err, char *buf, size_t size);
|
||||
|
||||
bool perf_evlist__can_select_event(struct evlist *evlist, const char *str);
|
||||
void perf_evlist__to_front(struct evlist *evlist,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue