Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dauxtrace.c1328 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts, in itrace_synth_opts__set_default() argument
1331 synth_opts->branches = true; in itrace_synth_opts__set_default()
1332 synth_opts->transactions = true; in itrace_synth_opts__set_default()
1333 synth_opts->ptwrites = true; in itrace_synth_opts__set_default()
1334 synth_opts->pwr_events = true; in itrace_synth_opts__set_default()
1335 synth_opts->other_events = true; in itrace_synth_opts__set_default()
1336 synth_opts->errors = true; in itrace_synth_opts__set_default()
1337 synth_opts->flc = true; in itrace_synth_opts__set_default()
1338 synth_opts->llc = true; in itrace_synth_opts__set_default()
1339 synth_opts->tlb = true; in itrace_synth_opts__set_default()
[all …]
Dintel-pt.c86 struct itrace_synth_opts synth_opts; member
263 struct perf_time_interval *range = pt->synth_opts.ptime_range; in intel_pt_log_events()
264 int n = pt->synth_opts.range_num; in intel_pt_log_events()
266 if (pt->synth_opts.log_plus_flags & AUXTRACE_LOG_FLG_ALL_PERF_EVTS) in intel_pt_log_events()
269 if (pt->synth_opts.log_minus_flags & AUXTRACE_LOG_FLG_ALL_PERF_EVTS) in intel_pt_log_events()
346 pt->synth_opts.vm_time_correlation); in intel_pt_do_fix_overlap()
354 if (pt->synth_opts.vm_time_correlation) in intel_pt_do_fix_overlap()
976 if (!pt->tsc_bit || !pt->cap_user_time_zero || pt->synth_opts.timeless_decoding) in intel_pt_timeless_decoding()
1076 sz += (pt->synth_opts.callchain_sz + 1) * sizeof(u64); in intel_pt_alloc_chain()
1104 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
295 if (etm->synth_opts.last_branch) { in cs_etm__init_traceid_queue()
298 sz += etm->synth_opts.last_branch_sz * in cs_etm__init_traceid_queue()
413 if (etm->sample_branches || etm->synth_opts.last_branch || in cs_etm__packet_swap()
934 nr = etmq->etm->synth_opts.last_branch_sz - tidq->last_branch_pos; in cs_etm__copy_last_branch_rb()
946 if (bs_src->nr >= etmq->etm->synth_opts.last_branch_sz) { in cs_etm__copy_last_branch_rb()
1027 tidq->last_branch_pos = etmq->etm->synth_opts.last_branch_sz; in cs_etm__update_last_branch_rb()
1042 if (bs->nr < etmq->etm->synth_opts.last_branch_sz) in cs_etm__update_last_branch_rb()
1193 if (etm->synth_opts.last_branch) in cs_etm__synth_instruction_sample()
1196 if (etm->synth_opts.inject) { in cs_etm__synth_instruction_sample()
[all …]
Darm-spe.c43 struct itrace_synth_opts synth_opts; member
937 if (spe->synth_opts.flc) { in arm_spe_synth_events()
957 if (spe->synth_opts.llc) { in arm_spe_synth_events()
977 if (spe->synth_opts.tlb) { in arm_spe_synth_events()
997 if (spe->synth_opts.branches) { in arm_spe_synth_events()
1009 if (spe->synth_opts.remote_access) { in arm_spe_synth_events()
1021 if (spe->synth_opts.mem) { in arm_spe_synth_events()
1097 spe->synth_opts = *session->itrace_synth_opts; in arm_spe_process_auxtrace_info()
1099 itrace_synth_opts__set_default(&spe->synth_opts, false); in arm_spe_process_auxtrace_info()
Dauxtrace.h597 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts,
601 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts,
731 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts __maybe_unused, in itrace_do_parse_synth_opts()