summaryrefslogtreecommitdiff
path: root/drivers/staging/android/trace_persistent.c
AgeCommit message (Collapse)Author
2012-04-09android: persistent_trace: fix section mismatch warningColin Cross
persistent_trace_probe can be calls persistent_ram init functions that are __devinit, mark it __devinit as well. Change-Id: I8f3cfb1bc443d143dc838b2bced2d191b3bf52d7 Signed-off-by: Colin Cross <ccross@android.com>
2012-04-09android: persistent_trace: ftrace into persistent_ramColin Cross
persistent_trace uses the ftrace infrastructure, but traces into a persistent_ram buffer instead of the regular ftrace ringbuffer. After a reset or panic, the trace can be decoded with cat /sys/kernel/debug/persistent_trace. Change-Id: Ia6025ccc323599c7844e0783af0386d32ed7419e Signed-off-by: Colin Cross <ccross@android.com>