Do renaming in other parts

This commit is contained in:
Thomas Roehl
2022-03-22 16:52:36 +01:00
parent d8b2dc2455
commit 05806d3e97
2 changed files with 7 additions and 7 deletions

View File

@@ -133,7 +133,7 @@ func (m *LikwidCollector) Init(config json.RawMessage) error {
m.meta = map[string]string{"source": m.name, "group": "PerfCounter"}
cclog.ComponentDebug(m.name, "Get cpulist and init maps and lists")
cpulist := topo.CpuList()
cpulist := topo.HwthreadList()
m.cpulist = make([]C.int, len(cpulist))
m.cpu2tid = make(map[int]int)
for i, c := range cpulist {