summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2019-06-13 15:55:52 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2019-06-13 17:34:56 -1000
commitc04e32e911653442fc834be6e92e072aeebe01a1 (patch)
treeb1e92efaebb5a4e093b4cfa1f38f77fbfb3d4adf /tools/perf/scripts/python/bin
parent3510955b327176fd4cbab5baa75b449f077722a2 (diff)
downloadkernel-c04e32e911653442fc834be6e92e072aeebe01a1.tar.gz
scripts/decode_stacktrace.sh: prefix addr2line with $CROSS_COMPILE
At least for ARM64 kernels compiled with the crosstoolchain from Debian/stretch or with the toolchain from kernel.org the line number is not decoded correctly by 'decode_stacktrace.sh': $ echo "[ 136.513051] f1+0x0/0xc [kcrash]" | \ CROSS_COMPILE=/opt/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- \ ./scripts/decode_stacktrace.sh /scratch/linux-arm64/vmlinux \ /scratch/linux-arm64 \ /nfs/debian/lib/modules/4.20.0-devel [ 136.513051] f1 (/linux/drivers/staging/kcrash/kcrash.c:68) kcrash If addr2line from the toolchain is used the decoded line number is correct: [ 136.513051] f1 (/linux/drivers/staging/kcrash/kcrash.c:57) kcrash Link: http://lkml.kernel.org/r/20190527083425.3763-1-manut@linutronix.de Signed-off-by: Manuel Traut <manut@linutronix.de> Acked-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
commit/drivers/block/null_blk/main.c?h=linux-6.6.y&id=2385ebf38f94d4f7761b1e9a4973d04753da02c2'>block: null_blk: batched complete poll requestsMing Lei 2021-12-02null_blk: allow zero poll queuesMing Lei 2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig 2021-11-29null_blk: don't suppress partitioning informationChristoph Hellwig 2021-10-29null_blk: Fix handling of submit_queues and poll_queues attributesShin'ichiro Kawasaki 2021-10-18null_blk: poll queue supportJens Axboe 2021-10-18block: switch polling to be bio basedChristoph Hellwig 2021-08-23null_blk: add error handling support for add_disk()Luis Chamberlain 2021-08-11block: move some macros to blkdev.hGuoqing Jiang 2021-06-30null_blk: remove an unused variable assignment in null_add_devChristoph Hellwig 2021-06-11nullb: use blk_mq_alloc_diskChristoph Hellwig 2021-06-03null_blk: Fix null pointer dereference on nullb->disk on blk_cleanup_disk callColin Ian King 2021-06-01null_blk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig 2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds 2021-04-12null_blk: add option for managing virtual boundaryMax Gurtovoy 2021-04-01null_blk: fix command timeout completion handlingDamien Le Moal 2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig 2020-12-07null_blk: Move driver into its own directoryDamien Le Moal