netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] adding tracepoints to vhost
@ 2012-04-10  2:58 Jason Wang
  2012-04-10  2:58 ` [PATCH 1/2] vhost: basic tracepoints Jason Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Jason Wang @ 2012-04-10  2:58 UTC (permalink / raw)
  To: netdev, virtualization, linux-kernel, kvm, mst

To help in vhost analyzing, the following series adding basic tracepoints to
vhost. Operations of both virtqueues and vhost works were traced in current
implementation, net code were untouched. A top-like satistics displaying script
were introduced to help the troubleshooting.

TODO:
- net specific tracepoints?

---

Jason Wang (2):
      vhost: basic tracepoints
      tools: virtio: add a top-like utility for displaying vhost satistics


 drivers/vhost/trace.h   |  153 ++++++++++++++++++++
 drivers/vhost/vhost.c   |   17 ++
 tools/virtio/vhost_stat |  360 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 528 insertions(+), 2 deletions(-)
 create mode 100644 drivers/vhost/trace.h
 create mode 100755 tools/virtio/vhost_stat

-- 
Jason Wang

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-05-07 21:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-10  2:58 [PATCH 0/2] adding tracepoints to vhost Jason Wang
2012-04-10  2:58 ` [PATCH 1/2] vhost: basic tracepoints Jason Wang
2012-05-07 21:10   ` Michael S. Tsirkin
2012-04-10  2:58 ` [PATCH 2/2] tools: virtio: add a top-like utility for displaying vhost satistics Jason Wang
2012-04-10 11:40 ` [PATCH 0/2] adding tracepoints to vhost Stefan Hajnoczi
2012-04-10 12:42   ` Michael S. Tsirkin
2012-04-10 12:54     ` Stefan Hajnoczi
2012-04-10 13:10     ` Zhi Yong Wu
2012-04-10 13:45       ` Michael S. Tsirkin
2012-04-10 14:58         ` Zhi Yong Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).