aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/Documentation/perf-buildid-cache.txt
blob: 88bc3b5197461a099ad2a424f2a64f79abf388d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
perf-buildid-cache(1)
=====================

NAME
----
perf-buildid-cache - Manage build-id cache.

SYNOPSIS
--------
[verse]
'perf buildid-list <options>'

DESCRIPTION
-----------
This command manages the build-id cache. It can add and remove files to the
cache. In the future it should as well purge older entries, set upper limits
for the space used by the cache, etc.

OPTIONS
-------
-a::
--add=::
        Add specified file to the cache.
-r::
--remove=::
        Remove specified file to the cache.
-v::
--verbose::
	Be more verbose.

SEE ALSO
--------
linkperf:perf-record[1], linkperf:perf-report[1]