Searched refs:per_thread (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | target.c | 81 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 D | target.h | 18 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 D | session.c | 1186 bool per_thread) in deliver_sample_value() argument 1193 storage = perf_sample_id__get_period_storage(sid, sample->tid, per_thread); in deliver_sample_value() 1224 bool per_thread) in deliver_sample_group() argument 1231 per_thread); in deliver_sample_group() 1235 machine, per_thread); in deliver_sample_group() 1250 bool per_thread = perf_evsel__attr_has_per_thread_sample_period(&evsel->core); in evlist__deliver_sample() local 1259 machine, read_format, per_thread); in evlist__deliver_sample() 1263 per_thread); in evlist__deliver_sample()
|
| H A D | evlist.c | 987 bool all_threads = (target->per_thread && target->system_wide); in evlist__create_maps()
|
| H A D | evsel.c | 1317 bool per_cpu = opts->target.default_per_cpu && !opts->target.per_thread; in evsel__config()
|
| /linux-6.15/tools/lib/perf/include/internal/ |
| H A D | evsel.h | 148 bool per_thread);
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | processor.h | 179 extern int riscv_set_icache_flush_ctx(unsigned long ctx, unsigned long per_thread);
|
| /linux-6.15/tools/perf/tests/shell/lib/ |
| H A D | perf_json_output_lint.py | 99 elif args.interval or args.per_thread or args.system_wide_no_aggr:
|
| /linux-6.15/tools/perf/bench/ |
| H A D | evlist-open-close.c | 59 OPT_BOOLEAN(0, "per-thread", &opts.target.per_thread, "use per-thread mmaps"),
|
| /linux-6.15/tools/lib/perf/ |
| H A D | evsel.c | 556 u64 *perf_sample_id__get_period_storage(struct perf_sample_id *sid, u32 tid, bool per_thread) in perf_sample_id__get_period_storage() argument 562 if (!per_thread) in perf_sample_id__get_period_storage()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-record.c | 1081 bool per_thread = evlist__per_thread(evlist); in record__thread_data_init_maps() local 1083 if (per_thread) in record__thread_data_init_maps() 1104 if (per_thread || in record__thread_data_init_maps() 3477 OPT_BOOLEAN(0, "per-thread", &record.opts.target.per_thread,
|
| H A D | builtin-stat.c | 2694 target.per_thread = true; in cmd_stat()
|
| /linux-6.15/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 8165 const bool per_thread = cai->flags & CSTATE_COUNTER_FLAG_COLLECT_PER_THREAD; in cstate_perf_init_() local 8168 if (!per_thread && cores_visited[core_id]) in cstate_perf_init_()
|