[PATCH v2 15/15] tools/xenperf: update hypercall names

Juergen Gross posted 15 patches 4 years, 3 months ago
There is a newer version of this series
[PATCH v2 15/15] tools/xenperf: update hypercall names
Posted by Juergen Gross 4 years, 3 months ago
The hypercall names need some update.

Signed-off-by: Juergen Gross <jgross@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


Re: [PATCH v2 15/15] tools/xenperf: update hypercall names
Posted by Jan Beulich 4 years, 3 months ago
On 01.11.2021 16:20, Juergen Gross wrote:
> The hypercall names need some update.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

In the context of reviewing v1 of this series I came to make an
almost identical patch (sole difference being that I took the
opportunity and also switched the table itself to "static const
char *const"), so
Reviewed-by: Jan Beulich <jbeulich@suse.com>

> --- 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),
>