kernel/tools/perf/arch/arm/tests/dwarf-unwind.c
.. .. @@ -3,6 +3,7 @@ 3 3 #include "perf_regs.h" 4 4 #include "thread.h" 5 5 #include "map.h" 6 +#include "maps.h"6 7 #include "event.h" 7 8 #include "debug.h" 8 9 #include "tests/tests.h" .. .. @@ -25,7 +26,7 @@ 25 26 26 27 sp = (unsigned long) regs[PERF_REG_ARM_SP]; 27 28 28 - map = map_groups__find(thread->mg, (u64)sp);29 + map = maps__find(thread->maps, (u64)sp);29 30 if (!map) { 30 31 pr_debug("failed to get stack map\n"); 31 32 free(buf);