perf-buildid-cache.txt 647 B

12345678910111213141516171819202122232425262728293031323334
  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-cache <options>'
  10. DESCRIPTION
  11. -----------
  12. This command manages the build-id cache. It can add and remove files to/from
  13. the cache. In the future it should as well purge older entries, set upper
  14. limits 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 from the cache.
  23. -v::
  24. --verbose::
  25. Be more verbose.
  26. SEE ALSO
  27. --------
  28. linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-buildid-list[1]