Home
last modified time | relevance | path

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

/linux-4.4.14/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.c814 if (target__has_cpu(&opts->target)) in perf_evsel__config()
825 (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu || in perf_evsel__config()
Dmachine.c1949 else if (target__has_cpu(target)) in __machine__synthesize_threads()
/linux-4.4.14/tools/perf/
Dbuiltin-stat.c164 if (target__has_cpu(&target)) in create_perf_stat_counter()
1347 !target__has_cpu(&target)) { in cmd_stat()
1367 } else if (target__has_cpu(&target)) { in cmd_stat()