ftrace的使用
Tracing测试文件目录
mount -t tracefs nodev /sys/kernel/tracing使用function tracer
使用function_graph tracer
使用trace_printk()
使用function command
现实谁调用了某个函数
Profiling
Last updated