summaryrefslogtreecommitdiff
path: root/README
blob: bea714b9033c60ac0a40e7926bfea571b6078023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This tool gives some stats based on the result from ftrace.

One example of usage:

 trace-cmd record -e cpu_idle

 ... acquire data ...

 trace-cmd report trace.dat > trace-cpuidle.dat

 idlestat ./trace-cpuidle.dat

The tool does not handle the file correctly if there are non cpu_idle traces.