]> git.baikalelectronics.ru Git - kernel.git/commit
l2tp: add tracepoints to l2tp_core.c
authorTom Parkin <tparkin@katalix.com>
Sat, 22 Aug 2020 14:59:06 +0000 (15:59 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Aug 2020 19:44:37 +0000 (12:44 -0700)
commit4731b6bc11d1a5896152b1f78559d665cc7d3127
treefc78d06f2d0182e2db94f52ca7318df8a9bd1e1f
parent6923b128c903dd0d7f55f8f05e60b57b898b4fb4
l2tp: add tracepoints to l2tp_core.c

Add lifetime event tracing for tunnel and session instances, tracking
tunnel and session registration, deletion, and eventual freeing.

Port the data path sequence number debug logging to use trace points
rather than custom debug macros.

Signed-off-by: Tom Parkin <tparkin@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_core.c