Searched refs:last_branch (Results 1 – 7 of 7) sorted by relevance
83 struct branch_stack *last_branch; member200 zfree(&etmq->last_branch); in cs_etm__free_queue()309 if (etm->synth_opts.last_branch || etm->sample_branches) { in cs_etm__alloc_queue()315 if (etm->synth_opts.last_branch) { in cs_etm__alloc_queue()320 etmq->last_branch = zalloc(sz); in cs_etm__alloc_queue()321 if (!etmq->last_branch) in cs_etm__alloc_queue()390 zfree(&etmq->last_branch); in cs_etm__alloc_queue()450 struct branch_stack *bs_dst = etmq->last_branch; in cs_etm__copy_last_branch_rb()670 if (etm->synth_opts.last_branch) { in cs_etm__synth_instruction_sample()672 sample.branch_stack = etmq->last_branch; in cs_etm__synth_instruction_sample()[all …]
139 struct branch_stack *last_branch; member768 if (pt->synth_opts.last_branch) { in intel_pt_alloc_queue()773 ptq->last_branch = zalloc(sz); in intel_pt_alloc_queue()774 if (!ptq->last_branch) in intel_pt_alloc_queue()845 zfree(&ptq->last_branch); in intel_pt_alloc_queue()861 zfree(&ptq->last_branch); in intel_pt_free_queue()996 struct branch_stack *bs_dst = ptq->last_branch; in intel_pt_copy_last_branch_rb()1134 if (pt->synth_opts.last_branch && sort__mode == SORT_MODE__BRANCH) { in intel_pt_synth_branch_sample()1162 if (pt->synth_opts.last_branch) { in intel_pt_prep_sample()1164 sample->branch_stack = ptq->last_branch; in intel_pt_prep_sample()[all …]
96 bool last_branch; member
1094 synth_opts->last_branch = true; in itrace_parse_synth_opts()
639 int last_branch = -2; in vc4_validate_branches() local662 if (ip - last_branch < 4) { in vc4_validate_branches()666 last_branch = ip; in vc4_validate_branches()
326 if (session->itrace_synth_opts->last_branch) in report__setup_sample_type()1212 if (itrace_synth_opts.last_branch) in cmd_report()
722 if (inject->itrace_synth_opts.last_branch) in __cmd_inject()