hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
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