Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dbpf_counter.c37 static struct bpf_counter *bpf_counter_alloc(void) in bpf_counter_alloc()
39 struct bpf_counter *counter; in bpf_counter_alloc()
49 struct bpf_counter *counter, *tmp; in bpf_program_profiler__destroy()
105 struct bpf_counter *counter; in bpf_program_profiler_load_one()
200 struct bpf_counter *counter; in bpf_program_profiler__enable()
216 struct bpf_counter *counter; in bpf_program_profiler__disable()
234 struct bpf_counter *counter; in bpf_program_profiler__read()
272 struct bpf_counter *counter; in bpf_program_profiler__install_pe()
773 else if (target->use_bpf || evsel->bpf_counter || in bpf_counter__load()
Dbpf_counter.h13 struct bpf_counter;
31 struct bpf_counter { struct
Dparse-events.c1867 int bpf_counter; member
1888 int bpf_counter = 0; in get_event_modifier() local
1933 bpf_counter = 1; in get_event_modifier()
1965 mod->bpf_counter = bpf_counter; in get_event_modifier()
2021 evsel->bpf_counter = mod.bpf_counter; in parse_events__modifier_event()
Devsel.h84 bool bpf_counter; member
DBuild144 perf-$(CONFIG_PERF_BPF_SKEL) += bpf_counter.o