Home
last modified time | relevance | path

Searched refs:evsel__is_bpf (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/perf/
Dbuiltin-stat.c438 if (evsel__is_bpf(counter)) in read_affinity_counters()
458 if (!evsel__is_bpf(counter)) in read_bpf_map_counters()
523 if (!evsel__is_bpf(evsel)) in enable_counters()
773 if (!evsel__is_bpf(counter)) in __run_perf_stat()
789 if (evsel__is_bpf(counter)) in __run_perf_stat()
/linux-6.1.9/tools/perf/util/
Devsel.h261 static inline bool evsel__is_bpf(struct evsel *evsel) in evsel__is_bpf() function