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.c893 void bpf_counter__destroy(struct evsel *evsel) in bpf_counter__destroy() function
H A Devsel.c1857 bpf_counter__destroy(evsel); in evsel__exit()