target__has_cpu
if (target__has_cpu(&ftrace->target))
if (!target__has_cpu(&ftrace->target))
if (opts->target.initial_delay || target__has_cpu(&opts->target) ||
!target__has_cpu(&opts->target))
!target__has_cpu(&target)) {
if (iostat_mode == IOSTAT_RUN && !target__has_cpu(&target))
if ((counter->bpf_counter || target.use_bpf) && !target__has_cpu(&target))
} else if (target__has_cpu(&target)) {
bool needs_idx_hash = !target__has_cpu(target);
if (target__has_cpu(target)) {
if (target__has_cpu(target)) {
attr->inherit = target__has_cpu(&opts->target) ? 0 : !opts->no_inherit;
if (target__has_cpu(&opts->target) || opts->sample_cpu)
(!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu ||
evsel->core.attr.config = target__has_cpu(target)
target__has_cpu(target) ? "cpu-clock" : "task-clock");
if (!target__has_cpu(target))
if (!pmu->is_core && !target__has_cpu(target))
else if (target__has_cpu(target))
return !target__has_task(target) && !target__has_cpu(target);
(!target__has_cpu(target) && !target->uses_mmap))