Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dcounts.h27 perf_counts__is_loaded(struct perf_counts *counts, int cpu, int thread) in perf_counts__is_loaded() function
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-stat.c353 if (!perf_counts__is_loaded(counter->counts, cpu, thread) && in read_counter_cpu()