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)
76 "perf report" to view group events together.
83 --exclude-perf::
84 Don't record events issued by perf itself. This option should follow
156 call graphs, using "dwarf", if available (perf tools linked to
164 When "dwarf" recording is used, perf also records (user) stack dump
179 Record per-thread event counts. Use it with 'perf report -T' to see
188 Record the sample timestamps. Use it with 'perf report -D' to see the
213 where the information in the perf.data file (which includes buildids)
325 linkperf:perf-stat[1], linkperf:perf-list[1]