#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null avicon.ico'/>
summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel/kgdb_32.c
AgeCommit message (Expand)Author
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy
2018-10-07sparc32: fix fall-through annotationGustavo A. R. Silva
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-05-20sparc32: use proper prototype for trapbaseSam Ravnborg
2016-05-20sparc32: drop local prototype in kgdb_32Sam Ravnborg
2016-05-20sparc32: drop hardcoding trap_level in kgdb_trapSam Ravnborg