diff options
author | Masami Hiramatsu | 2017-12-29 11:47:55 +0900 |
---|---|---|
committer | David S. Miller | 2018-01-02 14:27:30 -0500 |
commit | ee549be6f061188f306133e3a66ce3d3c6758811 (patch) | |
tree | e7a89d34f4eea551ab552240b4dc531382dd6731 /net/dccp/Makefile | |
parent | fa4475f79251a0539e64c08b8b039be23d107dc9 (diff) |
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) |