2010-01-20 17:28:45 +00:00
|
|
|
perf-buildid-cache(1)
|
|
|
|
=====================
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
perf-buildid-cache - Manage build-id cache.
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
|
|
|
[verse]
|
2010-05-04 13:48:22 +00:00
|
|
|
'perf buildid-cache <options>'
|
2010-01-20 17:28:45 +00:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2010-07-28 14:30:10 +00:00
|
|
|
This command manages the build-id cache. It can add and remove files to/from
|
|
|
|
the cache. In the future it should as well purge older entries, set upper
|
|
|
|
limits for the space used by the cache, etc.
|
2010-01-20 17:28:45 +00:00
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
|
|
|
-a::
|
|
|
|
--add=::
|
|
|
|
Add specified file to the cache.
|
|
|
|
-r::
|
|
|
|
--remove=::
|
2010-07-28 14:30:10 +00:00
|
|
|
Remove specified file from the cache.
|
2012-12-07 19:28:27 +00:00
|
|
|
-M::
|
|
|
|
--missing=::
|
|
|
|
List missing build ids in the cache for the specified file.
|
2010-01-20 17:28:45 +00:00
|
|
|
-v::
|
|
|
|
--verbose::
|
|
|
|
Be more verbose.
|
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
--------
|
2010-05-04 13:48:22 +00:00
|
|
|
linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-buildid-list[1]
|