diff options
author | Kuan-Ying Lee <Kuan-Ying.Lee@mediatek.com> | 2023-08-08 10:30:15 +0200 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-08-21 22:46:22 +0200 |
commit | 0e1b240a4b17484d7d5733f33a9f83980a6988a0 (patch) | |
tree | 54abaa4de86279b65a4515ab67fdcfd1f9166b48 /scripts/gdb/vmlinux-gdb.py | |
parent | scripts/gdb/aarch64: add aarch64 page operation helper commands and configs (diff) | |
download | linux-0e1b240a4b17484d7d5733f33a9f83980a6988a0.tar.xz linux-0e1b240a4b17484d7d5733f33a9f83980a6988a0.zip |
scripts/gdb/stackdepot: add stackdepot support
Add support for printing the backtrace of stackdepot handle.
This is the preparation patch for dumping page_owner,
slabtrace usage.
Link: https://lkml.kernel.org/r/20230808083020.22254-6-Kuan-Ying.Lee@mediatek.com
Signed-off-by: Kuan-Ying Lee <Kuan-Ying.Lee@mediatek.com>
Cc: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Cc: Chinwen Chang <chinwen.chang@mediatek.com>
Cc: Matthias Brugger <matthias.bgg@gmail.com>
Cc: Qun-Wei Lin <qun-wei.lin@mediatek.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r-- | scripts/gdb/vmlinux-gdb.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gdb/vmlinux-gdb.py b/scripts/gdb/vmlinux-gdb.py index fd24574bcec9..24f149694b81 100644 --- a/scripts/gdb/vmlinux-gdb.py +++ b/scripts/gdb/vmlinux-gdb.py @@ -45,3 +45,4 @@ else: import linux.radixtree import linux.interrupts import linux.mm + import linux.stackdepot |