Lines Matching refs:perf
1 perf-report(1)
6 perf-report - Read perf.data (created by perf record) and display the profile
11 'perf report' [-i <file> | --input=file]
16 via perf record.
22 Input file name. (default: perf.data unless stdin is a fifo)
283 Display extended information about the perf.data file. This adds
291 perf.data file must have been obtained using perf record -b or
292 perf record --branch-filter xxx where xxx is a branch filter option.
293 perf report is able to auto-detect whether a perf.data file contains
317 to build the histograms. To generate meaningful output, the perf.data
318 file must have been obtained using perf record -d -W and using a
320 'perf mem' for simpler access.
336 Show header information in the perf.data file. This includes
337 various information like hostname, OS and perf version, cpu/mem
338 info, perf command line, event list and so on. Currently only
342 Show only perf.data header (forces --stdio).
360 However, perf report cannot show callgraphs for the event which
362 This option extends the perf report to show reference callgraphs,
372 linkperf:perf-stat[1], linkperf:perf-annotate[1]