search for: net_trac

Displaying 2 results from an estimated 2 matches for "net_trac".

Did you mean: net_trace
2014 Mar 21
5
[PATCH RFC V2 0/4] Adding tracepoints to vhost/net
...- V1: https://lkml.org/lkml/2012/4/9/478 Jason Wang (4): vhost: introduce queue_index for tracing vhost: basic tracepoints vhost_net: add basic tracepoints for vhost_net tools: virtio: add a top-like utility for displaying vhost satistics drivers/vhost/net.c | 7 + drivers/vhost/net_trace.h | 53 +++++++ drivers/vhost/trace.h | 175 ++++++++++++++++++++++ drivers/vhost/vhost.c | 14 +- drivers/vhost/vhost.h | 3 + tools/virtio/vhost_stat | 375 ++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 626 insertions(+), 1 deletion(-) create mode 100644 driv...
2014 Mar 21
5
[PATCH RFC V2 0/4] Adding tracepoints to vhost/net
...- V1: https://lkml.org/lkml/2012/4/9/478 Jason Wang (4): vhost: introduce queue_index for tracing vhost: basic tracepoints vhost_net: add basic tracepoints for vhost_net tools: virtio: add a top-like utility for displaying vhost satistics drivers/vhost/net.c | 7 + drivers/vhost/net_trace.h | 53 +++++++ drivers/vhost/trace.h | 175 ++++++++++++++++++++++ drivers/vhost/vhost.c | 14 +- drivers/vhost/vhost.h | 3 + tools/virtio/vhost_stat | 375 ++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 626 insertions(+), 1 deletion(-) create mode 100644 driv...