We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d050535 commit ef884a0Copy full SHA for ef884a0
pkg/tools/profiling/kernel.go
@@ -46,7 +46,7 @@ func (k *KernelFinder) IsSupport(filepath string) bool {
46
}
47
48
func (k *KernelFinder) Analyze(filepath string) (*Info, error) {
49
- kernelPath, err := os.Open(filepath)
+ kernelPath, err := os.Open(host.GetHostProcInHost(filepath))
50
if err != nil {
51
return nil, err
52
0 commit comments