Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dcs-etm.c83 struct branch_stack *last_branch; member
200 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 …]
Dintel-pt.c139 struct branch_stack *last_branch; member
768 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 …]
Dauxtrace.h96 bool last_branch; member
Dauxtrace.c1094 synth_opts->last_branch = true; in itrace_parse_synth_opts()
/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_validate_shaders.c639 int last_branch = -2; in vc4_validate_branches() local
662 if (ip - last_branch < 4) { in vc4_validate_branches()
666 last_branch = ip; in vc4_validate_branches()
/Linux-v4.19/tools/perf/
Dbuiltin-report.c326 if (session->itrace_synth_opts->last_branch) in report__setup_sample_type()
1212 if (itrace_synth_opts.last_branch) in cmd_report()
Dbuiltin-inject.c722 if (inject->itrace_synth_opts.last_branch) in __cmd_inject()