Lines Matching refs:synth_opts
45 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()
1194 if (etm->synth_opts.inject) { in cs_etm__synth_instruction_sample()
1254 if (etm->synth_opts.last_branch) { in cs_etm__synth_branch_sample()
1266 if (etm->synth_opts.inject) { in cs_etm__synth_branch_sample()
1359 if (etm->synth_opts.branches) { in cs_etm__synth_events()
1372 if (etm->synth_opts.last_branch) { in cs_etm__synth_events()
1382 if (etm->synth_opts.instructions) { in cs_etm__synth_events()
1384 attr.sample_period = etm->synth_opts.period; in cs_etm__synth_events()
1414 if (etm->synth_opts.last_branch && in cs_etm__sample()
1419 if (etm->synth_opts.instructions && in cs_etm__sample()
1477 if (etm->synth_opts.last_branch) in cs_etm__sample()
1502 if (etm->synth_opts.branches) { in cs_etm__sample()
1555 if (etmq->etm->synth_opts.last_branch && in cs_etm__flush()
1556 etmq->etm->synth_opts.instructions && in cs_etm__flush()
1582 if (etm->synth_opts.branches && in cs_etm__flush()
1593 if (etm->synth_opts.last_branch) in cs_etm__flush()
1613 if (etmq->etm->synth_opts.last_branch && in cs_etm__end_block()
1614 etmq->etm->synth_opts.instructions && in cs_etm__end_block()
2498 if (etm->synth_opts.timeless_decoding) in cs_etm__is_timeless_decoding()
3039 etm->synth_opts = *session->itrace_synth_opts; in cs_etm__process_auxtrace_info()
3041 itrace_synth_opts__set_default(&etm->synth_opts, in cs_etm__process_auxtrace_info()
3043 etm->synth_opts.callchain = false; in cs_etm__process_auxtrace_info()