All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xenalyze: Add 2 missed VCPUOPs in vcpu_op_str
@ 2025-06-05 12:36 Gang Ji
  2025-06-05 12:46 ` Andrew Cooper
  0 siblings, 1 reply; 2+ messages in thread
From: Gang Ji @ 2025-06-05 12:36 UTC (permalink / raw)
  To: xen-devel; +Cc: Gang Ji, Anthony PERARD

The 2 missed ones are: register_runstate_phys_area and
register_vcpu_time_phys_area.

Signed-off-by: Gang Ji <gang.ji@cloud.com>
---
 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[] = {
-- 
2.47.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-05 12:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-05 12:36 [PATCH] xenalyze: Add 2 missed VCPUOPs in vcpu_op_str Gang Ji
2025-06-05 12:46 ` Andrew Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.