Skip to content

Commit 744aec4

Browse files
Leo Yanacmel
authored andcommitted
perf c2c: Update documentation for metrics reorganization
The output format for metrics has been reorganized, update documentation to reflect the changes for it. Signed-off-by: Leo Yan <leo.yan@linaro.org> Cc: Al Grant <al.grant@arm.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Don Zickus <dzickus@redhat.com> Cc: Ian Rogers <irogers@google.com> Cc: James Clark <james.clark@arm.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Joe Mario <jmario@redhat.com> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lore.kernel.org/lkml/20201015144548.18482-10-leo.yan@linaro.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 91d933c commit 744aec4

1 file changed

Lines changed: 18 additions & 16 deletions

File tree

tools/perf/Documentation/perf-c2c.txt

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -174,34 +174,36 @@ For each cacheline in the 1) list we display following data:
174174
Cacheline
175175
- cacheline address (hex number)
176176

177-
Total records
178-
- sum of all cachelines accesses
179-
180177
Rmt/Lcl Hitm
181178
- cacheline percentage of all Remote/Local HITM accesses
182179

183-
LLC Load Hitm - Total, Lcl, Rmt
180+
LLC Load Hitm - Total, LclHitm, RmtHitm
184181
- count of Total/Local/Remote load HITMs
185182

186-
Store Reference - Total, L1Hit, L1Miss
187-
Total - all store accesses
188-
L1Hit - store accesses that hit L1
189-
L1Hit - store accesses that missed L1
183+
Total records
184+
- sum of all cachelines accesses
190185

191-
Load Dram
192-
- count of local and remote DRAM accesses
186+
Total loads
187+
- sum of all load accesses
193188

194-
LLC Ld Miss
195-
- count of all accesses that missed LLC
189+
Total stores
190+
- sum of all store accesses
196191

197-
Total Loads
198-
- sum of all load accesses
192+
Store Reference - L1Hit, L1Miss
193+
L1Hit - store accesses that hit L1
194+
L1Miss - store accesses that missed L1
199195

200196
Core Load Hit - FB, L1, L2
201197
- count of load hits in FB (Fill Buffer), L1 and L2 cache
202198

203-
LLC Load Hit - Llc, Rmt
204-
- count of LLC and Remote load hits
199+
LLC Load Hit - LlcHit, LclHitm
200+
- count of LLC load accesses, includes LLC hits and LLC HITMs
201+
202+
RMT Load Hit - RmtHit, RmtHitm
203+
- count of remote load accesses, includes remote hits and remote HITMs
204+
205+
Load Dram - Lcl, Rmt
206+
- count of local and remote DRAM accesses
205207

206208
For each offset in the 2) list we display following data:
207209

0 commit comments

Comments
 (0)