Searched refs:synth_opts (Results 1 – 6 of 6) sorted by relevance
1459 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts, in itrace_synth_opts__set_default() argument1462 synth_opts->branches = true; in itrace_synth_opts__set_default()1463 synth_opts->transactions = true; in itrace_synth_opts__set_default()1464 synth_opts->ptwrites = true; in itrace_synth_opts__set_default()1465 synth_opts->pwr_events = true; in itrace_synth_opts__set_default()1466 synth_opts->other_events = true; in itrace_synth_opts__set_default()1467 synth_opts->intr_events = true; in itrace_synth_opts__set_default()1468 synth_opts->errors = true; in itrace_synth_opts__set_default()1469 synth_opts->flc = true; in itrace_synth_opts__set_default()1470 synth_opts->llc = true; in itrace_synth_opts__set_default()[all …]
96 struct itrace_synth_opts synth_opts; member302 struct perf_time_interval *range = pt->synth_opts.ptime_range; in intel_pt_log_events()303 int n = pt->synth_opts.range_num; in intel_pt_log_events()305 if (pt->synth_opts.log_plus_flags & AUXTRACE_LOG_FLG_ALL_PERF_EVTS) in intel_pt_log_events()308 if (pt->synth_opts.log_minus_flags & AUXTRACE_LOG_FLG_ALL_PERF_EVTS) in intel_pt_log_events()385 pt->synth_opts.vm_time_correlation); in intel_pt_do_fix_overlap()393 if (pt->synth_opts.vm_time_correlation) in intel_pt_do_fix_overlap()1117 if (!pt->tsc_bit || !pt->cap_user_time_zero || pt->synth_opts.timeless_decoding) in intel_pt_timeless_decoding()1217 sz += (pt->synth_opts.callchain_sz + 1) * sizeof(u64); in intel_pt_alloc_chain()1245 pt->synth_opts.callchain_sz + 1, sample->ip, in intel_pt_add_callchain()[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()302 if (bts->synth_opts.inject) { in intel_bts_synth_branch_sample()385 if (!btsq->bts->synth_opts.errors) in intel_bts_get_branch_type()432 if (btsq->bts->synth_opts.thread_stack) in intel_bts_process_buffer()501 if (!btsq->bts->synth_opts.callchain && in intel_bts_process_queue()502 !btsq->bts->synth_opts.thread_stack && thread && in intel_bts_process_queue()631 bts->synth_opts.errors) in intel_bts_process_event()782 if (bts->synth_opts.branches) { in intel_bts_synth_events()[all …]
63 struct itrace_synth_opts synth_opts; member252 if (spe->synth_opts.last_branch) { in arm_spe__alloc_queue()257 min(spe->synth_opts.last_branch_sz, 2U); in arm_spe__alloc_queue()380 sample->period = spe->synth_opts.period; in arm_spe_prep_sample()395 unsigned int last_branch_sz = spe->synth_opts.last_branch_sz; in arm_spe__prep_branch_stack()485 if (spe->synth_opts.inject) { in arm_spe_deliver_synth_event()1036 if (speq->sample_count < spe->synth_opts.period) in arm_spe_sample()1091 if (spe->synth_opts.last_branch && in arm_spe_sample()1736 attr.sample_period = spe->synth_opts.period; in arm_spe_synth_events()1741 if (spe->synth_opts.flc) { in arm_spe_synth_events()[all …]
47 struct itrace_synth_opts synth_opts; member631 if (etm->synth_opts.last_branch) { in cs_etm__init_traceid_queue()634 sz += etm->synth_opts.last_branch_sz * in cs_etm__init_traceid_queue()749 if (etm->synth_opts.branches || etm->synth_opts.last_branch || in cs_etm__packet_swap()750 etm->synth_opts.instructions) { in cs_etm__packet_swap()1310 nr = etmq->etm->synth_opts.last_branch_sz - tidq->last_branch_pos; in cs_etm__copy_last_branch_rb()1322 if (bs_src->nr >= etmq->etm->synth_opts.last_branch_sz) { in cs_etm__copy_last_branch_rb()1407 tidq->last_branch_pos = etmq->etm->synth_opts.last_branch_sz; in cs_etm__update_last_branch_rb()1422 if (bs->nr < etmq->etm->synth_opts.last_branch_sz) in cs_etm__update_last_branch_rb()1592 if (etm->synth_opts.last_branch) in cs_etm__synth_instruction_sample()[all …]
620 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts,624 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts,