Symbol: target__has_cpu
tools/perf/builtin-ftrace.c
377
if (target__has_cpu(&ftrace->target))
tools/perf/builtin-ftrace.c
418
if (!target__has_cpu(&ftrace->target))
tools/perf/builtin-record.c
950
if (opts->target.initial_delay || target__has_cpu(&opts->target) ||
tools/perf/builtin-record.c
968
!target__has_cpu(&opts->target))
tools/perf/builtin-stat.c
2809
!target__has_cpu(&target)) {
tools/perf/builtin-stat.c
2829
if (iostat_mode == IOSTAT_RUN && !target__has_cpu(&target))
tools/perf/builtin-stat.c
2901
if ((counter->bpf_counter || target.use_bpf) && !target__has_cpu(&target))
tools/perf/builtin-stat.c
2910
} 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
224
if (target__has_cpu(target)) {
tools/perf/util/bpf_lock_contention.c
330
if (target__has_cpu(target)) {
tools/perf/util/evlist.c
118
target__has_cpu(target) ? "cpu-clock" : "task-clock",
tools/perf/util/evsel.c
1570
attr->inherit = target__has_cpu(&opts->target) ? 0 : !opts->no_inherit;
tools/perf/util/evsel.c
1661
if (target__has_cpu(&opts->target) || opts->sample_cpu)
tools/perf/util/evsel.c
1669
(!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu ||
tools/perf/util/evsel.c
4045
evsel->core.attr.config = target__has_cpu(target)
tools/perf/util/evsel.c
4327
if (!target__has_cpu(target))
tools/perf/util/evsel.c
4359
if (!pmu->is_core && !target__has_cpu(target))
tools/perf/util/synthetic-events.c
1988
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))