Searched refs:last_branch (Results 1 – 8 of 8) sorted by relevance
89 struct branch_stack *last_branch;657 if (etm->synth_opts.last_branch) {662 tidq->last_branch = zalloc(sz); in cs_etm__etmq_get_traceid_queue() 663 if (!tidq->last_branch) in cs_etm__etmq_get_traceid_queue() 678 zfree(&tidq->last_branch); in cs_etm__etmq_get_traceid_queue() 775 if (etm->synth_opts.branches || etm->synth_opts.last_branch || in cs_etm__packet_dump() 959 zfree(&tidq->last_branch); in cs_etm__free_traceid_queues() 1325 struct branch_stack *bs_dst = tidq->last_branch; in cs_etm__copy_last_branch_rb() 1664 if (etm->synth_opts.last_branch) in cs_etm__synth_branch_sample() 1665 sample.branch_stack = tidq->last_branch; in cs_etm__synth_branch_sample() 92 struct branch_stack *last_branch; global() member [all...]
122 struct branch_stack *last_branch; member 255 if (spe->synth_opts.last_branch) { in arm_spe__alloc_queue() 261 speq->last_branch = zalloc(sz); in arm_spe__alloc_queue() 262 if (!speq->last_branch) in arm_spe__alloc_queue() 275 zfree(&speq->last_branch); in arm_spe__alloc_queue() 412 struct branch_stack *bstack = speq->last_branch; in arm_spe__prep_branch_stack() 579 sample.branch_stack = speq->last_branch;606 sample.branch_stack = speq->last_branch; in arm_spe__sample_flags() 1145 if (spe->synth_opts.last_branch && in arm_spe_run_decoder() 1640 zfree(&speq->last_branch);[all...]
190 struct branch_stack *last_branch; member 1310 if (pt->synth_opts.last_branch || pt->synth_opts.add_last_branch || in intel_pt_alloc_queue() 1314 ptq->last_branch = intel_pt_alloc_br_stack(entry_cnt); in intel_pt_alloc_queue() 1315 if (!ptq->last_branch) in intel_pt_alloc_queue() 1395 zfree(&ptq->last_branch); in intel_pt_alloc_queue() 1412 zfree(&ptq->last_branch); in intel_pt_free_queue() 1813 if (pt->synth_opts.last_branch && sort__mode == SORT_MODE__BRANCH) { in intel_pt_synth_branch_sample() 1853 if (pt->synth_opts.last_branch) { in intel_pt_synth_instruction_sample() 1854 thread_stack__br_sample(ptq->thread, ptq->cpu, ptq->last_branch, in intel_pt_synth_instruction_sample() 1856 sample->branch_stack = ptq->last_branch; in intel_pt_synth_instruction_sample() [all...]
137 bool last_branch; member
1080 itops->last_branch || itops->add_callchain || in check_auxtrace_itrace()
1697 synth_opts->last_branch = true; in itrace_do_parse_synth_opts()
380 if (session->itrace_synth_opts->last_branch || in report__setup_sample_type() 1660 if (itrace_synth_opts.last_branch || itrace_synth_opts.add_last_branch) in cmd_report()
454 (inject->itrace_synth_opts.last_branch || in perf_event__convert_sample_callchain()