Skip to content

Commit 974e0ce

Browse files
author
Delphix Engineering
committed
Merge branch 'refs/heads/upstream-HEAD' into repo-HEAD
2 parents ddf3383 + fa081e3 commit 974e0ce

File tree

2 files changed

+110
-109
lines changed

2 files changed

+110
-109
lines changed

docs/advanced_usage.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,9 @@ Some of drgn's behavior can be modified through environment variables:
9595
``DRGN_USE_LIBKDUMPFILE_FOR_ELF``
9696
Whether drgn should use libkdumpfile for ELF vmcores (0 or 1). The default
9797
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

Comments
 (0)