Home
last modified time | relevance | path

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

/tools/perf/util/
A Dtarget.c53 if (target->bpf_str && target->per_thread) { in target__validate()
54 target->per_thread = false; in target__validate()
60 if (target->per_thread && (target->system_wide || target->cpu_list)) { in target__validate()
61 target->per_thread = false; in target__validate()
A Dtarget.h16 bool per_thread; member
80 return target->system_wide && target->per_thread; in target__has_per_thread()
88 use_dummy = target->per_thread ? true : false; in target__uses_dummy_map()
A Dsession.c1191 bool per_thread) in deliver_sample_value() argument
1198 storage = perf_sample_id__get_period_storage(sid, sample->tid, per_thread); in deliver_sample_value()
1229 bool per_thread) in deliver_sample_group() argument
1236 per_thread); in deliver_sample_group()
1240 machine, per_thread); in deliver_sample_group()
1255 bool per_thread = perf_evsel__attr_has_per_thread_sample_period(&evsel->core); in evlist__deliver_sample() local
1264 machine, read_format, per_thread); in evlist__deliver_sample()
1268 per_thread); in evlist__deliver_sample()
A Devlist.c990 bool all_threads = (target->per_thread && target->system_wide); in evlist__create_maps()
A Devsel.c1303 bool per_cpu = opts->target.default_per_cpu && !opts->target.per_thread; in evsel__config()
/tools/lib/perf/include/internal/
A Devsel.h149 bool per_thread);
/tools/perf/tests/shell/lib/
A Dperf_json_output_lint.py99 elif args.interval or args.per_thread or args.system_wide_no_aggr:
/tools/perf/bench/
A Devlist-open-close.c238 OPT_BOOLEAN(0, "per-thread", &opts.target.per_thread, "use per-thread mmaps"), in bench_evlist_open_close()
/tools/lib/perf/
A Devsel.c567 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
573 if (!per_thread) in perf_sample_id__get_period_storage()
/tools/perf/
A Dbuiltin-record.c1102 bool per_thread = evlist__per_thread(evlist); in record__thread_data_init_maps() local
1104 if (per_thread) in record__thread_data_init_maps()
1125 if (per_thread || in record__thread_data_init_maps()
3551 OPT_BOOLEAN(0, "per-thread", &record.opts.target.per_thread,
A Dbuiltin-stat.c2719 target.per_thread = true; in cmd_stat()
/tools/power/x86/turbostat/
A Dturbostat.c8691 const bool per_thread = cai->flags & CSTATE_COUNTER_FLAG_COLLECT_PER_THREAD; in cstate_perf_init_() local
8694 if (!per_thread && cores_visited[core_id]) in cstate_perf_init_()

Completed in 54 milliseconds