Built it and trying to see if it is working. But, I don't get any outputs from "trace". Inside the shell, I am trying the following. Can you please help find out what is missing to make it work?
mount -t debugfs debugfs /sys/kernel/debug/
cd /sys/kernel/debug/tracing/
Posted Jul 16, 2012 20:11 UTC (Mon) by SwamiS (guest, #85527)
[Link]
Solution:
Tried multiple things and it was not working. Finally, got to know that removing "STRICT_MEMORY_RWX" Kernel config help solve the problem and I was able to do function tracing.