Skip to content

Commit 4069f79

Browse files
committed
Add cpuinfo module
Signed-off-by: Pradyumn Rahar <[email protected]>
1 parent a657f15 commit 4069f79

File tree

4 files changed

+668
-0
lines changed

4 files changed

+668
-0
lines changed

doc/api.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,10 @@ drgn_tools.rds
105105

106106
.. automodule:: drgn_tools.rds
107107
:members:
108+
109+
110+
drgn_tools.cpuinfo
111+
-----------------------
112+
113+
.. automodule:: drgn_tools.cpuinfo
114+
:members:

drgn_tools/corelens.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ def all_corelens_modules() -> Dict[str, CorelensModule]:
184184
"drgn_tools.block",
185185
"drgn_tools.md",
186186
"drgn_tools.rds",
187+
"drgn_tools.cpuinfo",
187188
]
188189
for python_module in python_mods:
189190
importlib.import_module(python_module)

0 commit comments

Comments
 (0)