commit | 3f117d6f4bbca722d9519e545294852d8e714fae | [log] [tgz] |
---|---|---|
author | Tom Parkin <tparkin@katalix.com> | Sat Aug 22 15:59:04 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 22 12:44:37 2020 -0700 |
tree | a61a8309c9b41ed997892c3b68106311b63f1d81 | |
parent | 5ee759cda51b9b1c28994ea36e314427a58cb6d7 [diff] |
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>