hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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