gator icon indicating copy to clipboard operation
gator copied to clipboard

Sources for Arm Streamline's gator daemon, part of Arm Mobile Studio suite of performance analysis tools

Results 8 gator issues
Sort by recently updated
recently updated
newest added

Hi, Gator daemon use protobuf logging header file. Which has been dropped in recent Protobuf release They moved to ABSEIL Logging See: https://github.com/protocolbuffers/protobuf/commit/a9f1ea6371c108876649f27a5940a59cc8594768 Issue is this header is no more...

I would like to point out that identifiers like “[`__SENDER_H__`](https://github.com/ARM-software/gator/blob/e2a71c38e007d5713d1b8bd638e3018e8ee2f93f/daemon/Sender.h#L3-L4 "Update candidate")” and “[`__OLY_SOCKET_H__`](https://github.com/ARM-software/gator/blob/e2a71c38e007d5713d1b8bd638e3018e8ee2f93f/daemon/OlySocket.h#L3-L4 "Another update candidate")” [do not fit](https://wiki.sei.cmu.edu/confluence/display/cplusplus/DCL51-CPP.+Do+not+declare+or+define+a+reserved+identifier#DCL51CPP.Donotdeclareordefineareservedidentifier-NoncompliantCodeExample%28HeaderGuard%29 "Do not declare an identifier which is reserved for the...

I find some information about hrtimer_module, driver in gitignore. But I do not find source code. Do I find wrong folder or just old record?

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...

Sorry to bother you. I add print to the `MaliDevice::dumpAllCounters_V56` function in `daemon/mali_userspace/MaliDevice.cpp` `logg.logMessage("-------MailnameBlockIndex %u CounterIndex%u Delta %u",nameBlockIndex,counterIndex,delta);` Normally, the results are as follows `[151.5372070] INFO: dumpAllCounters_V56(mali_userspace/MaliDevice.cpp:673): -------MailnameBlockIndex 0 CounterIndex6...

Hello, I have Mali-G610 for RK3588 and Mali-G52 and Mali-G71 for Android on hand. However, configuring Gator does not enable Opencl mode. The configuration file name is mali_debug.com, along with...

I want to profile ARM PMUs using DS5 and gatord. Can I see profiling visualization to realtime in DS5?

Hello, I would like to know if it would be possible to implement some sort of user-defined instrumentation data to be carried on with gatord traces. I did not find...