mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 13:11:14 +00:00
perf evsel: Rename 'struct perf_evsel__sb_cb_t' to 'struct evsel__sb_cb_t'
As the "perf_" prefix should be restricted to functions and types in tools/lib/perf/, aka libperf, this way we reduce a bit the confusion for types only in libperf or the ones in the more contained tools/perf/ project. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Song Liu <songliubraving@fb.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
6dd912cbad
commit
65ddce3fd8
3 changed files with 7 additions and 7 deletions
|
@ -109,9 +109,9 @@ int perf_evlist__add_dummy(struct evlist *evlist);
|
|||
|
||||
int perf_evlist__add_sb_event(struct evlist *evlist,
|
||||
struct perf_event_attr *attr,
|
||||
perf_evsel__sb_cb_t cb,
|
||||
evsel__sb_cb_t cb,
|
||||
void *data);
|
||||
void evlist__set_cb(struct evlist *evlist, perf_evsel__sb_cb_t cb, void *data);
|
||||
void evlist__set_cb(struct evlist *evlist, evsel__sb_cb_t cb, void *data);
|
||||
int perf_evlist__start_sb_thread(struct evlist *evlist,
|
||||
struct target *target);
|
||||
void perf_evlist__stop_sb_thread(struct evlist *evlist);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue