Searched refs:last_branch (Results 1 – 9 of 9) sorted by relevance
92 struct branch_stack *last_branch; member630 if (etm->synth_opts.last_branch) { in cs_etm__init_traceid_queue()635 tidq->last_branch = zalloc(sz); in cs_etm__init_traceid_queue()636 if (!tidq->last_branch) in cs_etm__init_traceid_queue()651 zfree(&tidq->last_branch); in cs_etm__init_traceid_queue()748 if (etm->synth_opts.branches || etm->synth_opts.last_branch || in cs_etm__packet_swap()943 zfree(&tidq->last_branch); in cs_etm__free_traceid_queues()1289 struct branch_stack *bs_dst = tidq->last_branch; in cs_etm__copy_last_branch_rb()1591 if (etm->synth_opts.last_branch) in cs_etm__synth_instruction_sample()1592 sample.branch_stack = tidq->last_branch; in cs_etm__synth_instruction_sample()[all …]
122 struct branch_stack *last_branch; member252 if (spe->synth_opts.last_branch) { in arm_spe__alloc_queue()258 speq->last_branch = zalloc(sz); in arm_spe__alloc_queue()259 if (!speq->last_branch) in arm_spe__alloc_queue()272 zfree(&speq->last_branch); in arm_spe__alloc_queue()393 struct branch_stack *bstack = speq->last_branch; in arm_spe__prep_branch_stack()540 sample.branch_stack = speq->last_branch; in arm_spe__synth_branch_sample()567 sample.branch_stack = speq->last_branch; in arm_spe__synth_instruction_sample()1091 if (spe->synth_opts.last_branch && in arm_spe_sample()1582 zfree(&speq->last_branch); in arm_spe_free_queue()[all …]
190 struct branch_stack *last_branch; member1310 if (pt->synth_opts.last_branch || pt->synth_opts.other_events) { in intel_pt_alloc_queue()1313 ptq->last_branch = intel_pt_alloc_br_stack(entry_cnt); in intel_pt_alloc_queue()1314 if (!ptq->last_branch) in intel_pt_alloc_queue()1394 zfree(&ptq->last_branch); in intel_pt_alloc_queue()1411 zfree(&ptq->last_branch); in intel_pt_free_queue()1793 if (pt->synth_opts.last_branch && sort__mode == SORT_MODE__BRANCH) { in intel_pt_synth_branch_sample()1833 if (pt->synth_opts.last_branch) { in intel_pt_prep_sample()1834 thread_stack__br_sample(ptq->thread, ptq->cpu, ptq->last_branch, in intel_pt_prep_sample()1836 sample->branch_stack = ptq->last_branch; in intel_pt_prep_sample()[all …]
137 bool last_branch; member
1080 itops->last_branch || itops->add_callchain || in check_auxtrace_itrace()
1681 synth_opts->last_branch = true; in itrace_do_parse_synth_opts()
641 int last_branch = -2; in vc4_validate_branches() local664 if (ip - last_branch < 4) { in vc4_validate_branches()668 last_branch = ip; in vc4_validate_branches()
385 if (session->itrace_synth_opts->last_branch || in report__setup_sample_type()1662 if (itrace_synth_opts.last_branch || itrace_synth_opts.add_last_branch) in cmd_report()
2416 if (inject->itrace_synth_opts.last_branch || in __cmd_inject()