diff options
author | Masami Hiramatsu <mhiramat@kernel.org> | 2017-12-29 03:47:55 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-01-02 20:27:30 +0100 |
commit | ee549be6f061188f306133e3a66ce3d3c6758811 (patch) | |
tree | e7a89d34f4eea551ab552240b4dc531382dd6731 /net/dccp/Makefile | |
parent | net: sctp: Remove debug SCTP probe module (diff) | |
download | linux-ee549be6f061188f306133e3a66ce3d3c6758811.tar.xz linux-ee549be6f061188f306133e3a66ce3d3c6758811.zip |
net: dccp: Add DCCP sendmsg trace event
Add DCCP sendmsg trace event (dccp/dccp_probe) for
replacing dccpprobe. User can trace this event via
ftrace or perftools.
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/Makefile')
-rw-r--r-- | net/dccp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/dccp/Makefile b/net/dccp/Makefile index 2e7b56097bc4..4215f13a63af 100644 --- a/net/dccp/Makefile +++ b/net/dccp/Makefile @@ -27,3 +27,6 @@ dccp-$(CONFIG_SYSCTL) += sysctl.o dccp_diag-y := diag.o dccp_probe-y := probe.o + +# build with local directory for trace.h +CFLAGS_proto.o := -I$(src) |