diff options
author | Leo Yan <[email protected]> | 2020-10-14 06:09:16 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2020-10-15 09:34:41 -0300 |
commit | 6d662d730d6cdc16a19c4bc076c03e2cd21c242d (patch) | |
tree | 6559b12edf54321928d38f0f2d5b5d9c83158e7d /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 4f28641bde8a005462a59d654add4e00767a962c (diff) |
perf c2c: Organize metrics based on memory hierarchy
The metrics are not organized based on memory hierarchy, e.g. the tool
doesn't organize the metrics order based on memory nodes from the close
node (e.g. L1/L2 cache) to far node (e.g. L3 cache and DRAM).
To output metrics with more friendly form, this patch refines the
metrics order based on memory hierarchy:
"Core Load Hit" => "LLC Load Hit" => "LLC Ld Miss" => "Load Dram"
Signed-off-by: Leo Yan <[email protected]>
Tested-by: Joe Mario <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions