perf bpf: Decouple creating the evlist from adding the SB event
Renaming bpf_event__add_sb_event() to evlist__add_sb_event() and requiring that the evlist be allocated beforehand. This will allow using the same side band thread and evlist to be used for multiple purposes in addition to react to PERF_RECORD_BPF_EVENT soon after they are generated. Acked-by: Jiri Olsa <jolsa@redhat.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Song Liu <songliubraving@fb.com> Link: http://lore.kernel.org/lkml/20200429131106.27974-4-acme@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
@@ -509,8 +509,7 @@ static int bpf_event__sb_cb(union perf_event *event, void *data)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int bpf_event__add_sb_event(struct evlist **evlist,
|
||||
struct perf_env *env)
|
||||
int evlist__add_bpf_sb_event(struct evlist *evlist, struct perf_env *env)
|
||||
{
|
||||
struct perf_event_attr attr = {
|
||||
.type = PERF_TYPE_SOFTWARE,
|
||||
|
||||
Reference in New Issue
Block a user