commit | 2a03dd8e115261008d44ffbb69297af56caa585f | [log] [tgz] |
---|---|---|
author | Tom Parkin <tparkin@katalix.com> | Sat Aug 22 15:59:05 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 22 12:44:37 2020 -0700 |
tree | e756783f039a344733222f3122efc59c83dcd07a | |
parent | 3f117d6f4bbca722d9519e545294852d8e714fae [diff] |
l2tp: add tracepoint definitions in trace.h l2tp can provide a better debug experience using tracepoints rather than printk-style logging. Add tracepoint definitions in trace.h for use in the l2tp subsystem code. Add preprocessor definitions for the length of session and tunnel names in l2tp_core.h so we can reuse these in trace.h. Signed-off-by: Tom Parkin <tparkin@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>