Displaying 2 results from an estimated 2 matches for "net_trace".
Did you mean:
set_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 drive...
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 drive...