Searched refs:per_thread (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/perf/util/
H A Dtarget.h18 bool per_thread; member in struct:target
88 return target->system_wide && target->per_thread;
96 use_dummy = target->per_thread ? true : false;
H A Dtarget.c81 if (target->bpf_str && target->per_thread) {
82 target->per_thread = false;
88 if (target->per_thread && (target->system_wide || target->cpu_list)) {
89 target->per_thread = false;
H A Devlist.c1037 bool all_threads = (target->per_thread && target->system_wide);
1043 * will override '--per-thread'. target->per_thread = false and
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
H A Devsel.c1134 bool per_cpu = opts->target.default_per_cpu && !opts->target.per_thread;
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_json_output_lint.py91 elif args.interval or args.per_thread or args.system_wide_no_aggr:
/linux-master/tools/perf/bench/
H A Devlist-open-close.c59 OPT_BOOLEAN(0, "per-thread", &opts.target.per_thread, "use per-thread mmaps"),
/linux-master/tools/perf/
H A Dbuiltin-record.c1068 bool per_thread = evlist__per_thread(evlist); local
1070 if (per_thread)
1091 if (per_thread ||
3479 OPT_BOOLEAN(0, "per-thread", &record.opts.target.per_thread,
H A Dbuiltin-stat.c2728 target.per_thread = true;

Completed in 154 milliseconds