commit | 54fbad54ebcde9db9c7459e9e379f2350c25e1f1 | [log] [tgz] |
---|---|---|
author | Jiri Olsa <[email protected]> | Wed Feb 24 09:46:42 2016 +0100 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Wed Feb 24 10:10:59 2016 -0300 |
tree | dc1ea35ca55cd0dfd2220aa0e061cc5ee1731304 | |
parent | c2b8d8c55c0235e21c563283f634bcfd2ba7bc1e [diff] |
perf mem record: Check for memory events support Check if current kernel support available memory events and display the status within -e list option: $ perf mem record -e list ldlat-loads : available ldlat-stores : available Signed-off-by: Jiri Olsa <[email protected]> Tested-by: Arnaldo Carvalho de Melo <[email protected]> Cc: Andi Kleen <[email protected]> Cc: David Ahern <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>