perf-buildid-cache.txt 869 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. -M::
  24. --missing=::
  25. List missing build ids in the cache for the specified file.
  26. -u::
  27. --update::
  28. Update specified file of the cache. It can be used to update kallsyms
  29. kernel dso to vmlinux in order to support annotation.
  30. -v::
  31. --verbose::
  32. Be more verbose.
  33. SEE ALSO
  34. --------
  35. linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-buildid-list[1]