Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dtarget.h66 static inline bool target__has_cpu(struct target *target) in target__has_cpu() function
73 return !target__has_task(target) && !target__has_cpu(target); in target__none()
99 (!target__has_cpu(target) && !target->uses_mmap)) in target__uses_dummy_map()
A Dbpf_lock_contention.c47 if (target__has_cpu(target)) in lock_contention_prepare()
93 if (target__has_cpu(target)) { in lock_contention_prepare()
A Dstat.c849 if (target__has_cpu(target) && !target__has_per_thread(target)) in create_perf_stat_counter()
A Devsel.c1247 if (target__has_cpu(&opts->target) || opts->sample_cpu) in evsel__config()
1255 (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu || in evsel__config()
3059 if (!target__has_cpu(target)) in evsel__open_strerror()
A Dsynthetic-events.c1935 else if (target__has_cpu(target)) in __machine__synthesize_threads()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-stat.c428 if (!target__has_cpu(&target) || target__has_per_thread(&target)) in read_affinity_counters()
1951 if (nr_cgroups || !target__has_cpu(&target)) { in add_default_attributes()
1991 if (target__has_cpu(&target)) in add_default_attributes()
2473 !target__has_cpu(&target)) { in cmd_stat()
2493 if (iostat_mode == IOSTAT_RUN && !target__has_cpu(&target)) in cmd_stat()
2554 } else if (target__has_cpu(&target)) { in cmd_stat()
A Dbuiltin-ftrace.c265 if (target__has_cpu(&ftrace->target)) in set_tracing_pid()
306 if (!target__has_cpu(&ftrace->target)) in set_tracing_cpu()
A Dbuiltin-record.c1295 if (opts->initial_delay || target__has_cpu(&opts->target) || in record__open()
1311 !target__has_cpu(&opts->target)) in record__open()

Completed in 30 milliseconds