commit | 9ad64c0f481c37a63dd39842a0fd264bee44a097 | [log] [tgz] |
---|---|---|
author | Stephane Eranian <[email protected]> | Thu Jan 24 16:10:34 2013 +0100 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Mon Apr 01 12:17:06 2013 -0300 |
tree | d52a4e74229c970a7237ebb8824068e850d1680d | |
parent | a63fcab45273174e665e6a8c9fa1a79a9046d0d5 [diff] |
perf/x86: Add support for PEBS Precise Store This patch adds support for PEBS Precise Store which is available on Intel Sandy Bridge and Ivy Bridge processors. To use Precise store, the proper PEBS event must be used: mem_trans_retired:precise_stores. For the perf tool, the generic mem-stores event exported via sysfs can be used directly. Signed-off-by: Stephane Eranian <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>