perf-buildid-cache.txt 608 B

123456789101112131415161718192021222324252627282930313233
  1. perf-buildid-cache(1)
  2. =====================
  3. NAME
  4. ----
  5. perf-buildid-cache - Manage build-id cache.
  6. SYNOPSIS
  7. --------
  8. [verse]
  9. 'perf buildid-list <options>'
  10. DESCRIPTION
  11. -----------
  12. This command manages the build-id cache. It can add and remove files to the
  13. cache. In the future it should as well purge older entries, set upper limits
  14. for the space used by the cache, etc.
  15. OPTIONS
  16. -------
  17. -a::
  18. --add=::
  19. Add specified file to the cache.
  20. -r::
  21. --remove=::
  22. Remove specified file to the cache.
  23. -v::
  24. --verbose::
  25. Be more verbose.
  26. SEE ALSO
  27. --------
  28. linkperf:perf-record[1], linkperf:perf-report[1]