Home
last modified time | relevance | path

Searched refs:target__has_per_thread (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
Dtarget.h67 static inline bool target__has_per_thread(struct target *target) in target__has_per_thread() function
81 else if (target__has_per_thread(target)) in target__uses_dummy_map()
Dstat.c567 if (target__has_cpu(target) && !target__has_per_thread(target)) in create_perf_stat_counter()
Dstat-display.c728 if (uval == 0.0 && target__has_per_thread(_target)) in sort_aggr_thread()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-stat.c392 if (!target__has_cpu(&target) || target__has_per_thread(&target)) in read_affinity_counters()
688 } else if (target__has_per_thread(&target) && in stat_handle_error()