Lines Matching +full:sample +full:- +full:time

1 perf-mem(1)
5 ----
6 perf-mem - Profile memory accesses
9 --------
14 -----------
20 and stores are sampled. Use the -t option to limit to loads or stores.
22 Note that on Intel systems the memory latency reported is the use-latency,
26 On Arm64 this uses SPE to sample load and store operations, therefore hardware
27 and kernel support is required. See linkperf:perf-arm-spe[1] for a setup guide.
32 --------------
33 -f::
34 --force::
37 -t::
38 --type=<type>::
41 -v::
42 --verbose::
45 -p::
46 --phys-data::
47 Record/Report sample physical addresses
49 --data-page-size::
50 Record/Report sample data address page size
53 --------------
57 -e::
58 --event <event>::
59 Event selector. Use 'perf mem record -e list' to list available events.
61 -K::
62 --all-kernel::
65 -U::
66 --all-user::
69 --ldlat <n>::
74 --------------
75 -i::
76 --input=<file>::
79 -C::
80 --cpu=<cpu>::
82 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -
83 like 0-2. Default is to monitor all CPUS.
85 -D::
86 --dump-raw-samples::
88 one sample per line.
90 -s::
91 --sort=<key>::
92 Group result by given key(s) - multiple keys can be specified
97 - symbol_daddr: name of data symbol being executed on at the time of sample
98 - symbol_iaddr: name of code symbol being executed on at the time of sample
99 - dso_daddr: name of library or module containing the data being executed
100 on at the time of the sample
101 - locked: whether the bus was locked at the time of the sample
102 - tlb: type of tlb access for the data at the time of the sample
103 - mem: type of memory access for the data at the time of the sample
104 - snoop: type of snoop (if any) for the data at the time of the sample
105 - dcacheline: the cacheline the data address is on at the time of the sample
106 - phys_daddr: physical address of data being executed on at the time of sample
107 - data_page_size: the data page size of data being executed on at the time of sample
108 - blocked: reason of blocked load access for the data at the time of the sample
113 -T::
114 --type-profile::
115 Show data-type profile result instead of code symbols. This requires
119 -U::
120 --hide-unresolved::
123 -x::
124 --field-separator=<separator>::
125 Specify the field separator used when dump raw samples (-D option). By default,
132 --------
133 linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-arm-spe[1]