commit | 79e96f8f930d425ab48c511f8a6db16ca7fc68b1 | [log] [tgz] |
---|---|---|
author | Madhavan Srinivasan <maddy@linux.vnet.ibm.com> | Tue Apr 11 07:21:06 2017 +0530 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Apr 19 20:00:21 2017 +1000 |
tree | 3387541ca447b33b95fdbd736e392098bc392143 | |
parent | 8c5073db0ee680c7e70e123918c9b260e49f757d [diff] |
powerpc/perf: Export memory hierarchy info to user space The LDST field and DATA_SRC in SIER identifies the memory hierarchy level (eg: L1, L2 etc), from which a data-cache miss for a marked instruction was satisfied. Use the 'perf_mem_data_src' object to export this hierarchy level to user space. Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> Signed-off-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>