commit | 57a3ddba6cd4aeb706b35d85aca4c8f0ac95abd0 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Thu Apr 27 15:25:50 2017 -0700 |
committer | Andi Kleen <ak@linux.intel.com> | Wed Aug 16 12:36:26 2017 -0700 |
tree | 9ba4d5992072b5a5c8982d1bdf1332a200a77452 | |
parent | 49b1d826192d27f31503f82cec226d2e1430f7bc [diff] |
perf, tools: Add support for printing new mem_info encodings Add decoding for the new lvlx and snoopx field meminfo field added earlier to the kernel so that "perf mem report" and other tools can print it properly. v2: Merge with persistent memory patch. Switch to new bit encoding for each combination. v3: Switch to generic lvlnum field. Signed-off-by: Andi Kleen <ak@linux.intel.com>