perf-timechart.txt 1011 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. perf-timechart(1)
  2. =================
  3. NAME
  4. ----
  5. perf-timechart - Tool to visualize total system behavior during a workload
  6. SYNOPSIS
  7. --------
  8. [verse]
  9. 'perf timechart' {record}
  10. DESCRIPTION
  11. -----------
  12. There are two variants of perf timechart:
  13. 'perf timechart record <command>' to record the system level events
  14. of an arbitrary workload.
  15. 'perf timechart' to turn a trace into a Scalable Vector Graphics file,
  16. that can be viewed with popular SVG viewers such as 'Inkscape'.
  17. OPTIONS
  18. -------
  19. -o::
  20. --output=::
  21. Select the output file (default: output.svg)
  22. -i::
  23. --input=::
  24. Select the input file (default: perf.data unless stdin is a fifo)
  25. -w::
  26. --width=::
  27. Select the width of the SVG file (default: 1000)
  28. -P::
  29. --power-only::
  30. Only output the CPU power section of the diagram
  31. -p::
  32. --process::
  33. Select the processes to display, by name or PID
  34. --symfs=<directory>::
  35. Look for files with symbols relative to this directory.
  36. SEE ALSO
  37. --------
  38. linkperf:perf-record[1]