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_test.go | |
| parent | 956b0392dc1206dce49e6904210dfc9ae100d3e2 (diff) | |
m7 classify time and posix timer syscalls
Diffstat (limited to 'internal/flags/sampling_test.go')
| -rw-r--r-- | internal/flags/sampling_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/flags/sampling_test.go b/internal/flags/sampling_test.go index 82a43ec..c43c2fc 100644 --- a/internal/flags/sampling_test.go +++ b/internal/flags/sampling_test.go @@ -82,7 +82,7 @@ func TestDefaultSamplingRatesIncludeFutexAggregateOnly(t *testing.T) { if err != nil { t.Fatalf("parse returned error: %v", err) } - for _, syscall := range []string{"futex", "futex_wait", "futex_wake", "futex_requeue", "futex_waitv"} { + for _, syscall := range []string{"futex", "futex_wait", "futex_wake", "futex_requeue", "futex_waitv", "clock_gettime"} { rate, ok := cfg.SyscallSamplingRates[syscall] if !ok { t.Fatalf("expected default sampling entry for %s", syscall) |
