Hi Daisy, thanks for the question.From the error message it looks like the gator build is missing the tracepoint functions which would normally be provided by the Mali GPU driver. From this I conclude that the driver is probably an older version that does not have these tracepoints.One thing that you can try is to set the #define GATOR_MALI_INTERFACE_STYLE to a lower value than the default (3) when building the gator driver. You will see how this is used if you take a look at gator_events_mali_400.c in the gator driver source. A value of 1 or 2 will cause gator to use an older interface to talk to the Mali driver which may allow you to proceed further.Hope this helps,Mark Edgeworth