diff --git a/source/tools/monitor/unity/collector/btfLoader.lua b/source/tools/monitor/unity/collector/btfLoader.lua index c9354b8339ec56c9dfbed911a43003c7e37af043..f7d4869eb57d4b96d729406aef59c6b64f817f89 100644 --- a/source/tools/monitor/unity/collector/btfLoader.lua +++ b/source/tools/monitor/unity/collector/btfLoader.lua @@ -70,6 +70,7 @@ local function downKo(path, name, region, machine, release) end function CbtfLoader:_init_(root) + return local distro = utsname.uname() if distro then local release, machine = distro.release, distro.machine