diff options
author | Jackie Liu <liuyun01@kylinos.cn> | 2022-05-25 10:32:15 +0800 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2022-07-11 16:25:13 +0200 |
commit | 6be791561212684c7fef6c864aa542b4d3e9db36 (patch) | |
tree | 5d69b6689b7e1bf5ad89d3dd16d97d2379d9ddd1 /tools/perf/scripts/python/stackcollapse.py | |
parent | edb2c3476db9898a63fb5d0011ecaa43ebf46c9b (diff) |
netfilter: conntrack: use fallthrough to cleanup
These cases all use the same function. we can simplify the code through
fallthrough.
$ size net/netfilter/nf_conntrack_core.o
text data bss dec hex filename
before 81601 81430 768 163799 27fd7 net/netfilter/nf_conntrack_core.o
after 80361 81430 768 162559 27aff net/netfilter/nf_conntrack_core.o
Arch: aarch64
Gcc : gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jackie Liu <liuyun01@kylinos.cn>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions