ARM-software / gator

Sources for Arm Streamline's gator daemon, part of Arm Mobile Studio suite of performance analysis tools
https://www.arm.com/products/development-tools/graphics/arm-mobile-studio
133 stars 70 forks source link

I have build gator and using arm streamline but it is unable to capture GPU events . Is there any specific way to build gator for Mali GPU G52 ? #35

Open Omkar-Shende-212011004 opened 1 year ago

Omkar-Shende-212011004 commented 1 year ago

And there are some warnings:

1.Mali GPU counters

Successfully probed Mali device /dev/mali0 as Mali-G52 (0x7212 r0p0), 1 L2 Slices, 128-bit Bus, 2 Shader Cores.

Mali GPU counters

GPU frequency counters not available for GPU # 0.

No Perf PMUs detected

Could not detect any Perf PMUs in /sys/bus/event_source/devices/ but the system contains recognised CPUs. The system may not support perf hardware counters. Check CONFIG_HW_PERF_EVENTS is set and that the PMU is configured in the target device tree.

Mali: MMU page fault insert pages is disabled

/sys/kernel/tracing/events/mali/mali_page_fault_insert_pages/id was not found

bengaineyarm commented 1 year ago

You should not need to build gatord; pre-built binaries are provided that will work with Mali GPU.

Successfully probed Mali device /dev/mali0 as Mali-G52 (0x7212 r0p0), 1 L2 Slices, 128-bit Bus, 2 Shader Cores.

It looks like the GPU was detected. What issue where you receiving?

haruzheng commented 7 months ago

Hi @bengaineyarm

I have similar problem.

In gator daemon debug message:

My env:

But If i using r42p0-01eac0 in my env, It is working. Thank you

Haru