diff options
author | Masami Hiramatsu <mhiramat@kernel.org> | 2017-12-29 05:48:25 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-01-02 22:27:30 +0300 |
commit | a56c1470c2d589069504907c82d0044037124f66 (patch) | |
tree | 93d1de1f40ee26cbb4b4b9767fea6ef56cd61d84 /net/dccp/Kconfig | |
parent | ee549be6f061188f306133e3a66ce3d3c6758811 (diff) | |
download | linux-a56c1470c2d589069504907c82d0044037124f66.tar.xz |
net: dccp: Remove dccpprobe module
Remove DCCP probe module since jprobe has been deprecated.
That function is now replaced by dccp/dccp_probe trace-event.
You can use it 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/Kconfig')
-rw-r--r-- | net/dccp/Kconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net/dccp/Kconfig b/net/dccp/Kconfig index 8c0ef71bed2f..b270e84d9c13 100644 --- a/net/dccp/Kconfig +++ b/net/dccp/Kconfig @@ -39,23 +39,6 @@ config IP_DCCP_DEBUG Just say N. -config NET_DCCPPROBE - tristate "DCCP connection probing" - depends on PROC_FS && KPROBES - ---help--- - This module allows for capturing the changes to DCCP connection - state in response to incoming packets. It is used for debugging - DCCP congestion avoidance modules. If you don't understand - what was just said, you don't need it: say N. - - Documentation on how to use DCCP connection probing can be found - at: - - http://www.linuxfoundation.org/collaborate/workgroups/networking/dccpprobe - - To compile this code as a module, choose M here: the - module will be called dccp_probe. - endmenu |