perf_sched_script
Extract raw scheduler tracepoint events from perf.data for custom analysis when standard views lack the needed detail.
Instructions
Dump raw scheduler tracepoint events from perf.data.
Use this for custom analysis or when the structured views (latency, timehist, map) don't show what you need.
Output: raw tracepoint event lines. Requires: perf sched record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cpu | No | CPUs to filter | |
| force | No | Don't complain, do it | |
| input | Yes | Path to perf.data file | |
| symfs | No | Symbol filesystem root | |
| verbose | No | Verbosity level (0-2) | |
| vmlinux | No | vmlinux pathname | |
| kallsyms | No | kallsyms pathname | |
| dump_raw_trace | No | Dump raw trace in ASCII |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |