Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Oct 5, 2022 · 2 comments

Comments

@Omkar-Shende-212011004
Copy link

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
Copy link
Contributor

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
Copy link

Hi @bengaineyarm

I have similar problem.

In gator daemon debug message:

  • Setup stage
    • Successfully probed Mali device /dev/mali0 as Mali-G57 (0x9091 r0p1), 1 L2 Slices, 128-bit Bus, 1 Shader Cores.
    • GPU frequency counters not available for GPU # 0.
  • Start capture
    • MaliDeviceApi: Failed sending hwcnt reader ioctl.

My env:

  • Android
  • mali_kbase version r44p1-01eac0
  • gator daemon v7.7

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

Haru

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants