'\" t .\" Title: perf-buildid-cache .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.10 .\" Date: 2019-12-05 .\" Manual: perf Manual .\" Source: perf .\" Language: English .\" .TH "PERF_5.4\-BUILDID\-CACHE" "1" "2019-12-05" "perf" "perf Manual" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" perf\-buildid\-cache \- Manage build\-id cache. .SH "SYNOPSIS" .sp .sp .nf \fIperf buildid\-cache \fP .fi .br .SH "DESCRIPTION" .sp 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). .SH "OPTIONS" .sp \-a, \-\-add= .RS 4 Add specified file to the cache. .RE .sp \-f, \-\-force .RS 4 Don\(cqt complain, do it. .RE .sp \-k, \-\-kcore .RS 4 Add specified kcore file to the cache. For the current host that is /proc/kcore which requires root permissions to read. Be aware that running \fIperf buildid\-cache\fP as root may update root\(cqs build\-id cache not the user\(cqs. Use the \-v option to see where the file is created. Note that the copied file contains only code sections not the whole core image. Note also that files "kallsyms" and "modules" must also be in the same directory and are also copied. All 3 files are created with read permissions for root only. kcore will not be added if there is already a kcore in the cache (with the same build\-id) that has the same modules at the same addresses. Use the \-v option to see if a copy of kcore is actually made. .RE .sp \-r, \-\-remove= .RS 4 Remove a cached binary which has same build\-id of specified file from the cache. .RE .sp \-p, \-\-purge= .RS 4 Purge all cached binaries including older caches which have specified path from the cache. .RE .sp \-P, \-\-purge\-all .RS 4 Purge all cached binaries. This will flush out entire cache. .RE .sp \-M, \-\-missing= .RS 4 List missing build ids in the cache for the specified file. .RE .sp \-u, \-\-update= .RS 4 Update specified file of the cache. Note that this doesn\(cqt remove older entires since those may be still needed for annotating old (or remote) perf.data. Only if there is already a cache which has exactly same build\-id, that is replaced by new one. It can be used to update kallsyms and kernel dso to vmlinux in order to support annotation. .RE .sp \-l, \-\-list .RS 4 List all valid binaries from cache. .RE .sp \-v, \-\-verbose .RS 4 Be more verbose. .RE .sp \-\-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. .SH "SEE ALSO" .sp perf\-record(1), perf\-report(1), perf\-buildid\-list(1)