Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dtarget.h75 static inline bool target__has_per_thread(struct target *target) in target__has_per_thread() function
89 else if (target__has_per_thread(target)) in target__uses_dummy_map()
Dstat.c594 if (target__has_cpu(target) && !target__has_per_thread(target)) in create_perf_stat_counter()
Dstat-display.c932 if (uval == 0.0 && target__has_per_thread(_target)) in sort_aggr_thread()
/linux-6.1.9/tools/perf/
Dbuiltin-stat.c428 if (!target__has_cpu(&target) || target__has_per_thread(&target)) in read_affinity_counters()
713 } else if (target__has_per_thread(&target) && in stat_handle_error()