Home
last modified time | relevance | path

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

/tools/perf/util/
Dtarget.h57 static inline bool target__has_cpu(struct target *target) in target__has_cpu() function
64 return !target__has_task(target) && !target__has_cpu(target); in target__none()
79 (!target__has_cpu(target) && !target->uses_mmap)) in target__uses_dummy_map()
Dstat.c509 if (target__has_cpu(target) && !target__has_per_thread(target)) in create_perf_stat_counter()
Devsel.c1041 if (target__has_cpu(&opts->target) || opts->sample_cpu) in perf_evsel__config()
1049 (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu || in perf_evsel__config()
Dsynthetic-events.c1477 else if (target__has_cpu(target)) in __machine__synthesize_threads()
/tools/perf/
Dbuiltin-ftrace.c159 if (target__has_cpu(&ftrace->target)) in set_tracing_pid()
200 if (!target__has_cpu(&ftrace->target)) in set_tracing_cpu()
Dbuiltin-stat.c273 if (target__has_cpu(&target) && !target__has_per_thread(&target)) in read_counter()
1330 if (nr_cgroups || !target__has_cpu(&target)) { in add_default_attributes()
1362 if (target__has_cpu(&target)) in add_default_attributes()
1848 !target__has_cpu(&target)) { in cmd_stat()
1871 } else if (target__has_cpu(&target)) { in cmd_stat()