]> git.proxmox.com Git - mirror_qemu.git/commit
plugins/syscall: Added a table-like summary output
authorMahmoud Mandour <ma.mandourr@gmail.com>
Thu, 20 May 2021 17:43:03 +0000 (18:43 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 25 May 2021 15:52:50 +0000 (16:52 +0100)
commita6851b49e3b0509168d74050d0e59fe0121b2898
tree00a83dac9702496c624e317221a827d2c8114218
parented12f5b4ef626bfd1deb6f178282a18ab948750e
plugins/syscall: Added a table-like summary output

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 <ma.mandourr@gmail.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210519032409.3041-1-ma.mandourr@gmail.com>
Message-Id: <20210520174303.12310-9-alex.bennee@linaro.org>
tests/plugin/syscall.c