Browse By Tags

  • How to profile using FVP

    I am using ARM DS5 v5.20. I could not understand how to profile my code using FVP. My expectation is to profile it completely in my local PC without any HW i.e., to see list of functions and the amount of CPU consumed by those functions. To my understanding…

  • Not able to get GPU counters on Odroid XU3 using ARM Streamline

    Hi,

    I am trying to profile Mali GPU counters on Odroid XU3 using Streamline. I have downloaded DS-5 Ultimate Edition trial for this purpose and built and run the gator daemon on the board ( using the steps from https://github.com/ARM-software/gator )

    1…

  • Ds5 streamline 5.27 kernel samples timeline location

    Hi,

    I've installed Ds5 development tools with streamline, I use gator to grab execution informations and I loaded vmlinux file in order to display kernel function call path. Streamline is a very powerfull tool but I'm wondering that I can't filter…