Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ARM: fix perf build with uclibc toolchains | Florian Fainelli | 2011-08-12 |
| | | | | | | | | | libio.h is not provided by uClibc, in order to be able to test the definition of __UCLIBC__ we need to include stdlib.h, which also includes stddef.h, providing the definition of 'NULL'. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Will Deacon <will.deacon@arm.com> | ||
* | ARM: 6198/1: perf probe: Add ARM DWARF register number mappings | Will Deacon | 2010-07-09 |
This patch adds mappings from DWARF register numbers to the register names used by the ARM `Regs and Stack Access API'. Cc: Jean Pihet <jpihet@mvista.com> Tested-by: Jamie Iles <jamie.iles@picochip.com> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |