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 67 forks source link

daemon: add support for SnapDragon 845 #7

Closed alankelly closed 4 years ago

alankelly commented 5 years ago

Recognizes a SnapDragon 845 as a Cortex A75 and Cortex A55 so that the correct counters are enabled.

bengaineyarm commented 5 years ago

Hi Alan

Thanks for providing this. I'm not going to merge this just yet for two reasons: 1st, we have pending upload for version 6.9 of gator from the new Arm Mobile Studio. 2nd, marketing :-) (and UX) - as it stands this commit will enable the Qualcomm parts to appear in Streamline, but with incorrect brand name, so I have some work to do first (in progress) to resolve this so that the correct product name appears.

But we can leave this here for others in the mean time if other users need it.

Just curious about, whats your use case?

alankelly commented 5 years ago

Hi Ben,

Thanks for the update. I'm currently using Streamline to profile real-time image processing on a Snapdragon 845. It's been helpful so far, identifying dependencies between instructions which were causing stalls.

bengaineyarm commented 4 years ago

Hi Alan, closing this now since 845 is supported out of box in gatord. Thanks.