summaryrefslogtreecommitdiffstats
path: root/scripts/decode_stacktrace.sh
AgeCommit message (Expand)AuthorLines
2024-09-01scripts/decode_stacktrace.sh: add '-h' flagLuca Ceresoli-1/+5
2024-09-01scripts/decode_stacktrace.sh: clarify command lineLuca Ceresoli-1/+2
2024-09-01scripts/decode_stacktrace.sh: remove find_module recursion and improve error ...Luca Ceresoli-20/+20
2024-09-01scripts/decode_stacktrace.sh: nix-ifyKent Overstreet-1/+1
2024-06-24scripts/decode_stacktrace.sh: better support to ARM32 module stack traceXiong Nandi-0/+3
2024-06-24scripts/decode_stacktrace.sh: wrap nm with UTIL_PREFIX and UTIL_SUFFIXXiong Nandi-1/+2
2024-01-12scripts/decode_stacktrace.sh: optionally use LLVM utilitiesCarlos Llamas-2/+17
2023-12-29scripts/decode_stacktrace.sh: strip unexpected CR from linesBjorn Andersson-0/+3
2022-09-28scripts: decode_stacktrace: demangle Rust symbolsMiguel Ojeda-0/+14
2022-04-29scripts/decode_stacktrace.sh: support old bash versionSchspa Shi-8/+19
2021-07-08scripts/decode_stacktrace.sh: indicate 'auto' can be used for base pathStephen Boyd-1/+1
2021-07-08scripts/decode_stacktrace.sh: silence stderr messages from addr2line/nmStephen Boyd-3/+3
2021-07-08scripts/decode_stacktrace.sh: support debuginfodStephen Boyd-11/+70
2020-08-07scripts/decode_stacktrace.sh: guess path to vmlinux by release nameKonstantin Khlebnikov-5/+24
2020-08-07scripts/decode_stacktrace.sh: guess path to modulesKonstantin Khlebnikov-3/+33
2020-08-07scripts/decode_stacktrace.sh: guess basepath if not specifiedKonstantin Khlebnikov-3/+11
2020-08-07scripts/decode_stacktrace.sh: skip missing symbolsKonstantin Khlebnikov-1/+5
2020-07-24scripts/decode_stacktrace: strip basepath from all pathsPi-Hsun Shih-2/+2
2020-06-15scripts/decode_stacktrace: warn when modpath is needed but is unsetSasha Levin-1/+4
2019-07-12scripts/decode_stacktrace: Accept dash/underscore in modulesEvan Green-1/+1
2019-07-12scripts/decode_stacktrace: look for modules with .ko.debug extensionNicolas Boichat-1/+1
2019-07-12scripts/decode_stacktrace: match basepath using shell prefix operator, not regexNicolas Boichat-1/+1
2019-06-13scripts/decode_stacktrace.sh: prefix addr2line with $CROSS_COMPILEManuel Traut-1/+1
2019-03-05scripts/decode_stacktrace.sh: handle RIP address with segmentKonstantin Khlebnikov-1/+8
2018-12-28scripts/decode_stacktrace: only strip base path when a prefix of the pathMarc Zyngier-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-11-29scripts/decode_stacktrace.sh: Fix address line detection on x86Josh Poimboeuf-1/+2
2016-05-19scripts/decode_stacktrace.sh: handle symbols in modulesKonstantin Khlebnikov-16/+39
2015-09-04scripts: decode_stacktrace: fix ARM architecture decodingRobert Jarzmik-1/+4
2014-06-10decode_stacktrace: make stack dump output useful againSasha Levin-0/+126