Home
last modified time | relevance | path

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

/tools/perf/util/
Dcs-etm.c860 struct branch_stack *bs_dst = tidq->last_branch; in cs_etm__copy_last_branch_rb() local
867 bs_dst->nr = bs_src->nr; in cs_etm__copy_last_branch_rb()
881 memcpy(&bs_dst->entries[0], in cs_etm__copy_last_branch_rb()
893 memcpy(&bs_dst->entries[nr], in cs_etm__copy_last_branch_rb()
Dintel-pt.c1136 struct branch_stack *bs_dst = ptq->last_branch; in intel_pt_copy_last_branch_rb() local
1139 bs_dst->nr = bs_src->nr; in intel_pt_copy_last_branch_rb()
1145 memcpy(&bs_dst->entries[0], in intel_pt_copy_last_branch_rb()
1150 memcpy(&bs_dst->entries[nr], in intel_pt_copy_last_branch_rb()