Searched refs:synth_opts (Results 1 – 6 of 6) sorted by relevance
1320 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts, in itrace_synth_opts__set_default() argument1323 synth_opts->branches = true; in itrace_synth_opts__set_default()1324 synth_opts->transactions = true; in itrace_synth_opts__set_default()1325 synth_opts->ptwrites = true; in itrace_synth_opts__set_default()1326 synth_opts->pwr_events = true; in itrace_synth_opts__set_default()1327 synth_opts->other_events = true; in itrace_synth_opts__set_default()1328 synth_opts->errors = true; in itrace_synth_opts__set_default()1329 synth_opts->flc = true; in itrace_synth_opts__set_default()1330 synth_opts->llc = true; in itrace_synth_opts__set_default()1331 synth_opts->tlb = true; in itrace_synth_opts__set_default()[all …]
85 struct itrace_synth_opts synth_opts; member254 struct perf_time_interval *range = pt->synth_opts.ptime_range; in intel_pt_log_events()255 int n = pt->synth_opts.range_num; in intel_pt_log_events()257 if (pt->synth_opts.log_plus_flags & AUXTRACE_LOG_FLG_ALL_PERF_EVTS) in intel_pt_log_events()260 if (pt->synth_opts.log_minus_flags & AUXTRACE_LOG_FLG_ALL_PERF_EVTS) in intel_pt_log_events()925 sz += (pt->synth_opts.callchain_sz + 1) * sizeof(u64); in intel_pt_alloc_chain()953 pt->synth_opts.callchain_sz + 1, sample->ip, in intel_pt_add_callchain()1011 if (pt->synth_opts.callchain) { in intel_pt_alloc_queue()1017 if (pt->synth_opts.last_branch || pt->synth_opts.other_events) { in intel_pt_alloc_queue()1048 params.quick = pt->synth_opts.quick; in intel_pt_alloc_queue()[all …]
57 struct itrace_synth_opts synth_opts; member280 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 …]
46 struct itrace_synth_opts synth_opts; member256 if (etm->synth_opts.last_branch) { in cs_etm__init_traceid_queue()259 sz += etm->synth_opts.last_branch_sz * in cs_etm__init_traceid_queue()374 if (etm->sample_branches || etm->synth_opts.last_branch || in cs_etm__packet_swap()910 nr = etmq->etm->synth_opts.last_branch_sz - tidq->last_branch_pos; in cs_etm__copy_last_branch_rb()922 if (bs_src->nr >= etmq->etm->synth_opts.last_branch_sz) { in cs_etm__copy_last_branch_rb()1003 tidq->last_branch_pos = etmq->etm->synth_opts.last_branch_sz; in cs_etm__update_last_branch_rb()1018 if (bs->nr < etmq->etm->synth_opts.last_branch_sz) in cs_etm__update_last_branch_rb()1167 if (etm->synth_opts.last_branch) in cs_etm__synth_instruction_sample()1170 if (etm->synth_opts.inject) { in cs_etm__synth_instruction_sample()[all …]
42 struct itrace_synth_opts synth_opts; member262 if (spe->synth_opts.inject) { in arm_spe_deliver_synth_event()841 if (spe->synth_opts.flc) { in arm_spe_synth_events()861 if (spe->synth_opts.llc) { in arm_spe_synth_events()881 if (spe->synth_opts.tlb) { in arm_spe_synth_events()901 if (spe->synth_opts.branches) { in arm_spe_synth_events()913 if (spe->synth_opts.remote_access) { in arm_spe_synth_events()968 spe->synth_opts = *session->itrace_synth_opts; in arm_spe_process_auxtrace_info()970 itrace_synth_opts__set_default(&spe->synth_opts, false); in arm_spe_process_auxtrace_info()
597 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts,