Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: seranian <seranian@us...> - 2010-08-28 17:25:38
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "libpfm4". The branch, master has been updated via 0fa1af5de387466ad11b7d857d69987e9556fc8b (commit) via d72dbf05104633ea2413d7410389f9abdde107a6 (commit) via 7fb5f3c1a4a5b6fe5619f8eb6553f2704b90e263 (commit) via e4bc331e2dd7b73d88eb3c919c4c470c7182ab59 (commit) from a9b9aae2810253f50d40cb13939c7e7868e16097 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0fa1af5de387466ad11b7d857d69987e9556fc8b Author: Stephane Eranian <eranian@...> Date: Sat Aug 28 19:23:44 2010 +0200 fix duplicate event codes for Intel X86 event tables Detected using the new validation phase. On Core Duo, event unhalted_core_cycles needs more investigation before we can declare a true duplicate. Signed-off-by: Stephane Eranian <eranian@...> commit d72dbf05104633ea2413d7410389f9abdde107a6 Author: Stephane Eranian <eranian@...> Date: Sat Aug 28 19:22:17 2010 +0200 add detection of duplicate event codes Detect event code used twice and which are not from aliases, or events sharing the same counter mask. Signed-off-by: Stephane Eranian <eranian@...> commit 7fb5f3c1a4a5b6fe5619f8eb6553f2704b90e263 Author: Stephane Eranian <eranian@...> Date: Sat Aug 28 19:06:13 2010 +0200 print both requested event and actual events Now shows the equivalence between requested and actual (fully qualified) event. Signed-off-by: Stephane Eranian <eranian@...> commit e4bc331e2dd7b73d88eb3c919c4c470c7182ab59 Author: Stephane Eranian <eranian@...> Date: Sat Aug 28 18:58:01 2010 +0200 add missing Intel Westmere event dependencies Signed-off-by: Stephane Eranian <eranian@...> ----------------------------------------------------------------------- Summary of changes: examples/check_events.c | 11 +++++++---- lib/Makefile | 8 ++++++-- lib/events/intel_atom_events.h | 3 ++- lib/events/intel_core_events.h | 6 ++++-- lib/events/intel_coreduo_events.h | 9 ++++++--- lib/events/intel_nhm_events.h | 3 ++- lib/events/intel_nhm_unc_events.h | 2 +- lib/events/intel_wsm_events.h | 3 ++- lib/events/intel_wsm_unc_events.h | 2 +- lib/pfmlib_intel_x86.c | 7 +++++++ 10 files changed, 38 insertions(+), 16 deletions(-) hooks/post-receive -- libpfm4 |