table of contents
- bookworm 6.1.115-1
- bookworm-backports 6.11.5-1~bpo12+1
- testing 6.11.10-1
- unstable 6.12.3-1
- experimental 6.12~rc6-1~exp1
PERF-BUILDID-CACHE(1) | perf Manual | PERF-BUILDID-CACHE(1) |
NAME¶
perf-buildid-cache - Manage build-id cache.
SYNOPSIS¶
perf buildid-cache <options>
DESCRIPTION¶
This command manages the build-id cache. It can add, remove, update and purge files to/from the cache. In the future it should as well set upper limits for the space used by the cache, etc. This also scans the target binary for SDT (Statically Defined Tracing) and record it along with the buildid-cache, which will be used by perf-probe. For more details, see perf-probe(1).
OPTIONS¶
-a, --add=
-f, --force
-k, --kcore
-r, --remove=
-p, --purge=
Purge all cached binaries including older caches which have specified path from the cache.
-P, --purge-all
-M, --missing=
-u, --update=
-l, --list
-v, --verbose
--target-ns=PID: Obtain mount namespace information from the target pid. This is used when creating a uprobe for a process that resides in a different mount namespace from the perf(1) utility.
--debuginfod[=URLs]
buildid-cache.debuginfod=http://192.168.122.174:8002
If the URLs is not specified, the value of DEBUGINFOD_URLS system environment variable is used.
SEE ALSO¶
2024-10-05 | perf |