Hi,
I ported Mali into fbdev(=NONE x11 system) debian linux and I'm looking for the Mali performance profiling tool.
I've found few performance profiling tools such as 'glmark2-es2' but they were only for x11 system.
And I've found that there is 'glmark2-es2-drm' for none x11 system.
But I failed to run it with following errors.
{{{
Error: Failed to find a suitable DRM device
Error: main: Could not initialize canvas
Error: Failed to restore original CRTC: -9
* glibc detected * glmark2-es2-drm: munmap_chunk(): invalid pointer: 0x40429b05 ***
Aborted
}}}
I guess this tool is for none x11 system with DRM integrated one, but my linux source code uses UMP instead of DRM.
So I couldn't use this one too.
AAnd I've found that someone updated glmark2 patch that can be used in fbdev system; it didn't merged into mainstream though.
But when I run it, I got Segmentation fault..
Is there any Mali profiling tool for fbdev system?
I want to compare the Mali performance to other platform in generally used way.
Using DS-5 tool with private demo program is common way to to do that?
If so, can I get gator kernel module(gator.ko) from the full DS-5 package?
Thank you,
Nari
Thank you for your reply, Pete.
Your answer helped me.
Regards,