Searched refs:last_branch (Results 1 – 5 of 5) sorted by relevance
120 struct branch_stack *last_branch; member683 if (pt->synth_opts.last_branch) { in intel_pt_alloc_queue()688 ptq->last_branch = zalloc(sz); in intel_pt_alloc_queue()689 if (!ptq->last_branch) in intel_pt_alloc_queue()753 zfree(&ptq->last_branch); in intel_pt_alloc_queue()769 zfree(&ptq->last_branch); in intel_pt_free_queue()904 struct branch_stack *bs_dst = ptq->last_branch; in intel_pt_copy_last_branch_rb()997 if (pt->synth_opts.last_branch && sort__mode == SORT_MODE__BRANCH) { in intel_pt_synth_branch_sample()1057 if (pt->synth_opts.last_branch) { in intel_pt_synth_instruction_sample()1059 sample.branch_stack = ptq->last_branch; in intel_pt_synth_instruction_sample()[all …]
84 bool last_branch; member
1050 synth_opts->last_branch = true; in itrace_parse_synth_opts()
230 if (session->itrace_synth_opts->last_branch) in report__setup_sample_type()854 if (itrace_synth_opts.last_branch) in cmd_report()
645 if (inject->itrace_synth_opts.last_branch) in __cmd_inject()