Searched defs:bpf_counter_ops (Results 1 – 2 of 2) sorted by relevance
25 struct bpf_counter_ops { struct26 bpf_counter_evsel_target_op load;27 bpf_counter_evsel_op enable;28 bpf_counter_evsel_op disable;29 bpf_counter_evsel_op read;30 bpf_counter_evsel_op destroy;31 bpf_counter_evsel_install_pe_op install_pe;
140 struct bpf_counter_ops *bpf_counter_ops; member