Remove old eBPF implementations - keep only new BCC-style concurrent tracing

This commit is contained in:
Harshavardhan Musanalli
2025-11-08 14:56:56 +01:00
parent 8328f8d5b3
commit 190e54dd38
10 changed files with 326 additions and 1613 deletions

View File

@@ -73,7 +73,6 @@ func checkKernelVersionCompatibility() {
os.Exit(1)
}
}
// checkEBPFSupport validates eBPF subsystem availability
@@ -97,7 +96,6 @@ func checkEBPFSupport() {
syscall.Close(int(fd))
}
}
// runInteractiveDiagnostics starts the interactive diagnostic session