net: Add entry/exit tracepoints for all receive paths
authorGeneviève Bastien <gbastien@versatic.net>
Wed, 19 Jun 2019 19:03:49 +0000 (15:03 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 18 Oct 2019 15:59:09 +0000 (11:59 -0400)
commite9d818b9d564b1ca885fc0b8a6d08b0d205c606f
treeeae5259a05125f54ce2ddaa0a3bede68115e50db
parentafded8f566eb85e3c1e04881a20fce1a74e6c43a
net: Add entry/exit tracepoints for all receive paths

In the linux kernel, there are entry and exit tracepoints on
the various paths of network reception.

Those tracepoints are useful to bound the network reception such that
all events happening between the entry and exit can be linked to this
network reception (for example, wakeups). They can also be used to
perform network stack latency analysis.

Acked-by: Julien Desfossez <jdesfossez@digitalocean.com>
Signed-off-by: Geneviève Bastien <gbastien@versatic.net>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/net.h
This page took 0.027083 seconds and 4 git commands to generate.