Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A 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()
A 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()
A Devlist.c1032 bool all_threads = (target->per_thread && target->system_wide); in evlist__create_maps()
A Devsel.c1162 bool per_cpu = opts->target.default_per_cpu && !opts->target.per_thread; in evsel__config()
/linux-6.3-rc2/tools/perf/tests/shell/lib/
A Dperf_json_output_lint.py83 elif args.interval or args.per_thread or args.system_wide_no_aggr:
/linux-6.3-rc2/tools/perf/bench/
A Devlist-open-close.c59 OPT_BOOLEAN(0, "per-thread", &opts.target.per_thread, "use per-thread mmaps"),
/linux-6.3-rc2/tools/perf/
A Dbuiltin-record.c1000 bool per_thread = evlist__per_thread(evlist); in record__thread_data_init_maps() local
1002 if (per_thread) in record__thread_data_init_maps()
1023 if (per_thread || in record__thread_data_init_maps()
3435 OPT_BOOLEAN(0, "per-thread", &record.opts.target.per_thread,
A Dbuiltin-stat.c2498 target.per_thread = true; in cmd_stat()

Completed in 28 milliseconds