alistair23-linux/tools/virtio
Yoshihiro YUNOMAE 108fc82596 tools: Add guest trace agent as a user tool
This patch adds a user tool, "trace agent" for sending trace data of a guest to
a Host in low overhead. This agent has the following functions:
 - splice a page of ring-buffer to read_pipe without memory copying
 - splice the page from write_pipe to virtio-console without memory copying
 - write trace data to stdout by using -o option
 - controlled by start/stop orders from a Host

Changes in v2:
 - Cleanup (change fprintf() to pr_err() and an include guard)

Signed-off-by: Yoshihiro YUNOMAE <yoshihiro.yunomae.ez@hitachi.com>
Acked-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2012-09-28 15:05:13 +09:30
..
linux virtio/tools: add delayed interupt mode 2012-05-02 18:22:14 +03:00
vhost_test
virtio-trace tools: Add guest trace agent as a user tool 2012-09-28 15:05:13 +09:30
Makefile
virtio_test.c virtio/tools: add delayed interupt mode 2012-05-02 18:22:14 +03:00