Searched refs:bpf_counter_ops (Results 1 – 4 of 4) sorted by relevance
287 struct bpf_counter_ops bpf_program_profiler_ops = {743 struct bpf_counter_ops bperf_ops = {752 extern struct bpf_counter_ops bperf_cgrp_ops;764 return evsel->bpf_counter_ops->install_pe(evsel, cpu, fd); in bpf_counter__install_pe()770 evsel->bpf_counter_ops = &bpf_program_profiler_ops; in bpf_counter__load()772 evsel->bpf_counter_ops = &bperf_cgrp_ops; in bpf_counter__load()775 evsel->bpf_counter_ops = &bperf_ops; in bpf_counter__load()777 if (evsel->bpf_counter_ops) in bpf_counter__load()778 return evsel->bpf_counter_ops->load(evsel, target); in bpf_counter__load()786 return evsel->bpf_counter_ops->enable(evsel); in bpf_counter__enable()[all …]
20 struct bpf_counter_ops;141 struct bpf_counter_ops *bpf_counter_ops; member249 return evsel->bpf_counter_ops != NULL; in evsel__is_bpf()
22 struct bpf_counter_ops { struct
300 struct bpf_counter_ops bperf_cgrp_ops = {