Lines Matching refs:record
6 perf-script - Read perf.data (created by perf record) and display trace output
12 'perf script' [<options>] record <script> [<record-options>] <command>
14 'perf script' [<options>] <script> <required-script-args> [<record-options>] <command>
29 record and run those scripts:
31 'perf script record <script> <command>' to record the events required
35 recorded using the -a (system-wide) 'perf record' option.
41 record <script>' is used and should be present for this command to
46 record the events required for <script> and to run the <script>
51 'perf record' option. If <script> has any required args, they
54 desired, they can be specified using separate 'perf script record'
55 and 'perf script report' commands, with the stdout of the record step
59 'perf script <top-script>' to both record the events required for
66 [<record-options>] can be passed to the record steps of 'perf script
67 record' and 'live-mode' variants; this isn't possible however for
267 linkperf:perf-record[1], linkperf:perf-script-perl[1],