Describe the feature
Currently, as far as I can tell, async-profiler only supports using the timestamp counter on x86 and x86-64. ARM8 also has a timestamp counter, and should also be supported.
Use Case
Profiling on ARMv8 cpus (for example, Graviton) should support tsc as well.
Proposed Solution
No response
Acknowledgements