summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavo@embeddedor.com>2017-10-09 11:44:53 -0500
committerDavid S. Miller <davem@davemloft.net>2017-10-09 10:43:03 -0700
commit1a2ace56cea2d752b212e198c5e70ff0c0f39b59 (patch)
tree0111c394d6d653a67af9cacf92d96f55de5353cc /tools/perf/scripts/python/bin/stackcollapse-report
parentfb60bccc06565ba24ed30a0ad3e9eddd5b74cdba (diff)
downloadkernel-1a2ace56cea2d752b212e198c5e70ff0c0f39b59.tar.gz
net: thunderx: mark expected switch fall-throughs in nicvf_main()
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Cc: Sunil Goutham <sgoutham@cavium.com> Cc: Robert Richter <rric@kernel.org> Cc: linux-arm-kernel@lists.infradead.org Cc: netdev@vger.kernel.org Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
n>mm: don't access vm_flags as 'int'KOSAKI Motohiro 2011-05-25mm: delete non-atomic mm counter implementationMatt Fleming 2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro 2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra 2011-03-22mm: mm_struct: remove 16 bytes of alignment padding on 64 bit buildsRichard Kennedy 2011-01-13thp: add pmd_huge_pte to mm_structAndrea Arcangeli 2010-10-26oom: add per-mm oom disable countYing Han 2010-08-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar 2010-08-21mm: make the vma list be doubly linkedLinus Torvalds 2010-08-19kernel: __rcu annotationsArnd Bergmann 2010-03-12nommu: fix build breakageKAMEZAWA Hiroyuki 2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel 2010-03-06mm: count swap usageKAMEZAWA Hiroyuki 2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki 2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki 2010-01-16nommu: don't need get_unmapped_area() for NOMMUDavid Howells 2010-01-16nommu: struct vm_region's vm_usage count need not be atomicDavid Howells 2010-01-06NOMMU: Avoiding duplicate icache flushes of shared mapsMike Frysinger 2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan 2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto 2009-09-24aio: ifdef fields in mm_structAlexey Dobriyan