Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf_counter.h28 int bpf_counter__enable(struct evsel *evsel);
47 static inline int bpf_counter__enable(struct evsel *evsel __maybe_unused) in bpf_counter__enable() function
H A Dbpf_counter.c872 int bpf_counter__enable(struct evsel *evsel) in bpf_counter__enable() function
/linux/tools/perf/
H A Dbuiltin-stat.c505 err = bpf_counter__enable(evsel); in enable_counters()