Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmachine.c2697 struct branch_entry *prev_entries = perf_sample__branch_entries(prev); in has_stitched_lbr() local
2724 if ((prev_entries[i].from != cur_entries[j].from) || in has_stitched_lbr()
2725 (prev_entries[i].to != cur_entries[j].to) || in has_stitched_lbr()
2726 (prev_entries[i].flags.value != cur_entries[j].flags.value)) in has_stitched_lbr()