Skip to content

Commit ef884a0

Browse files
committed
fix CI
1 parent d050535 commit ef884a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tools/profiling/kernel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (k *KernelFinder) IsSupport(filepath string) bool {
4646
}
4747

4848
func (k *KernelFinder) Analyze(filepath string) (*Info, error) {
49-
kernelPath, err := os.Open(filepath)
49+
kernelPath, err := os.Open(host.GetHostProcInHost(filepath))
5050
if err != nil {
5151
return nil, err
5252
}

0 commit comments

Comments
 (0)