Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/arch/powerpc/util/
Dsym-handling.c94 int lep_offset; in arch__fix_tev_from_maps() local
117 lep_offset = PPC64_LOCAL_ENTRY_OFFSET(sym->arch_sym); in arch__fix_tev_from_maps()
121 else if (lep_offset) { in arch__fix_tev_from_maps()
123 tev->point.address += lep_offset; in arch__fix_tev_from_maps()
125 tev->point.offset += lep_offset; in arch__fix_tev_from_maps()