Skip to content

Commit

Permalink
Add cpuinfo module
Browse files Browse the repository at this point in the history
Signed-off-by: Pradyumn Rahar <[email protected]>
  • Loading branch information
Hannibal404 committed Oct 25, 2023
1 parent a657f15 commit 4069f79
Show file tree
Hide file tree
Showing 4 changed files with 668 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,10 @@ drgn_tools.rds

.. automodule:: drgn_tools.rds
:members:


drgn_tools.cpuinfo
-----------------------

.. automodule:: drgn_tools.cpuinfo
:members:
1 change: 1 addition & 0 deletions drgn_tools/corelens.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def all_corelens_modules() -> Dict[str, CorelensModule]:
"drgn_tools.block",
"drgn_tools.md",
"drgn_tools.rds",
"drgn_tools.cpuinfo",
]
for python_module in python_mods:
importlib.import_module(python_module)
Expand Down
Loading

0 comments on commit 4069f79

Please sign in to comment.