Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dcs-etm.c449 struct branch_stack *bs_src = etmq->last_branch_rb; in cs_etm__copy_last_branch_rb() local
457 bs_dst->nr = bs_src->nr; in cs_etm__copy_last_branch_rb()
462 if (!bs_src->nr) in cs_etm__copy_last_branch_rb()
472 &bs_src->entries[etmq->last_branch_pos], in cs_etm__copy_last_branch_rb()
482 if (bs_src->nr >= etmq->etm->synth_opts.last_branch_sz) { in cs_etm__copy_last_branch_rb()
484 &bs_src->entries[0], in cs_etm__copy_last_branch_rb()
Dintel-pt.c995 struct branch_stack *bs_src = ptq->last_branch_rb; in intel_pt_copy_last_branch_rb() local
999 bs_dst->nr = bs_src->nr; in intel_pt_copy_last_branch_rb()
1001 if (!bs_src->nr) in intel_pt_copy_last_branch_rb()
1006 &bs_src->entries[ptq->last_branch_pos], in intel_pt_copy_last_branch_rb()
1009 if (bs_src->nr >= ptq->pt->synth_opts.last_branch_sz) { in intel_pt_copy_last_branch_rb()
1011 &bs_src->entries[0], in intel_pt_copy_last_branch_rb()