Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dlog.c185 valid_filename_template(const char *filename, bool per_thread, Error **errp) in valid_filename_template() argument
196 return per_thread ? vft_strdup : vft_pid_printf; in valid_filename_template()
199 if (per_thread) { in valid_filename_template()
212 bool per_thread; in qemu_set_log_internal() local
227 per_thread = log_flags & LOG_PER_THREAD; in qemu_set_log_internal()
243 switch (valid_filename_template(filename, per_thread, errp)) { in qemu_set_log_internal()
261 if (per_thread && in qemu_set_log_internal()
268 if (per_thread) { in qemu_set_log_internal()
/openbmc/linux/tools/perf/util/
H 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()
H A Dtarget.h18 bool per_thread; member
88 return target->system_wide && target->per_thread; in target__has_per_thread()
96 use_dummy = target->per_thread ? true : false; in target__uses_dummy_map()
H A Devlist.c1038 bool all_threads = (target->per_thread && target->system_wide); in evlist__create_maps()
H A Devsel.c1133 bool per_cpu = opts->target.default_per_cpu && !opts->target.per_thread; in evsel__config()
/openbmc/linux/tools/perf/tests/shell/lib/
H A Dperf_json_output_lint.py89 elif args.interval or args.per_thread or args.system_wide_no_aggr:
/openbmc/linux/tools/perf/bench/
H A Devlist-open-close.c59 OPT_BOOLEAN(0, "per-thread", &opts.target.per_thread, "use per-thread mmaps"),
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c1030 bool per_thread = evlist__per_thread(evlist); in record__thread_data_init_maps() local
1032 if (per_thread) in record__thread_data_init_maps()
1053 if (per_thread || in record__thread_data_init_maps()
3424 OPT_BOOLEAN(0, "per-thread", &record.opts.target.per_thread,
H A Dbuiltin-stat.c2703 target.per_thread = true; in cmd_stat()