Home
last modified time | relevance | path

Searched refs:synth_opts (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/tools/perf/util/
Dauxtrace.c1351 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts, in itrace_synth_opts__set_default() argument
1354 synth_opts->branches = true; in itrace_synth_opts__set_default()
1355 synth_opts->transactions = true; in itrace_synth_opts__set_default()
1356 synth_opts->ptwrites = true; in itrace_synth_opts__set_default()
1357 synth_opts->pwr_events = true; in itrace_synth_opts__set_default()
1358 synth_opts->other_events = true; in itrace_synth_opts__set_default()
1359 synth_opts->intr_events = true; in itrace_synth_opts__set_default()
1360 synth_opts->errors = true; in itrace_synth_opts__set_default()
1361 synth_opts->flc = true; in itrace_synth_opts__set_default()
1362 synth_opts->llc = true; in itrace_synth_opts__set_default()
[all …]
Dintel-pt.c93 struct itrace_synth_opts synth_opts; member
288 struct perf_time_interval *range = pt->synth_opts.ptime_range; in intel_pt_log_events()
289 int n = pt->synth_opts.range_num; in intel_pt_log_events()
291 if (pt->synth_opts.log_plus_flags & AUXTRACE_LOG_FLG_ALL_PERF_EVTS) in intel_pt_log_events()
294 if (pt->synth_opts.log_minus_flags & AUXTRACE_LOG_FLG_ALL_PERF_EVTS) in intel_pt_log_events()
371 pt->synth_opts.vm_time_correlation); in intel_pt_do_fix_overlap()
379 if (pt->synth_opts.vm_time_correlation) in intel_pt_do_fix_overlap()
1060 if (!pt->tsc_bit || !pt->cap_user_time_zero || pt->synth_opts.timeless_decoding) in intel_pt_timeless_decoding()
1160 sz += (pt->synth_opts.callchain_sz + 1) * sizeof(u64); in intel_pt_alloc_chain()
1188 pt->synth_opts.callchain_sz + 1, sample->ip, in intel_pt_add_callchain()
[all …]
Dintel-bts.c57 struct itrace_synth_opts synth_opts; member
280 if (bts->synth_opts.initial_skip && in intel_bts_synth_branch_sample()
281 bts->num_events++ <= bts->synth_opts.initial_skip) in intel_bts_synth_branch_sample()
301 if (bts->synth_opts.inject) { in intel_bts_synth_branch_sample()
383 if (!btsq->bts->synth_opts.errors) in intel_bts_get_branch_type()
430 if (btsq->bts->synth_opts.thread_stack) in intel_bts_process_buffer()
499 if (!btsq->bts->synth_opts.callchain && in intel_bts_process_queue()
500 !btsq->bts->synth_opts.thread_stack && thread && in intel_bts_process_queue()
629 bts->synth_opts.errors) in intel_bts_process_event()
811 if (bts->synth_opts.branches) { in intel_bts_synth_events()
[all …]
Dcs-etm.c45 struct itrace_synth_opts synth_opts; member
293 if (etm->synth_opts.last_branch) { in cs_etm__init_traceid_queue()
296 sz += etm->synth_opts.last_branch_sz * in cs_etm__init_traceid_queue()
411 if (etm->synth_opts.branches || etm->synth_opts.last_branch || in cs_etm__packet_swap()
412 etm->synth_opts.instructions) { in cs_etm__packet_swap()
932 nr = etmq->etm->synth_opts.last_branch_sz - tidq->last_branch_pos; in cs_etm__copy_last_branch_rb()
944 if (bs_src->nr >= etmq->etm->synth_opts.last_branch_sz) { in cs_etm__copy_last_branch_rb()
1025 tidq->last_branch_pos = etmq->etm->synth_opts.last_branch_sz; in cs_etm__update_last_branch_rb()
1040 if (bs->nr < etmq->etm->synth_opts.last_branch_sz) in cs_etm__update_last_branch_rb()
1191 if (etm->synth_opts.last_branch) in cs_etm__synth_instruction_sample()
[all …]
Darm-spe.c43 struct itrace_synth_opts synth_opts; member
310 if (spe->synth_opts.inject) { in arm_spe_deliver_synth_event()
1056 if (spe->synth_opts.flc) { in arm_spe_synth_events()
1076 if (spe->synth_opts.llc) { in arm_spe_synth_events()
1096 if (spe->synth_opts.tlb) { in arm_spe_synth_events()
1116 if (spe->synth_opts.branches) { in arm_spe_synth_events()
1128 if (spe->synth_opts.remote_access) { in arm_spe_synth_events()
1140 if (spe->synth_opts.mem) { in arm_spe_synth_events()
1151 if (spe->synth_opts.instructions) { in arm_spe_synth_events()
1152 if (spe->synth_opts.period_type != PERF_ITRACE_PERIOD_INSTRUCTIONS) { in arm_spe_synth_events()
[all …]
Dauxtrace.h608 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts,
612 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts,
747 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts __maybe_unused, in itrace_do_parse_synth_opts()