Home
last modified time | relevance | path

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

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