Idea about PMU enablement on Armv8-A CPUs using software #474
Replies: 2 comments 1 reply
-
Hi @Jiaming97, I'm happy to review anything along the way or give you a tutorial on how to get setup. Your best resources are the YouTube video and the Learning Path about how to create Learning Paths. Looking forward to your contribution, |
Beta Was this translation helpful? Give feedback.
-
Hi @jasonrandrews, Actually my tutorial on PMU enablement is not about how to use tool (e.g. perf) but how to program it. I noticed that even though we provide example code snippets, customers still ask similar questions on failure of PMU enablement. One of the reason is that the software stack is not considered in these code snippets. So I want to provide a tutorial on how to enable PMU with a real Armv8-A platform as an example. I will give examples on how to program to enable PMU in TF-A/u-boot/Linux, then give the test result on a real platform. Because I have already written the tutorial, I will setup and submit contribution soon. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I am an Arm employee. I have written a tutorial about PMU enablement on Armv8-A CPUs using software. It covers basic workflow of PMU usage, three typical examples(to enable in u-boot/TF-A/Linux) on the real Armv8-A platform. I think it a good chance to post it on the learn.arm.com, since my tutorial is a step-by-step one with software enablement. Do you guys think it a good idea?
Thanks,
Jiaming Guo
Beta Was this translation helpful? Give feedback.
All reactions