Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/powerpc/util/
H A Dsym-handling.c82 int lep_offset; in arch__fix_tev_from_maps() local
105 lep_offset = PPC64_LOCAL_ENTRY_OFFSET(sym->arch_sym); in arch__fix_tev_from_maps()
109 else if (lep_offset) { in arch__fix_tev_from_maps()
111 tev->point.address += lep_offset; in arch__fix_tev_from_maps()
113 tev->point.offset += lep_offset; in arch__fix_tev_from_maps()