perf-mem.txt (cf40a76e7d5874bb25f4404eecc58a2e033af885) | perf-mem.txt (7e99b1972263c2f611d7f2fb67d09f3384006593) |
---|---|
1perf-mem(1) 2=========== 3 4NAME 5---- 6perf-mem - Profile memory accesses 7 8SYNOPSIS --- 14 unchanged lines hidden (view full) --- 23not the pure load (or store latency). Use latency includes any pipeline 24queueing delays in addition to the memory subsystem latency. 25 26OPTIONS 27------- 28<command>...:: 29 Any command you can specify in a shell. 30 | 1perf-mem(1) 2=========== 3 4NAME 5---- 6perf-mem - Profile memory accesses 7 8SYNOPSIS --- 14 unchanged lines hidden (view full) --- 23not the pure load (or store latency). Use latency includes any pipeline 24queueing delays in addition to the memory subsystem latency. 25 26OPTIONS 27------- 28<command>...:: 29 Any command you can specify in a shell. 30 |
31-f:: 32--force:: 33 Don't do ownership validation 34 |
|
31-t:: 32--type=:: 33 Select the memory operation type: load or store (default: load,store) 34 35-D:: 36--dump-raw-samples=:: 37 Dump the raw decoded samples on the screen in a format that is easy to parse with 38 one sample per line. --- 30 unchanged lines hidden --- | 35-t:: 36--type=:: 37 Select the memory operation type: load or store (default: load,store) 38 39-D:: 40--dump-raw-samples=:: 41 Dump the raw decoded samples on the screen in a format that is easy to parse with 42 one sample per line. --- 30 unchanged lines hidden --- |