qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Does cortex-m55 in qemu have PMU?


From: Archith P
Subject: Does cortex-m55 in qemu have PMU?
Date: Tue, 27 Feb 2024 21:18:55 +0530

Hi,
I am trying to run code on mps3-an547 (QEMU Emulator) and want to check if it has PMU (Performance Monitoring Unit) Enabled. 

[I am getting PMU value from  ARM_PMU_Get_CCNTR() always zero] 

I tried using the QMP command query-cpu-model-expansion
Is this a proper way to find out?
{
    "execute": "query-cpu-model-expansion",
    "arguments": {
        "type": "full",
        "model": {
            "name": "cortex-m55"
        }
    }
}
Gives:
{"return": {"model": {"name": "cortex-m55"}}}

Is there other way to find? Need Help.

Thanks and regards,
Archith


reply via email to

[Prev in Thread] Current Thread [Next in Thread]