'\" t .\" Title: perf-mem .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.12 .\" Date: 2021-10-10 .\" Manual: perf Manual .\" Source: perf .\" Language: English .\" .TH "PERF_5.14\-MEM" "1" "2021-10-10" "perf" "perf Manual" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" perf\-mem \- Profile memory accesses .SH "SYNOPSIS" .sp .sp .nf \fIperf mem\fP [] (record [] | report) .fi .br .SH "DESCRIPTION" .sp "perf mem record" runs a command and gathers memory operation data from it, into perf.data. Perf record options are accepted and are passed through. .sp "perf mem report" displays the result. It invokes perf report with the right set of options to display a memory access profile. By default, loads and stores are sampled. Use the \-t option to limit to loads or stores. .sp Note that on Intel systems the memory latency reported is the use\-latency, not the pure load (or store latency). Use latency includes any pipeline queueing delays in addition to the memory subsystem latency. .SH "OPTIONS" .sp ... .RS 4 Any command you can specify in a shell. .RE .sp \-i, \-\-input= .RS 4 Input file name. .RE .sp \-f, \-\-force .RS 4 Don\(cqt do ownership validation .RE .sp \-t, \-\-type= .RS 4 Select the memory operation type: load or store (default: load,store) .RE .sp \-D, \-\-dump\-raw\-samples .RS 4 Dump the raw decoded samples on the screen in a format that is easy to parse with one sample per line. .RE .sp \-x, \-\-field\-separator= .RS 4 Specify the field separator used when dump raw samples (\-D option). By default, The separator is the space character. .RE .sp \-C, \-\-cpu= .RS 4 Monitor only on the list of CPUs provided. Multiple CPUs can be provided as a comma\-separated list with no space: 0,1. Ranges of CPUs are specified with \-: 0\-2. Default is to monitor all CPUS. .RE .sp \-U, \-\-hide\-unresolved .RS 4 Only display entries resolved to a symbol. .RE .sp \-p, \-\-phys\-data .RS 4 Record/Report sample physical addresses .RE .sp \-\-data\-page\-size .RS 4 Record/Report sample data address page size .RE .SH "RECORD OPTIONS" .sp \-e, \-\-event .RS 4 Event selector. Use \fIperf mem record \-e list\fP to list available events. .RE .sp \-K, \-\-all\-kernel .RS 4 Configure all used events to run in kernel space. .RE .sp \-U, \-\-all\-user .RS 4 Configure all used events to run in user space. .RE .sp \-v, \-\-verbose .RS 4 Be more verbose (show counter open errors, etc) .RE .sp \-\-ldlat .RS 4 Specify desired latency for loads event. (x86 only) .RE .sp In addition, for report all perf report options are valid, and for record all perf record options. .SH "SEE ALSO" .sp perf\-record(1), perf\-report(1)