cpudist: Summarize task on-CPU time as histograms (#585)
* cpudist: summarize on-CPU time per task as a histogram This is the initial implementation of the tool itself, which uses the sched:sched_switch tracepoint to probe task switches. This is a slightly more robust approach than using a kernel function, such as finish_task_switch. When native BCC support for tracepoints is introduced, this tool can be reimplemented and reliance on the current Tracepoint module can be removed. * cpudist: add man page and examples
Showing
man/man8/cpudist.8
0 → 100644
tools/cpudist.py
0 → 100755
tools/cpudist_example.txt
0 → 100644
This diff is collapsed.
Please register or sign in to comment