]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
l2tp: add tracepoint infrastructure to core
authorTom Parkin <tparkin@katalix.com>
Sat, 22 Aug 2020 14:59:04 +0000 (15:59 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Aug 2020 19:44:37 +0000 (12:44 -0700)
commit3f117d6f4bbca722d9519e545294852d8e714fae
treea61a8309c9b41ed997892c3b68106311b63f1d81
parent5ee759cda51b9b1c28994ea36e314427a58cb6d7
l2tp: add tracepoint infrastructure to core

The l2tp subsystem doesn't currently make use of tracepoints.

As a starting point for adding tracepoints, add skeleton infrastructure
for defining tracepoints for the subsystem, and for having them build
appropriately whether compiled into the kernel or built as a module.

Signed-off-by: Tom Parkin <tparkin@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/Makefile
net/l2tp/l2tp_core.c
net/l2tp/trace.h [new file with mode: 0644]