Home
last modified time | relevance | path

Searched refs:bpf_perf_object (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/tools/perf/util/
Dbpf-loader.c78 struct bpf_perf_object { struct
92 static struct bpf_perf_object * argument
93 bpf_perf_object__next(struct bpf_perf_object *prev) in bpf_perf_object__next()
99 return list_first_entry(&bpf_objects_list, struct bpf_perf_object, list); in bpf_perf_object__next()
118 struct bpf_perf_object *perf_obj = zalloc(sizeof(*perf_obj)); in bpf_perf_object__add()
227 static void bpf_perf_object__close(struct bpf_perf_object *perf_obj) in bpf_perf_object__close()
331 struct bpf_perf_object *perf_obj, *tmp; in bpf__clear()
1850 struct bpf_perf_object *perf_obj, *tmp; in bpf__apply_obj_config()
1873 struct bpf_perf_object *perf_obj, *tmp; in bpf__setup_output_event()