Re: [PATCH] plugins/syscall: Added a table-like summary output

2021-04-16 Thread Mahmoud Mandour
On Fri, Apr 16, 2021 at 8:54 AM Mahmoud Mandour wrote: > On Thu, Apr 15, 2021 at 5:20 PM Mahmoud Mandour > wrote: > >> >> Hello. I just realized that this hunk: > > static void vcpu_syscall_ret(qemu_plugin_id_t id, unsigned int vcpu_idx, >> int64_t num, int64_t ret)

Re: [PATCH] plugins/syscall: Added a table-like summary output

2021-04-15 Thread Mahmoud Mandour
On Thu, Apr 15, 2021 at 5:20 PM Mahmoud Mandour wrote: > Added a table-like output which contains the total number of calls > for each used syscall along with the number of errors that occurred. > > Per-call tracing is still available through supplying the argument > ``print`` to the plugin. > >

[PATCH] plugins/syscall: Added a table-like summary output

2021-04-15 Thread Mahmoud Mandour
Added a table-like output which contains the total number of calls for each used syscall along with the number of errors that occurred. Per-call tracing is still available through supplying the argument ``print`` to the plugin. Signed-off-by: Mahmoud Mandour --- tests/plugin/syscall.c | 94