We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddf3383 + fa081e3 commit 974e0ceCopy full SHA for 974e0ce
docs/advanced_usage.rst
@@ -95,3 +95,9 @@ Some of drgn's behavior can be modified through environment variables:
95
``DRGN_USE_LIBKDUMPFILE_FOR_ELF``
96
Whether drgn should use libkdumpfile for ELF vmcores (0 or 1). The default
97
is 0. This functionality will be removed in the future.
98
+
99
+``DRGN_USE_PROC_AND_SYS_MODULES``
100
+ Whether drgn should use ``/proc/modules`` and ``/sys/module`` to find
101
+ loaded kernel modules for the running kernel instead of getting them from
102
+ the core dump (0 or 1). The default is 1. This environment variable is
103
+ mainly intended for testing and may be ignored in the future.
0 commit comments