Home
last modified time | relevance | path

Searched defs:bpf_counter_ops (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dbpf_counter.h18 struct bpf_counter_ops { struct
19 bpf_counter_evsel_target_op load;
20 bpf_counter_evsel_op enable;
21 bpf_counter_evsel_op disable;
22 bpf_counter_evsel_op read;
23 bpf_counter_evsel_op destroy;
24 bpf_counter_evsel_install_pe_op install_pe;
H A Devsel.h162 struct bpf_counter_ops *bpf_counter_ops; member