perf_lock_info
Display lock type and configuration summaries from perf.data files, enabling analysis of kernel lock usage and potential contention.
Instructions
Display general information about locks in perf.data.
Shows lock types and configurations found in the recording.
Output: lock type and configuration summary. Requires: perf lock record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cpu | No | CPUs to filter | |
| pid | No | Filter by PID | |
| tid | No | Filter by TID | |
| force | No | Don't complain, do it | |
| input | Yes | Path to perf.data file | |
| quiet | No | Do not show any warnings | |
| 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 |