Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dcs-etm.c450 struct branch_stack *bs_dst = etmq->last_branch; in cs_etm__copy_last_branch_rb() local
457 bs_dst->nr = bs_src->nr; in cs_etm__copy_last_branch_rb()
471 memcpy(&bs_dst->entries[0], in cs_etm__copy_last_branch_rb()
483 memcpy(&bs_dst->entries[nr], in cs_etm__copy_last_branch_rb()
Dintel-pt.c996 struct branch_stack *bs_dst = ptq->last_branch; in intel_pt_copy_last_branch_rb() local
999 bs_dst->nr = bs_src->nr; in intel_pt_copy_last_branch_rb()
1005 memcpy(&bs_dst->entries[0], in intel_pt_copy_last_branch_rb()
1010 memcpy(&bs_dst->entries[nr], in intel_pt_copy_last_branch_rb()