Searched refs:last_branch (Results 1 – 8 of 8) sorted by relevance
94 struct branch_stack *last_branch;669 tidq->last_branch = zalloc(sz); in cs_etm__etmq_get_traceid_queue() 670 if (!tidq->last_branch) in cs_etm__etmq_get_traceid_queue() 693 zfree(&tidq->last_branch); in cs_etm__etmq_get_traceid_queue() 792 if (etm->synth_opts.branches || etm->synth_opts.last_branch || in cs_etm__set_trace_param_etmv3() 977 zfree(&tidq->last_branch); in cs_etm__free_queue() 1613 if (etm->synth_opts.last_branch) {1615 tidq->last_branch, tidq->br_stack_sz);1616 sample->branch_stack = tidq->last_branch; in cs_etm__synth_branch_sample() 1739 if (etm->synth_opts.last_branch) { in cs_etm__synth_events() 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() 1644 zfree(&speq->last_branch); in arm_spe_print_info() [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()
1702 synth_opts->last_branch = true; in itrace_do_parse_synth_opts()
380 if (session->itrace_synth_opts->last_branch || in report__setup_sample_type() 1663 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()