Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dbpf_counter.h22 struct bpf_counter_ops { struct
23 bpf_counter_evsel_target_op load;
24 bpf_counter_evsel_op enable;
25 bpf_counter_evsel_op disable;
26 bpf_counter_evsel_op read;
27 bpf_counter_evsel_op destroy;
28 bpf_counter_evsel_install_pe_op install_pe;
Devsel.h141 struct bpf_counter_ops *bpf_counter_ops; member