+8
−0
+165
−0
+2
−0
arch/arm/kernel/etm.c
0 → 100644
+641
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This driver implements support for on-chip Embedded Tracing Macrocell and Embedded Trace Buffer. It allows to trigger tracing of kernel execution flow and exporting trace output to userspace via character device and a sysrq combo. Trace output can then be decoded by a fairly simple open source tool [1] which is already sufficient to get the idea of what the kernel is doing. [1]: http://github.com/virtuoso/etm2human Signed-off-by:Alexander Shishkin <virtuoso@slind.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>