Searched refs:bpf_counter (Results 1 – 7 of 7) sorted by relevance
38 static struct bpf_counter *bpf_counter_alloc(void) in bpf_counter_alloc()40 struct bpf_counter *counter; in bpf_counter_alloc()50 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()232 struct bpf_counter *counter; in bpf_program_profiler__read()277 struct bpf_counter *counter; in bpf_program_profiler__install_pe()782 else if (target->use_bpf || evsel->bpf_counter || in bpf_counter__load()
16 struct bpf_counter;34 struct bpf_counter { struct
1621 int bpf_counter; member1642 int bpf_counter = 0; in get_event_modifier() local1687 bpf_counter = 1; in get_event_modifier()1719 mod->bpf_counter = bpf_counter; in get_event_modifier()1775 evsel->bpf_counter = mod.bpf_counter; in parse_events__modifier_event()
98 bool bpf_counter; member
154 perf-$(CONFIG_PERF_BPF_SKEL) += bpf_counter.o
[all...]