aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-04-15 12:44:31 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-04-15 11:22:00 +0000
commit4724985868dcfbf3cc0665f43657c56636bbc8d2 (patch)
tree3addf9f82c88d805d1e99ec617a6b8b7541c969b /pkg/report/linux.go
parentf3bb48197a5f84f23f38057077b3eb80fe4000f9 (diff)
pkg/report: strip the __se_sys_ prefix
It will reduce the amount of duplicated reports. See #5940.
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index 63236fe41..a18aa342b 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -1356,6 +1356,7 @@ var linuxStackParams = &stackParams{
"___sys_",
"__sys_",
"__se_",
+ "__se_sys_",
"__do_sys_",
"compat_SYSC_",
"compat_SyS_",