Symbol: target__has_cpu
tools/perf/builtin-ftrace.c
376
if (target__has_cpu(&ftrace->target))
tools/perf/builtin-ftrace.c
417
if (!target__has_cpu(&ftrace->target))
tools/perf/builtin-record.c
948
if (opts->target.initial_delay || target__has_cpu(&opts->target) ||
tools/perf/builtin-record.c
966
!target__has_cpu(&opts->target))
tools/perf/builtin-stat.c
2773
!target__has_cpu(&target)) {
tools/perf/builtin-stat.c
2793
if (iostat_mode == IOSTAT_RUN && !target__has_cpu(&target))
tools/perf/builtin-stat.c
2865
if ((counter->bpf_counter || target.use_bpf) && !target__has_cpu(&target))
tools/perf/builtin-stat.c
2874
} else if (target__has_cpu(&target)) {
tools/perf/util/bpf-filter.c
454
bool needs_idx_hash = !target__has_cpu(target);
tools/perf/util/bpf_lock_contention.c
223
if (target__has_cpu(target)) {
tools/perf/util/bpf_lock_contention.c
323
if (target__has_cpu(target)) {
tools/perf/util/evsel.c
1502
attr->inherit = target__has_cpu(&opts->target) ? 0 : !opts->no_inherit;
tools/perf/util/evsel.c
1593
if (target__has_cpu(&opts->target) || opts->sample_cpu)
tools/perf/util/evsel.c
1601
(!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu ||
tools/perf/util/evsel.c
3799
evsel->core.attr.config = target__has_cpu(target)
tools/perf/util/evsel.c
3804
target__has_cpu(target) ? "cpu-clock" : "task-clock");
tools/perf/util/evsel.c
4066
if (!target__has_cpu(target))
tools/perf/util/evsel.c
4098
if (!pmu->is_core && !target__has_cpu(target))
tools/perf/util/synthetic-events.c
1977
else if (target__has_cpu(target))
tools/perf/util/target.h
64
return !target__has_task(target) && !target__has_cpu(target);
tools/perf/util/target.h
90
(!target__has_cpu(target) && !target->uses_mmap))