Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dbpf_counter.h41 int bpf_counter__read(struct evsel *evsel);
65 static inline int bpf_counter__read(struct evsel *evsel __maybe_unused) in bpf_counter__read() function
Dbpf_counter.c824 int bpf_counter__read(struct evsel *evsel) in bpf_counter__read() function
/linux-5.19.10/tools/perf/
Dbuiltin-stat.c465 err = bpf_counter__read(counter); in read_bpf_map_counters()