The hypercall names need some update. Signed-off-by: Juergen Gross <jgr...@suse.com> Reviewed-by: Jan Beulich <jbeul...@suse.com> --- V2: - new patch --- tools/misc/xenperf.c | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/tools/misc/xenperf.c b/tools/misc/xenperf.c index a5fbdaa45f..2ad737e661 100644 --- a/tools/misc/xenperf.c +++ b/tools/misc/xenperf.c @@ -57,6 +57,11 @@ const char *hypercall_name_table[64] = X(sysctl), X(domctl), X(kexec_op), + X(tmem_op), + X(argo_op), + X(xenpmu_op), + X(dm_op), + X(hypfs_op), X(arch_0), X(arch_1), X(arch_2), -- 2.26.2