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

[xen staging] xenalyze: Add 2 missed VCPUOPs in vcpu_op_str



commit ed939591e4c6ccf794395fc78cd358aa24a94ed8
Author:     Gang Ji <gang.ji@xxxxxxxxx>
AuthorDate: Wed Jun 11 11:08:11 2025 +0200
Commit:     Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Wed Jun 11 11:08:11 2025 +0200

    xenalyze: Add 2 missed VCPUOPs in vcpu_op_str
    
    The 2 missed ones are: register_runstate_phys_area and
    register_vcpu_time_phys_area.
    
    Fixes: d5df44275e7a ("domain: introduce GADDR based runstate area 
registration alternative")
    Fixes: 60e544a8c58f ("x86: introduce GADDR based secondary time area 
registration alternative")
    Signed-off-by: Gang Ji <gang.ji@xxxxxxxxx>
    Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
 tools/xentrace/xenalyze.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/xentrace/xenalyze.c b/tools/xentrace/xenalyze.c
index adc96dd7e4..1c13682aaa 100644
--- a/tools/xentrace/xenalyze.c
+++ b/tools/xentrace/xenalyze.c
@@ -6513,7 +6513,8 @@ static const char *vcpu_op_str[] = {
     "register_runstate_memory_area", "set_periodic_timer",
     "stop_periodic_timer", "set_singleshot_timer", "stop_singleshot_timer",
     "register_vcpu_info", "send_nmi", "get_physid",
-    "register_vcpu_time_memory_area",
+    "register_vcpu_time_memory_area", "register_runstate_phys_area",
+    "register_vcpu_time_phys_area",
 };
 
 static const char *sched_op_str[] = {
--
generated by git-patchbot for /home/xen/git/xen.git#staging



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.