Home
last modified time | relevance | path

Searched refs:last_branch (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dintel-pt.c120 struct branch_stack *last_branch; member
683 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 …]
Dauxtrace.h84 bool last_branch; member
Dauxtrace.c1050 synth_opts->last_branch = true; in itrace_parse_synth_opts()
/linux-4.4.14/tools/perf/
Dbuiltin-report.c230 if (session->itrace_synth_opts->last_branch) in report__setup_sample_type()
854 if (itrace_synth_opts.last_branch) in cmd_report()
Dbuiltin-inject.c645 if (inject->itrace_synth_opts.last_branch) in __cmd_inject()