hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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