perf intel-pt: Add missing __fallthrough
authorAdrian Hunter <[email protected]>
Fri, 26 May 2017 08:17:10 +0000 (11:17 +0300)
committerArnaldo Carvalho de Melo <[email protected]>
Wed, 21 Jun 2017 14:35:47 +0000 (11:35 -0300)
commit04194207fe6424c7a1bfd6f43ef7deb90cdf716f
tree7935987bbdae603b9029a99e105c5c4bb42fd26b
parent6a558f12dbe85437acbdec5e149ea07b5554eced
perf intel-pt: Add missing __fallthrough

perf tools uses __fallthrough. Add missing  __fallthrough to a switch
statement.

Signed-off-by: Adrian Hunter <[email protected]>
Cc: Andi Kleen <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c