Home
last modified time | relevance | path

Searched refs:bpf_counter__destroy (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dbpf_counter.h31 void bpf_counter__destroy(struct evsel *evsel);
62 static inline void bpf_counter__destroy(struct evsel *evsel __maybe_unused) in bpf_counter__destroy() function
H A Dbpf_counter.c895 void bpf_counter__destroy(struct evsel *evsel) in bpf_counter__destroy()
893 void bpf_counter__destroy(struct evsel *evsel) bpf_counter__destroy() function
H A Devsel.c2047 bpf_counter__destroy(evsel); in evsel__read_group()