Hi all,
This patch series adds '-n idle' option support for bt command, which can
help us filter the stack of the idle process when debugging the dumpfiles
captured by kdump.
Comments and suggestions are welcome.
Thanks,
Qi
Changelog in v1 -> v2:
- update the help text and commit log.
Qi Zheng (2):
bt: x86_64: filter out idle task stack
bt: arm64: add support for bt -n idle
arm64.c | 19 ++++++++++++++++---
defs.h | 1 +
help.c | 30 ++++++++++++++++++++++++++++++
kernel.c | 12 +++++++++++-
x86_64.c | 8 ++++++++
5 files changed, 66 insertions(+), 4 deletions(-)
--
2.20.1