Searched refs:cur_entries (Results 1 – 1 of 1) sorted by relevance
2445 struct branch_entry *cur_entries = perf_sample__branch_entries(cur); in has_stitched_lbr() local2474 if ((prev_entries[i].from != cur_entries[j].from) || in has_stitched_lbr()2475 (prev_entries[i].to != cur_entries[j].to) || in has_stitched_lbr()2476 (prev_entries[i].flags.value != cur_entries[j].flags.value)) in has_stitched_lbr()