Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dtarget.h87 static inline bool target__has_per_thread(struct target *target) in target__has_per_thread() function
101 else if (target__has_per_thread(target)) in target__uses_dummy_map()
H A Dstat.c806 if (target__has_cpu(target) && !target__has_per_thread(target)) in create_perf_stat_counter()
/linux-6.15/tools/perf/
H A Dbuiltin-stat.c358 if (!target__has_cpu(&target) || target__has_per_thread(&target)) in read_affinity_counters()
644 } else if (target__has_per_thread(&target) && errno != EOPNOTSUPP && in stat_handle_error()