.flake8
CONTRIBUTING.rst
COPYING
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
setup.py
util.py
LICENSES/GPL-2.0-or-later.txt
LICENSES/LGPL-2.1-or-later.txt
LICENSES/MIT.txt
_drgn_util/__init__.py
_drgn_util/elf.py
_drgn_util/platform.py
_drgn_util/plugins.py
contrib/README.rst
contrib/bpf_inspect.py
contrib/btrfs_orphan_subvolumes.py
contrib/btrfs_print_fs_uuids_cache.py
contrib/btrfs_tree.py
contrib/btrfs_tree_mod_log.py
contrib/cgroup.py
contrib/dm_crypt_key.py
contrib/dump_btrfs_bgs.py
contrib/find_struct_file.py
contrib/fs_inodes.py
contrib/gcore.py
contrib/irq.py
contrib/kcore_list.py
contrib/kernel_sys.py
contrib/lsmod.py
contrib/mount.py
contrib/negdentdelete.py
contrib/platform_drivers.py
contrib/ps.py
contrib/ptdrgn.py
contrib/search_kernel_memory.py
contrib/slabinfo.py
contrib/stack_trace_call_fault.py
contrib/tcp_sock.py
contrib/vmallocinfo.py
contrib/vmmap.py
contrib/vmstat.py
docs/advanced_usage.rst
docs/api_reference.rst
docs/case_studies.rst
docs/conf.py
docs/favicon.ico
docs/getting_debugging_symbols.rst
docs/helpers.rst
docs/index.rst
docs/installation.rst
docs/release_highlights.rst
docs/support_matrix.rst
docs/tutorials.rst
docs/user_guide.rst
docs/_static/custom.css
docs/_static/logo.png
docs/case_studies/dm_crypt_key.rst
docs/case_studies/kyber_stack_trace.rst
docs/exts/details.py
docs/exts/linuxsrc.py
docs/exts/setuptools_config.py
docs/exts/drgndoc/__init__.py
docs/exts/drgndoc/docstrings.py
docs/exts/drgndoc/ext.py
docs/exts/drgndoc/format.py
docs/exts/drgndoc/namespace.py
docs/exts/drgndoc/parse.py
docs/exts/drgndoc/util.py
docs/exts/drgndoc/visitor.py
docs/man/drgn.rst
docs/release_highlights/0.0.22.rst
docs/release_highlights/0.0.23.rst
docs/release_highlights/0.0.24.rst
docs/release_highlights/0.0.25.rst
docs/release_highlights/0.0.26.rst
docs/release_highlights/0.0.27.rst
docs/release_highlights/0.0.28.rst
docs/release_highlights/0.0.30.rst
docs/release_highlights/0.0.31.rst
docs/tutorials/blk_rq_qos_crash.rst
drgn/__init__.py
drgn/__main__.py
drgn/cli.py
drgn/py.typed
drgn.egg-info/PKG-INFO
drgn.egg-info/SOURCES.txt
drgn.egg-info/dependency_links.txt
drgn.egg-info/entry_points.txt
drgn.egg-info/requires.txt
drgn.egg-info/top_level.txt
drgn/../_drgn.pyi
drgn/helpers/__init__.py
drgn/helpers/common/__init__.py
drgn/helpers/common/format.py
drgn/helpers/common/memory.py
drgn/helpers/common/prog.py
drgn/helpers/common/stack.py
drgn/helpers/common/type.py
drgn/helpers/experimental/__init__.py
drgn/helpers/experimental/kmodify.py
drgn/helpers/linux/__init__.py
drgn/helpers/linux/bitops.py
drgn/helpers/linux/block.py
drgn/helpers/linux/boot.py
drgn/helpers/linux/bpf.py
drgn/helpers/linux/cgroup.py
drgn/helpers/linux/cpumask.py
drgn/helpers/linux/device.py
drgn/helpers/linux/fs.py
drgn/helpers/linux/idr.py
drgn/helpers/linux/kallsyms.py
drgn/helpers/linux/kconfig.py
drgn/helpers/linux/kernfs.py
drgn/helpers/linux/kthread.py
drgn/helpers/linux/list.py
drgn/helpers/linux/list_nulls.py
drgn/helpers/linux/llist.py
drgn/helpers/linux/mapletree.py
drgn/helpers/linux/mm.py
drgn/helpers/linux/module.py
drgn/helpers/linux/net.py
drgn/helpers/linux/nodemask.py
drgn/helpers/linux/percpu.py
drgn/helpers/linux/pid.py
drgn/helpers/linux/plist.py
drgn/helpers/linux/printk.py
drgn/helpers/linux/radixtree.py
drgn/helpers/linux/rbtree.py
drgn/helpers/linux/sched.py
drgn/helpers/linux/slab.py
drgn/helpers/linux/stackdepot.py
drgn/helpers/linux/tc.py
drgn/helpers/linux/tcp.py
drgn/helpers/linux/user.py
drgn/helpers/linux/wait.py
drgn/helpers/linux/xarray.py
drgn/internal/__init__.py
drgn/internal/repl.py
drgn/internal/rlcompleter.py
drgn/internal/sudohelper.py
drgn/internal/version.py
tests/__init__.py
tests/assembler.py
tests/dwarf.py
tests/dwarfwriter.py
tests/elfwriter.py
tests/libdrgn.py
tests/test_cli.py
tests/test_debug_info.py
tests/test_debug_info_options.py
tests/test_docs.py
tests/test_dwarf.py
tests/test_filename_matches.py
tests/test_language_c.py
tests/test_language_cpp.py
tests/test_logging.py
tests/test_module.py
tests/test_object.py
tests/test_platform.py
tests/test_plugins.py
tests/test_program.py
tests/test_python.py
tests/test_serialize.py
tests/test_stack_trace.py
tests/test_symbol.py
tests/test_thread.py
tests/test_type.py
tests/test_type_kind_set.py
tests/test_util.py
tests/helpers/__init__.py
tests/helpers/common/__init__.py
tests/helpers/common/test_format.py
tests/helpers/common/test_prog.py
tests/helpers/common/test_type.py
tests/linux_kernel/__init__.py
tests/linux_kernel/bpf.py
tests/linux_kernel/test_debug_info.py
tests/linux_kernel/test_special_objects.py
tests/linux_kernel/test_stack_trace.py
tests/linux_kernel/test_symbol.py
tests/linux_kernel/test_threads.py
tests/linux_kernel/helpers/__init__.py
tests/linux_kernel/helpers/test_bitops.py
tests/linux_kernel/helpers/test_block.py
tests/linux_kernel/helpers/test_boot.py
tests/linux_kernel/helpers/test_bpf.py
tests/linux_kernel/helpers/test_cgroup.py
tests/linux_kernel/helpers/test_common.py
tests/linux_kernel/helpers/test_cpumask.py
tests/linux_kernel/helpers/test_fs.py
tests/linux_kernel/helpers/test_idr.py
tests/linux_kernel/helpers/test_kallsyms.py
tests/linux_kernel/helpers/test_kconfig.py
tests/linux_kernel/helpers/test_kernfs.py
tests/linux_kernel/helpers/test_kmodify.py
tests/linux_kernel/helpers/test_kthread.py
tests/linux_kernel/helpers/test_list.py
tests/linux_kernel/helpers/test_llist.py
tests/linux_kernel/helpers/test_mapletree.py
tests/linux_kernel/helpers/test_mm.py
tests/linux_kernel/helpers/test_module.py
tests/linux_kernel/helpers/test_net.py
tests/linux_kernel/helpers/test_nodemask.py
tests/linux_kernel/helpers/test_percpu.py
tests/linux_kernel/helpers/test_pid.py
tests/linux_kernel/helpers/test_plist.py
tests/linux_kernel/helpers/test_printk.py
tests/linux_kernel/helpers/test_radixtree.py
tests/linux_kernel/helpers/test_rbtree.py
tests/linux_kernel/helpers/test_sched.py
tests/linux_kernel/helpers/test_slab.py
tests/linux_kernel/helpers/test_stackdepot.py
tests/linux_kernel/helpers/test_tc.py
tests/linux_kernel/helpers/test_tcp.py
tests/linux_kernel/helpers/test_user.py
tests/linux_kernel/helpers/test_wait.py
tests/linux_kernel/helpers/test_xarray.py
tests/linux_kernel/kmod/Makefile
tests/linux_kernel/kmod/drgn_test.c
tests/linux_kernel/tools/__init__.py
tests/linux_kernel/tools/test_fsrefs.py
tests/linux_kernel/vmcore/__init__.py
tests/linux_kernel/vmcore/test_vmcore.py
tests/resources/__init__.py
tests/resources/__main__.py
tests/resources/crashme.alt.zst
tests/resources/crashme.core.zst
tests/resources/crashme.dwz.zst
tests/resources/crashme.so.dwz.zst
tests/resources/crashme.so.zst
tests/resources/crashme.zst
tests/resources/crashme_pie.core.zst
tests/resources/crashme_pie.zst
tests/resources/crashme_pie_no_headers.core.zst
tests/resources/crashme_static.core.zst
tests/resources/crashme_static.zst
tests/resources/crashme_static_pie.core.zst
tests/resources/crashme_static_pie.zst
tests/resources/multithreaded.core.zst
tools/__init__.py
tools/fsrefs.py
vmtest/README.rst
vmtest/__init__.py
vmtest/__main__.py
vmtest/asynciosubprocess.py
vmtest/config.py
vmtest/download.py
vmtest/enter_kdump.py
vmtest/githubapi.py
vmtest/kbuild.py
vmtest/kmod.py
vmtest/manage.py
vmtest/onoatimehack.c
vmtest/rootfsbuild.py
vmtest/vm.py
vmtest/patches/4.14-arm64-build-Remove-.eh_frame-sections-due-to-unwind-.patch
vmtest/patches/4.19-arm64-build-Remove-.eh_frame-sections-due-to-unwind-.patch
vmtest/patches/4.9-arm64-build-Remove-.eh_frame-sections-due-to-unwind-.patch
vmtest/patches/5.10-bpf-Generate-BTF_KIND_FLOAT-when-linking-vmlinux.patch
vmtest/patches/5.10-gcc-12-disable-Wdangling-pointer-warning-for-now.patch
vmtest/patches/5.10-kbuild-Add-skip_encoding_btf_enum64-option-to-pahole.patch
vmtest/patches/5.10-kbuild-skip-per-CPU-BTF-generation-for-pahole-v1.18-.patch
vmtest/patches/5.11-bpf-Generate-BTF_KIND_FLOAT-when-linking-vmlinux.patch
vmtest/patches/5.11-kbuild-Unify-options-for-BTF-generation-for-vmlinux.patch
vmtest/patches/5.12-kbuild-Quote-OBJCOPY-var-to-avoid-a-pahole-call-brea.patch
vmtest/patches/5.15-kbuild-Add-skip_encoding_btf_enum64-option-to-pahole.patch
vmtest/patches/5.15-kbuild-Unify-options-for-BTF-generation-for-vmlinux.patch
vmtest/patches/5.18-Revert-Makefile-link-with-z-noexecstack-no-warn-rwx-.patch
vmtest/patches/5.4-arm64-build-Remove-.eh_frame-sections-due-to-unwind-.patch
vmtest/patches/filelock-fix-name-of-file_lease-slab-cache.patch
vmtest/patches/gcc-12-disable-Wdangling-pointer-warning-for-now.patch
vmtest/patches/kbuild-Add-skip_encoding_btf_enum64-option-to-pahole.patch
vmtest/patches/lib-raid6-add-option-to-skip-algo-benchmarking.patch
vmtest/patches/libsubcmd-Fix-use-after-free-for-realloc-.-0.patch
vmtest/patches/powerpc-pseries-Fix-hcall-tracepoints-with-JUMP_LABE.patch
vmtest/patches/proc-kcore-allow-enabling-CONFIG_PROC_KCORE-on-ARM.patch
vmtest/patches/s390-crash-fix-proc-vmcore-reads.patch
vmtest/patches/s390-kernel-emit-CFI-data-in-.debug_frame-and-discar.patch
vmtest/patches/s390-mm-make-memory_block_size_bytes-available-for-M.patch
vmtest/patches/sched-work-around-mystery-QEMU-hang.patch