aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index 9629e0dea..053902f6c 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -1157,6 +1157,9 @@ var linuxStackParams = &stackParams{
"copy_from_user",
"copy_to_iter",
"copy_from_iter",
+ "copy_page_to_iter",
+ "copy_page_from_iter",
+ "copy_folio_to_iter",
"^copyin$",
"^copyout$",
"put_user",