Home
last modified time | relevance | path

Searched refs:per_thread (Results 1 – 7 of 7) sorted by relevance

/tools/perf/util/
Dtarget.h18 bool per_thread; member
89 return target->system_wide && target->per_thread; in target__has_per_thread()
97 use_dummy = target->per_thread ? true : false; in target__uses_dummy_map()
Dtarget.c81 if (target->bpf_str && target->per_thread) { in target__validate()
82 target->per_thread = false; in target__validate()
88 if (target->per_thread && (target->system_wide || target->cpu_list)) { in target__validate()
89 target->per_thread = false; in target__validate()
Devlist.c989 bool all_threads = (target->per_thread && target->system_wide); in evlist__create_maps()
Devsel.c1095 bool per_cpu = opts->target.default_per_cpu && !opts->target.per_thread; in evsel__config()
/tools/perf/bench/
Devlist-open-close.c54 OPT_BOOLEAN(0, "per-thread", &opts.target.per_thread, "use per-thread mmaps"),
/tools/perf/
Dbuiltin-stat.c2418 target.per_thread = true; in cmd_stat()
Dbuiltin-record.c2544 OPT_BOOLEAN(0, "per-thread", &record.opts.target.per_thread,