Home
last modified time | relevance | path

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

/tools/perf/util/
Dbpf_counter.c52 &evsel->bpf_counter_list, list) { in bpf_program_profiler__destroy()
57 assert(list_empty(&evsel->bpf_counter_list)); in bpf_program_profiler__destroy()
157 list_add(&counter->list, &evsel->bpf_counter_list); in bpf_program_profiler_load_one()
203 list_for_each_entry(counter, &evsel->bpf_counter_list, list) { in bpf_program_profiler__enable()
218 list_for_each_entry(counter, &evsel->bpf_counter_list, list) { in bpf_program_profiler__disable()
239 if (list_empty(&evsel->bpf_counter_list)) in bpf_program_profiler__read()
247 list_for_each_entry(counter, &evsel->bpf_counter_list, list) { in bpf_program_profiler__read()
275 list_for_each_entry(counter, &evsel->bpf_counter_list, list) { in bpf_program_profiler__install_pe()
756 return list_empty(&evsel->bpf_counter_list) && in bpf_counter_skip()
Devsel.h143 struct list_head bpf_counter_list; member
253 return evsel->bpf_counter_ops != NULL && list_empty(&evsel->bpf_counter_list); in evsel__is_bperf()
Dstat.c550 attr->inherit = !config->no_inherit && list_empty(&evsel->bpf_counter_list); in create_perf_stat_counter()
Devsel.c251 INIT_LIST_HEAD(&evsel->bpf_counter_list); in evsel__init()