mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
57ff8b6bd2
Returns a topology dictionary which contains two dictionaries:
'packages', where each item contains a list of the threads
sharing the same package_id
'cores', where each item contains the list of threads running on
the same physical core.
Signed-off-by: Ignacio Hernandez <ignacio.hernandez@intel.com>