Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf_counter.h30 int bpf_counter__read(struct evsel *evsel);
57 static inline int bpf_counter__read(struct evsel *evsel __maybe_unused) in bpf_counter__read() function
H A Dbpf_counter.c886 int bpf_counter__read(struct evsel *evsel) in bpf_counter__read() function
/linux/tools/perf/
H A Dbuiltin-stat.c401 err = bpf_counter__read(counter); in read_bpf_map_counters()