Lines Matching refs:perf
1 perf-record(1)
6 perf-record - Run a command and record its profile into perf.data
11 'perf record' [-e <EVENT> | --event=EVENT] [-l] [-a] <command>
12 'perf record' [-e <EVENT> | --event=EVENT] [-l] [-a] -- <command> [<options>]
17 from it, into perf.data - without displaying anything.
19 This file can then be inspected later on, using 'perf report'.
31 - a symbolic event name (use 'perf list' to list all events)
61 "perf report" to view group events together.
130 call graphs, using "dwarf", if available (perf tools linked to
156 Sample timestamps. Use it with 'perf report -D' to see the timestamps,
177 where the information in the perf.data file (which includes buildids)
262 linkperf:perf-stat[1], linkperf:perf-list[1]