On 06/08/2018 04:01 PM, Stephane Eranian via perfmon2-devel wrote:
> Hello,
> 
> I have released version 4.10.0 of libpfm4.
> 
> This release contains support for new hardware as well has several bugs fixes 
> and improvements.
> Highlights:
>   - Intel Skylake X uncore PMUs support (all PMU boxes)
>   - Cavium Thunder X2 support
>   - Intel Knights Mill support (core and uncore)
>   - s390 updates
>   - several bug fixes
>   - event table updates
> 
> Thanks to all the contributors.
> 
> You can get the new package from http://perfmon2.sf.net as usual.

Hi Stephane,

Thanks for the libpfm-4.10.0 release.  I did notice one incorrect file name in 
the lib/Makefile that cause the build to fail on arm.  Attached is the patch to 
get the libpfm to build on arm.

Fedora Rawhide scratch build with the patch is here:

https://koji.fedoraproject.org/koji/taskinfo?taskID=27494368

-Will
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> 
> 
> 
> _______________________________________________
> perfmon2-devel mailing list
> perfmon2-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/perfmon2-devel
> 

diff --git a/lib/Makefile b/lib/Makefile
index 129db90..f1241ad 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -360,7 +360,7 @@ INC_ARM=pfmlib_arm_priv.h			\
 	events/arm_cortex_a15_events.h		\
 	events/arm_cortex_a57_events.h		\
 	events/arm_cortex_a53_events.h		\
-	events/arm_thunderx2_events.h
+	events/arm_cavium_tx2_events.h
 
 INC_ARM64=events/arm_cortex_a57_events.h	\
 	  events/arm_cortex_a53_events.h
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
perfmon2-devel mailing list
perfmon2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perfmon2-devel

Reply via email to