]> git.ipfire.org Git - thirdparty/linux.git/commit
netfilter: add option for GCOV profiling
authorFlorian Westphal <fw@strlen.de>
Thu, 7 May 2026 09:34:15 +0000 (11:34 +0200)
committerFlorian Westphal <fw@strlen.de>
Sun, 24 May 2026 20:55:47 +0000 (22:55 +0200)
commit403cec8ab6d002ee26b8345cfd83e58ca3b0606d
tree7b631b135e8fa608dd6bf184725682aee62ad2ad
parentec1806a730a1c0b3d68a7f9afe81514fb0dd7991
netfilter: add option for GCOV profiling

Similar to a few other subsystems: add a new config toggle to
enable netfilter gcov profiling in netfilter, including ebtables,
arptables and so on.

ipset and ipvs gain their own, dedicated toggles.

Acked-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Florian Westphal <fw@strlen.de>
12 files changed:
net/bridge/Makefile
net/bridge/netfilter/Makefile
net/ipv4/Makefile
net/ipv4/netfilter/Makefile
net/ipv6/Makefile
net/ipv6/netfilter/Makefile
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/ipset/Kconfig
net/netfilter/ipset/Makefile
net/netfilter/ipvs/Kconfig
net/netfilter/ipvs/Makefile