There is no kernel support for AMD family 15h northbridge events, disabling them in libpfm3 to not report them as available native events.
Signed-off-by: Robert Richter <robert.rich...@amd.com> --- lib/amd64_events_fam15h.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/lib/amd64_events_fam15h.h b/lib/amd64_events_fam15h.h index 20c7140..8ecf6d9 100644 --- a/lib/amd64_events_fam15h.h +++ b/lib/amd64_events_fam15h.h @@ -1065,6 +1065,8 @@ static pme_amd64_entry_t amd64_fam15h_pe[]={ }, }, }, +/* Northbridge events (.pme_code & 0x0E0) not yet supported by the kernel */ +#if 0 /* 78 */{.pme_name = "DRAM_ACCESSES", .pme_code = 0xE0, .pme_desc = "DRAM Accesses", @@ -2241,6 +2243,7 @@ static pme_amd64_entry_t amd64_fam15h_pe[]={ }, }, }, +#endif }; #define PME_AMD64_FAM15H_EVENT_COUNT (sizeof(amd64_fam15h_pe)/sizeof(pme_amd64_entry_t)) -- 1.7.3.4 ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ perfmon2-devel mailing list perfmon2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/perfmon2-devel