Tagged Questions
The ftrace tag has no wiki summary.
2
votes
2answers
731 views
Performance Overhead of Perf Event Subsystem in Linux Kernel
Performance counters for Linux are a new kernel-based subsystem that provide a framework for all things performance analysis. It covers hardware level (CPU/PMU, Performance Monitoring Unit) features ...
2
votes
1answer
1k views
Good explanation/documentation on ftrace
I just read that the 2.6.27 kernel has a new module called ftrace which sounds a lot like suns dtrace utility. I'm having some trouble googling for documentation, I was wondering if anyone else had ...
0
votes
0answers
29 views
Reading ftrace events in binary mode
I'm using Linux 2.6.35.11
By default, the trace and trace_pipe files output an ASCII description of the events occurring in a trace. I see I can write "bin" to trace_options to "print out the formats ...
0
votes
1answer
262 views
How can I use ftrace to get the in-kernel call graph called by a system call?
I've tried these, but all of them produce "empty" output files:
trace-cmd record -p function_graph -g munmap -F ls
trace-cmd record -p function_graph -g sys_enter_munmap -F ls
trace-cmd record -p ...
0
votes
0answers
110 views
Ftrace Timestamp refinment
I have an ARM maschine on which i would like to make same traces.
Ftrace is already compiled in the kernel (not from me).
My problem is that when i look at the traces the TIMESTAMP is not precise ...