Searched refs:target__has_cpu (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/tools/perf/util/
H A Dtarget.h56 static inline bool target__has_cpu(struct target *target) target__has_cpu() function
63 return !target__has_task(target) && !target__has_cpu(target); target__none()
73 (!target__has_cpu(target) && !target->uses_mmap)) target__uses_dummy_map()
H A Devsel.c698 if (target__has_cpu(&opts->target)) perf_evsel__config()
709 (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu))) perf_evsel__config()
H A Dmachine.c1778 else if (target__has_cpu(target)) __machine__synthesize_threads()
/linux-4.1.27/tools/perf/
H A Dbuiltin-stat.c304 if (target__has_cpu(&target)) create_perf_stat_counter()
1862 !target__has_cpu(&target)) { cmd_stat()
1882 } else if (target__has_cpu(&target)) { cmd_stat()

Completed in 108 milliseconds