ots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/scripts/faddr2line
AgeCommit message (Expand)Author
2025-10-14scripts/faddr2line: Fix "Argument list too long" errorPankaj Raghav
2025-10-14scripts/faddr2line: Use /usr/bin/env bash for portabilityPankaj Raghav
2025-10-14scripts/faddr2line: Set LANG=C to enforce ASCII outputJohn Wang
2024-10-17Revert "scripts/faddr2line: Check only two symbols when calculating symbol size"Carlos Llamas
2024-07-02scripts/faddr2line: Check only two symbols when calculating symbol sizeBrian Johannesmeyer
2024-07-02scripts/faddr2line: Remove call to addr2line from find_dir_prefix()Brian Johannesmeyer
2024-07-02scripts/faddr2line: Invoke addr2line as a single long-running processBrian Johannesmeyer
2024-07-02scripts/faddr2line: Pass --addresses argument to addr2lineBrian Johannesmeyer
2024-07-02scripts/faddr2line: Check vmlinux only onceBrian Johannesmeyer
2024-07-02scripts/faddr2line: Combine three readelf calls into oneBrian Johannesmeyer
2024-07-02scripts/faddr2line: Reduce number of readelf calls to threeBrian Johannesmeyer
2023-10-23scripts/faddr2line: Skip over mapping symbols in output from readelfWill Deacon
2023-10-23scripts/faddr2line: Use LLVM addr2line and readelf if LLVM=1Will Deacon
2023-10-23scripts/faddr2line: Don't filter out non-function symbols from readelfWill Deacon