Searched refs:bpf_counter_ops (Results 1 – 4 of 4) sorted by relevance
354 struct bpf_counter_ops bpf_program_profiler_ops = {834 struct bpf_counter_ops bperf_ops = {843 extern struct bpf_counter_ops bperf_cgrp_ops;847 return evsel->bpf_counter_ops == NULL; in bpf_counter_skip()854 return evsel->bpf_counter_ops->install_pe(evsel, cpu_map_idx, fd); in bpf_counter__install_pe()860 evsel->bpf_counter_ops = &bpf_program_profiler_ops; in bpf_counter__load()862 evsel->bpf_counter_ops = &bperf_cgrp_ops; in bpf_counter__load()865 evsel->bpf_counter_ops = &bperf_ops; in bpf_counter__load()867 if (evsel->bpf_counter_ops) in bpf_counter__load()868 return evsel->bpf_counter_ops->load(evsel, target); in bpf_counter__load()[all …]
22 struct bpf_counter_ops;162 struct bpf_counter_ops *bpf_counter_ops; member300 return evsel->bpf_counter_ops != NULL; in evsel__is_bpf()305 return evsel->bpf_counter_ops != NULL && list_empty(&evsel->bpf_counter_list); in evsel__is_bperf()
18 struct bpf_counter_ops { struct
323 struct bpf_counter_ops bperf_cgrp_ops = {