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

/linux-master/tools/perf/util/
H A Dtarget.h86 static inline bool target__has_per_thread(struct target *target) function
100 else if (target__has_per_thread(target))
H A Dstat.c797 if (target__has_cpu(target) && !target__has_per_thread(target))
/linux-master/tools/perf/
H A Dbuiltin-stat.c371 if (!target__has_cpu(&target) || target__has_per_thread(&target))
660 } else if (target__has_per_thread(&target) &&

Completed in 110 milliseconds