perf-inject.txt 847 B

123456789101112131415161718192021222324252627282930313233343536
  1. perf-inject(1)
  2. ==============
  3. NAME
  4. ----
  5. perf-inject - Filter to augment the events stream with additional information
  6. SYNOPSIS
  7. --------
  8. [verse]
  9. 'perf inject <options>'
  10. DESCRIPTION
  11. -----------
  12. perf-inject reads a perf-record event stream and repipes it to stdout. At any
  13. point the processing code can inject other events into the event stream - in
  14. this case build-ids (-b option) are read and injected as needed into the event
  15. stream.
  16. Build-ids are just the first user of perf-inject - potentially anything that
  17. needs userspace processing to augment the events stream with additional
  18. information could make use of this facility.
  19. OPTIONS
  20. -------
  21. -b::
  22. --build-ids=::
  23. Inject build-ids into the output stream
  24. -v::
  25. --verbose::
  26. Be more verbose.
  27. SEE ALSO
  28. --------
  29. linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-archive[1]