a6db407f15
- Refine the checks for ARM mapping symbols and apply them on arm64 as well as 32-bit arm. In particular, mapping symbols can have additional characters and are not strictly limited to just "$a" but can append additional characters (e.g. "$a.1"). Add "$x" to the list of mapping symbol prefixes. - Clear the LSB of function symbol addresses. Thumb function addresses set the LSB to enable Thumb mode. However, the actual function starts at the aligned address with LSB clear. Not clearing the LSB can cause pmcannotate to pass misaligned addresses to objdump when extracting disassembly. Reviewed by: andrew Obtained from: CheriBSD Sponsored by: University of Cambridge, Google, Inc. Differential Revision: https://reviews.freebsd.org/D34416 |
||
---|---|---|
.. | ||
libpmcstat_event.c | ||
libpmcstat_image.c | ||
libpmcstat_logging.c | ||
libpmcstat_process.c | ||
libpmcstat_string.c | ||
libpmcstat_symbol.c | ||
libpmcstat.h | ||
Makefile | ||
Makefile.depend |