hc
2024-05-11 645e752c5a84baeb21015cdc85fc05b7d16312c8
kernel/scripts/gdb/linux/cpus.py
....@@ -135,6 +135,7 @@
135135 gdb.write("Online CPUs : {}\n".format(list(each_online_cpu())))
136136 gdb.write("Active CPUs : {}\n".format(list(each_active_cpu())))
137137
138
+
138139 LxCpus()
139140
140141