Debugging the kernel using Ftrace - part 1
Debugging the kernel using Ftrace - part 1
Posted Dec 18, 2009 8:38 UTC (Fri) by tejparkash (guest, #53332)Parent article: Debugging the kernel using Ftrace - part 1
I guess these lines should be there in Setting up Ftrace
HowTo mount the debugfs system:
# mkdir /debug
# mount -t debugfs nodev /debug
Anyway simple and excellent article, specially trace_printk is something new to me, as i have observed the all problems listed due to printk.
Waiting eagerly Part-II......
