diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-21 18:01:00 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-21 18:01:00 +0300 |
| commit | 1a0f4086b0dff03eebcc22f1b5522cc1a9c25643 (patch) | |
| tree | 2028b3c7df984c66fce418f1f805a574ced97d5a /internal/flags/sampling.go | |
| parent | 956b0392dc1206dce49e6904210dfc9ae100d3e2 (diff) | |
m7 classify time and posix timer syscalls
Diffstat (limited to 'internal/flags/sampling.go')
| -rw-r--r-- | internal/flags/sampling.go | 1 |
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 { |
