• GPU's cycles in Streamline

    Hi guys,

    I need some clarification in regards to the GPU Active ($MaliGPUCyclesGPUActive) counter on a Mali-G76 (not really specific to this GPU though) in a Samsung S10e.

    I'm getting a total of ~310 mega-cycles in 1 sec. From a quick look at the DVFS…

  • System wide cache flush

    Hello,

    I'm working with i.MX8DX (Dual Core CortexA35 + CortexM4) with the following simplified caching system:

    My need is to flush a cached memory area to RAM in order to be viewed by the M4 core, unfortunately this area maybe cached by Core 0 and…

  • [APB] Assert timing of PSTRB and PPROT

    Hi All,

    I have a question about assert timing of PSTRB and PPROT.

    I think APB4 spec (IHI0024C_amba_apb_protocol_spec.pdf) does not describe when PSTRB and PPROT should be asserted.
    I guess these signals should be asserted while PSEL is high like PADDR…

  • Mali Core Unit Utilization graph in Streamline not adding up to 100%

    Hi,

    I believe I'm misinterpreting the counter templates in the Mali Core Unit Utilization on my S10e (Mali-G76), so just need some clarification. My initial assumption was that the counters would add up to 100%. However, as you can see below, they're…

  • TrustZone Debug Thread Reserved

    Hi,

    I am using Arm Development Studio IDE to remotely debug an application with gdbserver, when I launch the application I have this message: thread 3700 #1 stopped (reserved) and it doesn't let me debug step by step.

    How can I remove the reserved restriction…

  • I want to know about the GPU Line up

    Hello mate,

    I am quite confused about the GPU line up ARM has Maybe I'm not able to understand Please can you explain that, There are many GPU in the line-up but which one stands where which is better than which one is not really clear I'm a YOUTUBER…

  • EGLFrameContext occasionally missing from Streamline captures

    Hi, 

    For reasons unknown to me, the $FrameRateEGLContext**** (the **** representing the memory address, or equivalent suffix) counter seems to be absent from some of my captures and I'm struggling to understand what could be the reason. During some captures…

  • AMBA APB

    1)the APB uses massive memory-I/O accesses.what is that massive memory-I/O accesses?

  • Cortex A53 Bare metal booting have FIQ exception. How to debug?

    Hi

    I study coresight test with cortex A53 CPU.

    I get FIQ interrupt when I running helloworld test in ini_libc function. But I don't known why.

    I use gcc-linaro 4.9 toolchain : aarch64-none-elf-gcc  with glibc 2.14

    Set CPU config pin aa64naa32 to 1…

  • mali_offline_compiler question

    1、I found a strange problem, I tested the following two kernels , The main function and the two kernels are as follows.Test platform is Mali -T864.GlobalWorkSize=10000000(10M),The first takes 20ms and the second takes 15ms.

    main.cpp

    /*
     * This confidential…