Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dtarget.h65 static inline bool target__has_cpu(struct target *target) in target__has_cpu() function
72 return !target__has_task(target) && !target__has_cpu(target); in target__none()
98 (!target__has_cpu(target) && !target->uses_mmap)) in target__uses_dummy_map()
Dbpf_lock_contention.c47 if (target__has_cpu(target)) in lock_contention_prepare()
93 if (target__has_cpu(target)) { in lock_contention_prepare()
Dstat.c797 if (target__has_cpu(target) && !target__has_per_thread(target)) in create_perf_stat_counter()
Devsel.c1218 if (target__has_cpu(&opts->target) || opts->sample_cpu) in evsel__config()
1226 (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu || in evsel__config()
3037 if (!target__has_cpu(target)) in evsel__open_strerror()
Dsynthetic-events.c1938 else if (target__has_cpu(target)) in __machine__synthesize_threads()
/Linux-v6.6/tools/perf/
Dbuiltin-ftrace.c265 if (target__has_cpu(&ftrace->target)) in set_tracing_pid()
306 if (!target__has_cpu(&ftrace->target)) in set_tracing_cpu()
Dbuiltin-stat.c371 if (!target__has_cpu(&target) || target__has_per_thread(&target)) in read_affinity_counters()
2140 if (target__has_cpu(&target)) in add_default_attributes()
2656 !target__has_cpu(&target)) { in cmd_stat()
2676 if (iostat_mode == IOSTAT_RUN && !target__has_cpu(&target)) in cmd_stat()
2735 } else if (target__has_cpu(&target)) { in cmd_stat()
Dbuiltin-record.c1294 if (opts->target.initial_delay || target__has_cpu(&opts->target) || in record__open()
1310 !target__has_cpu(&opts->target)) in record__open()