[PATCH 0/3] scripts/decode_stacktrace.sh: preserve alignment

Matthieu Baerts (NGI0) posted 3 patches 1 day, 5 hours ago
scripts/decode_stacktrace.sh | 35 +++++++++++++++--------------------
1 file changed, 15 insertions(+), 20 deletions(-)
[PATCH 0/3] scripts/decode_stacktrace.sh: preserve alignment
Posted by Matthieu Baerts (NGI0) 1 day, 5 hours ago
Here are a few patches slightly improving the output generated by
decode_stacktrace.sh script.

- Patch 1: avoid trailing whitespaces when printing symbols.

- Patch 2: preserve alignment when printing symbols.

- Patch 3: preserve alignment when printing code.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Matthieu Baerts (NGI0) (3):
      scripts/decode_stacktrace.sh: symbol: avoid trailing whitespaces
      scripts/decode_stacktrace.sh: symbol: preserve alignment
      scripts/decode_stacktrace.sh: code: preserve alignment

 scripts/decode_stacktrace.sh | 35 +++++++++++++++--------------------
 1 file changed, 15 insertions(+), 20 deletions(-)
---
base-commit: 76eeb9b8de9880ca38696b2fb56ac45ac0a25c6c
change-id: 20250908-decode_strace_indent-04f69b1f9b14

Best regards,
-- 
Matthieu Baerts (NGI0) <matttbe@kernel.org>