Lines Matching refs:target
15 #include "target.h"
1035 int evlist__create_maps(struct evlist *evlist, struct target *target)
1037 bool all_threads = (target->per_thread && target->system_wide);
1043 * will override '--per-thread'. target->per_thread = false and
1044 * target->system_wide = true.
1047 * target->per_thread = true and target->system_wide = false.
1049 * So target->per_thread && target->system_wide is false.
1054 * For perf stat, it allows the case that target->per_thread and
1055 * target->system_wide are all true. It means to collect system-wide
1059 threads = thread_map__new_str(target->pid, target->tid, target->uid,
1065 if (target__uses_dummy_map(target))
1068 cpus = perf_cpu_map__new(target->cpu_list);
1073 evlist->core.has_user_cpus = !!target->cpu_list;
1409 int evlist__prepare_workload(struct evlist *evlist, struct target *target, const char *argv[],
1496 if (target__none(target)) {
2280 opts->target.initial_delay = str_to_delay(str);
2281 if (opts->target.initial_delay)
2324 opts->target.initial_delay = eet->times[0].start;