Home
last modified time | relevance | path

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

/Linux-v5.4/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.c509 if (target__has_cpu(target) && !target__has_per_thread(target)) in create_perf_stat_counter()
Dstat-display.c723 if (uval == 0.0 && target__has_per_thread(_target)) in sort_aggr_thread()
/Linux-v5.4/tools/perf/
Dbuiltin-stat.c273 if (target__has_cpu(&target) && !target__has_per_thread(&target)) in read_counter()
491 } else if (target__has_per_thread(&target) && in __run_perf_stat()