Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dbranch.c5 static bool cross_area(u64 addr1, u64 addr2, int size) in cross_area() function
36 if (cross_area(from, to, AREA_2M)) in branch_type_count()
38 else if (cross_area(from, to, AREA_4K)) in branch_type_count()