Home
last modified time | relevance | path

Searched refs:bs_src (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/tools/perf/util/
Dcs-etm.c859 struct branch_stack *bs_src = tidq->last_branch_rb; in cs_etm__copy_last_branch_rb() local
867 bs_dst->nr = bs_src->nr; in cs_etm__copy_last_branch_rb()
872 if (!bs_src->nr) in cs_etm__copy_last_branch_rb()
882 &bs_src->entries[tidq->last_branch_pos], in cs_etm__copy_last_branch_rb()
892 if (bs_src->nr >= etmq->etm->synth_opts.last_branch_sz) { in cs_etm__copy_last_branch_rb()
894 &bs_src->entries[0], in cs_etm__copy_last_branch_rb()
Dintel-pt.c1135 struct branch_stack *bs_src = ptq->last_branch_rb; in intel_pt_copy_last_branch_rb() local
1139 bs_dst->nr = bs_src->nr; in intel_pt_copy_last_branch_rb()
1141 if (!bs_src->nr) in intel_pt_copy_last_branch_rb()
1146 &bs_src->entries[ptq->last_branch_pos], in intel_pt_copy_last_branch_rb()
1149 if (bs_src->nr >= ptq->pt->synth_opts.last_branch_sz) { in intel_pt_copy_last_branch_rb()
1151 &bs_src->entries[0], in intel_pt_copy_last_branch_rb()