Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dmachine.c2622 struct branch_entry *prev_entries = perf_sample__branch_entries(prev); in has_stitched_lbr() local
2649 if ((prev_entries[i].from != cur_entries[j].from) || in has_stitched_lbr()
2650 (prev_entries[i].to != cur_entries[j].to) || in has_stitched_lbr()
2651 (prev_entries[i].flags.value != cur_entries[j].flags.value)) in has_stitched_lbr()