diff options
author | Kuan-Ying Lee <[email protected]> | 2023-08-08 16:30:15 +0800 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-08-21 13:46:22 -0700 |
commit | 0e1b240a4b17484d7d5733f33a9f83980a6988a0 (patch) | |
tree | 54abaa4de86279b65a4515ab67fdcfd1f9166b48 /scripts/gdb/vmlinux-gdb.py | |
parent | eb985b5dbf9791136700c555fbf964b6c07481ce (diff) |
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/[email protected]
Signed-off-by: Kuan-Ying Lee <[email protected]>
Cc: AngeloGioacchino Del Regno <[email protected]>
Cc: Chinwen Chang <[email protected]>
Cc: Matthias Brugger <[email protected]>
Cc: Qun-Wei Lin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/gdb/vmlinux-gdb.py')
-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 |