summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSumit Garg <sumit.garg@linaro.org>2020-10-07 14:21:43 +0530
committerWill Deacon <will@kernel.org>2020-11-25 15:18:39 +0000
commit367c820ef08082e68df8a3bc12e62393af21e4b5 (patch)
tree9388278f38941afced7096bf9b16a0fe9c9a0530 /tools/perf/scripts/python
parent6b46338f2210e37deeb3cdd40b04e3c597b47570 (diff)
downloadkernel-367c820ef08082e68df8a3bc12e62393af21e4b5.tar.gz
arm64: Enable perf events based hard lockup detector
With the recent feature added to enable perf events to use pseudo NMIs as interrupts on platforms which support GICv3 or later, its now been possible to enable hard lockup detector (or NMI watchdog) on arm64 platforms. So enable corresponding support. One thing to note here is that normally lockup detector is initialized just after the early initcalls but PMU on arm64 comes up much later as device_initcall(). So we need to re-initialize lockup detection once PMU has been initialized. Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Acked-by: Alexandru Elisei <alexandru.elisei@arm.com> Link: https://lore.kernel.org/r/1602060704-10921-1-git-send-email-sumit.garg@linaro.org Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
'>2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov 2012-10-07Merge branch 'late/fixes' into fixesOlof Johansson 2012-10-07Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds 2012-10-07Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds 2012-10-07ARM: footbridge: nw_gpio_lock is raw_spin_lockArnd Bergmann 2012-10-06sections: fix section conflicts in drivers/charAndi Kleen 2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds 2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds 2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds 2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds 2012-10-01Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds 2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds 2012-10-01Merge tag 'char-misc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds 2012-09-28virtio: console: fix error handling in init() functionAlexey Khoroshilov 2012-09-28virtio/console: Allocate scatterlist according to the current pipe sizeMasami Hiramatsu 2012-09-28virtio/console: Wait until the port is ready on spliceMasami Hiramatsu 2012-09-28virtio/console: Add a failback for unstealable pipe bufferMasami Hiramatsu 2012-09-28virtio/console: Add splice_write supportMasami Hiramatsu 2012-09-28Merge tag 'v3.6-rc7' into nextJames Morris 2012-09-26pcmcia: synclink_cs: fix potential tty NULL dereferenceAlexey Khoroshilov 2012-09-26drivers/char/mmtimer.c: Remove useless kfreePeter Senna Tschudin 2012-09-26drivers/char: removes unnecessary semicolonPeter Senna Tschudin 2012-09-26Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka