Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dmachine.c2456 struct branch_entry *prev_entries = perf_sample__branch_entries(prev); in has_stitched_lbr() local
2483 if ((prev_entries[i].from != cur_entries[j].from) || in has_stitched_lbr()
2484 (prev_entries[i].to != cur_entries[j].to) || in has_stitched_lbr()
2485 (prev_entries[i].flags.value != cur_entries[j].flags.value)) in has_stitched_lbr()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmachine.c2693 struct branch_entry *prev_entries = perf_sample__branch_entries(prev); in has_stitched_lbr() local
2720 if ((prev_entries[i].from != cur_entries[j].from) || in has_stitched_lbr()
2721 (prev_entries[i].to != cur_entries[j].to) || in has_stitched_lbr()
2722 (prev_entries[i].flags.value != cur_entries[j].flags.value)) in has_stitched_lbr()

Completed in 10 milliseconds