perf_buildid_list
List ELF build-id hashes from perf.data to verify symbol resolution by comparing against installed debuginfo packages.
Instructions
List the ELF build-id hashes for binaries referenced in perf.data.
Use this to verify symbol resolution will work: compare build IDs against installed debuginfo packages.
Key parameters:
with_hits: only show DSOs that have actual samples.
kernel: show the running kernel's build ID.
kernel_maps: show kernel build ID with address map.
Output: ' ' per line. Works on any perf.data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Don't complain, do it | |
| input | Yes | Path to perf.data file | |
| kernel | No | Show running kernel build id | |
| verbose | No | Verbosity level (0-2) | |
| with_hits | No | Show only DSOs with hits | |
| kernel_maps | No | Show running kernel build-id and map |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |