summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-03-16 15:39:52 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2020-03-16 15:39:52 -0700
commit3d135f522476a815699dfbefb685de50bc5c12d6 (patch)
tree24d2a9681b4296c6828d569b643cf966021b409b /tools/perf/scripts/python/bin/stackcollapse-record
parentfb33c6510d5595144d585aa194d377cf74d31911 (diff)
parent89604523a76eb3e13014b2bdab7f8870becee284 (diff)
downloadkernel-3d135f522476a815699dfbefb685de50bc5c12d6.tar.gz
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Pull ARM fixes from Russell King: - allow use of ARMv8 arch timer in 32-bit VDSO - rename missed .fixup section - fix kbuild issue with stack protector GCC plugin * tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm: ARM: 8961/2: Fix Kbuild issue caused by per-task stack protector GCC plugin ARM: 8958/1: rename missed uaccess .fixup section ARM: 8957/1: VDSO: Match ARMv8 timer in cntvct_functional()
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
156e90b59455aac8503da512a1c5dba'>gcov: gcc_3_4: replace zero-length array with flexible-array memberGustavo A. R. Silva 2020-04-07gcov: gcc_4_7: replace zero-length array with flexible-array memberGustavo A. R. Silva 2020-01-19Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg 2019-09-15um: Enable CONFIG_CONSTRUCTORSJohannes Berg 2019-06-03gcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-05-14gcov: clang supportGreg Hackmann 2019-05-14gcov: clang: move common GCC code into gcc_base.cGreg Hackmann 2019-03-07kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()Gustavo A. R. Silva 2018-06-08gcov: remove CONFIG_GCOV_FORMAT_AUTODETECTMasahiro Yamada