summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-record
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavo@embeddedor.com>2019-08-05 15:17:12 -0500
committerThomas Gleixner <tglx@linutronix.de>2019-08-07 15:12:01 +0200
commit7468a4eae541ce5aff65595aa502aa0a4def6615 (patch)
tree1da170e790f0da98cd7e2bf72b210d7cc1edb843 /tools/perf/scripts/python/bin/flamegraph-record
parent4ab9ab656a6cea5257bfa31f00c922d68f7a5c2f (diff)
downloadkernel-7468a4eae541ce5aff65595aa502aa0a4def6615.tar.gz
x86: mtrr: cyrix: Mark expected switch fall-through
Mark switch cases where we are expecting to fall through. Fix the following warning (Building: i386_defconfig i386): arch/x86/kernel/cpu/mtrr/cyrix.c:99:6: warning: this statement may fall through [-Wimplicit-fallthrough=] Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lkml.kernel.org/r/20190805201712.GA19927@embeddedor
Diffstat (limited to 'tools/perf/scripts/python/bin/flamegraph-record')
0 files changed, 0 insertions, 0 deletions
lorian Westphal 2018-07-16netfilter: conntrack: avoid l4proto pkt_to_tuple callsFlorian Westphal 2018-07-16netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal 2018-01-08netfilter: conntrack: timeouts can be constFlorian Westphal 2018-01-08netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal 2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal 2017-10-24netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal 2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal 2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal 2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal 2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal 2017-01-03netfilter: merge udp and udplite conntrack helpersFlorian Westphal 2016-08-13netfilter: remove ip_conntrack* sysctl compat codePablo Neira Ayuso 2016-08-12netfilter: conntrack: Only need first 4 bytes to get l4proto portsGao Feng 2016-05-05netfilter: conntrack: introduce clash resolution on insertion racePablo Neira Ayuso