This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Streamline does not show "Mali GPU Utilization"

Hi Arm Team,

I am trying to profile an executable on android and followed the following article for using the gatord.

https://developer.arm.com/documentation/101813/0904/Application-profiling/Profile-executable-and-linkable-format-binaries-on-Android?lang=en

I used the attached configuration.xml, "gatord -o streamline-gatord-capture-svm-3d-with-configuration-xml.apc -c /system/svm-3d/configuration.xml -A /system/svm-3d/mbb_op"

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<configurations revision="3">
<configuration counter="ftrace_power_cpu_idle" />
<configuration counter="ftrace_block_block_rq_issue" />
<configuration counter="ftrace_block_block_rq_complete" />
<configuration counter="ftrace_power_clock_set_rate" />
<configuration counter="ftrace_f2fs_f2fs_write" />
<configuration counter="ftrace_ext4_ext4_da_write" />
<configuration counter="ftrace_kmem_kmalloc" />
<configuration counter="PERF_COUNT_SW_EMULATION_FAULTS" />
<configuration counter="PERF_COUNT_SW_ALIGNMENT_FAULTS" />
<configuration counter="PERF_COUNT_SW_PAGE_FAULTS_MIN" />
<configuration counter="PERF_COUNT_SW_PAGE_FAULTS_MAJ" />
<configuration counter="PERF_COUNT_SW_PAGE_FAULTS" />
<configuration counter="PERF_COUNT_SW_CPU_MIGRATIONS" />
<configuration counter="PERF_COUNT_SW_CONTEXT_SWITCHES" />
<configuration counter="PERF_COUNT_SW_TASK_CLOCK" />
<configuration counter="PERF_COUNT_SW_CPU_CLOCK" />
<configuration counter="ARMv8_Cortex_A55_user" />
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

When I import streamline-gatord-capture-svm-3d-with-configuration-xml.apc into the Streamline GUI, I do not see "Mali GPU Utilization" in the captured tabs, what could be the issue, can someone please help ?

0