diff options
author | Qi Liu <[email protected]> | 2020-09-16 18:48:51 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2020-09-16 10:54:02 -0300 |
commit | ce9c13f31b10560d4e4d801f9f94895f595756aa (patch) | |
tree | 5358ba00a8863eca057c7485fbdf936971eda3be /tools/perf/scripts/python/net_dropmonitor.py | |
parent | d26383dcb2b4b8629fde05270b4e3633be9e3d4b (diff) |
perf stat: Fix the ratio comments of miss-events
'perf stat' displays miss ratio of L1-dcache, L1-icache, dTLB cache,
iTLB cache and LL-cache. Take L1-dcache for example, miss ratio is
caculated as "L1-dcache-load-misses/L1-dcache-loads". So "of all
L1-dcache hits" is unsuitable to describe it, and "of all L1-dcache
accesses" seems better.
The comments of L1-icache, dTLB cache, iTLB cache and LL-cache are
fixed in the same way.
Signed-off-by: Qi Liu <[email protected]>
Reviewed-by: Andi Kleen <[email protected]>
Cc: [email protected]
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions