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

/linux-master/tools/perf/util/
H A Dbpf_counter.c53 &evsel->bpf_counter_list, list) {
58 assert(list_empty(&evsel->bpf_counter_list));
157 list_add(&counter->list, &evsel->bpf_counter_list);
206 list_for_each_entry(counter, &evsel->bpf_counter_list, list) {
221 list_for_each_entry(counter, &evsel->bpf_counter_list, list) {
241 if (list_empty(&evsel->bpf_counter_list))
250 list_for_each_entry(counter, &evsel->bpf_counter_list, list) {
283 list_for_each_entry(counter, &evsel->bpf_counter_list, list) {
H A Devsel.h157 struct list_head bpf_counter_list; /* for perf-stat -b */ member in struct:evsel
275 return evsel->bpf_counter_ops != NULL && list_empty(&evsel->bpf_counter_list);
H A Dstat.c764 attr->inherit = !config->no_inherit && list_empty(&evsel->bpf_counter_list);
H A Devsel.c286 INIT_LIST_HEAD(&evsel->bpf_counter_list);

Completed in 135 milliseconds