summaryrefslogtreecommitdiff
path: root/internal/flags/sampling.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-21 18:01:00 +0300
committerPaul Buetow <paul@buetow.org>2026-05-21 18:01:00 +0300
commit1a0f4086b0dff03eebcc22f1b5522cc1a9c25643 (patch)
tree2028b3c7df984c66fce418f1f805a574ced97d5a /internal/flags/sampling.go
parent956b0392dc1206dce49e6904210dfc9ae100d3e2 (diff)
m7 classify time and posix timer syscalls
Diffstat (limited to 'internal/flags/sampling.go')
-rw-r--r--internal/flags/sampling.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/flags/sampling.go b/internal/flags/sampling.go
index 2f63ada..0f0af2a 100644
--- a/internal/flags/sampling.go
+++ b/internal/flags/sampling.go
@@ -14,6 +14,7 @@ var defaultAggregateOnlySyscalls = []string{
"futex_wake",
"futex_requeue",
"futex_waitv",
+ "clock_gettime",
}
func cloneFamilySamplingRates(in map[types.SyscallFamily]uint32) map[types.SyscallFamily]uint32 {