From a1eb580aa5b80e913dc722ccf97e42c6987152e8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 23 Feb 2026 10:34:37 +0200 Subject: Add getcwd tracing support and stabilize comm propagation test --- internal/generate/classify.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/generate/classify.go') diff --git a/internal/generate/classify.go b/internal/generate/classify.go index ae03758..a7d9847 100644 --- a/internal/generate/classify.go +++ b/internal/generate/classify.go @@ -115,6 +115,8 @@ func classifyNameOnly(name string) (ClassificationResult, bool) { return ClassificationResult{Kind: KindNull}, true case "sys_enter_msync": return ClassificationResult{Kind: KindNull}, true + case "sys_enter_getcwd": + return ClassificationResult{Kind: KindNull}, true } if strings.HasPrefix(name, "sys_enter_io_") { return ClassificationResult{Kind: KindNull}, true -- cgit v1.2.3