diff options
Diffstat (limited to 'tools/perf/Documentation/perf-buildid-cache.txt')
-rw-r--r-- | tools/perf/Documentation/perf-buildid-cache.txt | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/tools/perf/Documentation/perf-buildid-cache.txt b/tools/perf/Documentation/perf-buildid-cache.txt index cec6b57e8be6..dd07b55f58d8 100644 --- a/tools/perf/Documentation/perf-buildid-cache.txt +++ b/tools/perf/Documentation/perf-buildid-cache.txt | |||
@@ -12,9 +12,9 @@ SYNOPSIS | |||
12 | 12 | ||
13 | DESCRIPTION | 13 | DESCRIPTION |
14 | ----------- | 14 | ----------- |
15 | This command manages the build-id cache. It can add and remove files to/from | 15 | This command manages the build-id cache. It can add, remove, update and purge |
16 | the cache. In the future it should as well purge older entries, set upper | 16 | files to/from the cache. In the future it should as well set upper limits for |
17 | limits for the space used by the cache, etc. | 17 | the space used by the cache, etc. |
18 | 18 | ||
19 | OPTIONS | 19 | OPTIONS |
20 | ------- | 20 | ------- |
@@ -36,7 +36,12 @@ OPTIONS | |||
36 | actually made. | 36 | actually made. |
37 | -r:: | 37 | -r:: |
38 | --remove=:: | 38 | --remove=:: |
39 | Remove specified file from the cache. | 39 | Remove a cached binary which has same build-id of specified file |
40 | from the cache. | ||
41 | -p:: | ||
42 | --purge=:: | ||
43 | Purge all cached binaries including older caches which have specified | ||
44 | path from the cache. | ||
40 | -M:: | 45 | -M:: |
41 | --missing=:: | 46 | --missing=:: |
42 | List missing build ids in the cache for the specified file. | 47 | List missing build ids in the cache for the specified file. |