Home
last modified time | relevance | path

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

/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
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()
H A Devlist.c987 bool all_threads = (target->per_thread && target->system_wide);
993 * will override '--per-thread'. target->per_thread = false and
997 * target->per_thread = true and target->system_wide = false.
999 * So target->per_thread && target->system_wide is false.
1004 * For perf stat, it allows the case that target->per_thread and in evlist__mmap_ex()
H A Devsel.c1236 bool per_cpu = opts->target.default_per_cpu && !opts->target.per_thread; in evsel__config()
/linux/tools/perf/tests/shell/lib/
H A Dperf_json_output_lint.py94 elif args.interval or args.per_thread or args.system_wide_no_aggr:
/linux/arch/riscv/include/asm/
H A Dprocessor.h179 extern int riscv_set_icache_flush_ctx(unsigned long ctx, unsigned long per_thread);
/linux/tools/perf/bench/
H A Devlist-open-close.c59 OPT_BOOLEAN(0, "per-thread", &opts.target.per_thread, "use per-thread mmaps"),
/linux/tools/perf/
H A Dbuiltin-record.c1078 bool per_thread = evlist__per_thread(evlist); in record__thread_data_init_maps() local
1080 if (per_thread) in record__thread_data_init_maps()
1101 if (per_thread || in record__thread_data_init_maps()
3468 OPT_BOOLEAN(0, "per-thread", &record.opts.target.per_thread,
H A Dbuiltin-stat.c2721 target.per_thread = true; in cmd_stat()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c7927 const bool per_thread = cai->flags & CSTATE_COUNTER_FLAG_COLLECT_PER_THREAD; in cstate_perf_init_() local
7930 if (!per_thread && cores_visited[core_id]) in cstate_perf_init_()