gvisor/pkg/sentry/time
Fabricio Voznika 59a5479409 Disable debug time adjustment logging
When --debug is enabled, the following log messages are
printed every second filling up the log:

D0430 18:04:42.823775  129561 parameters.go:238] Clock(Monotonic): error: 46 ns, adjusted frequency from 3591713733 Hz to 3591714196 Hz
D0430 18:04:42.823870  129561 parameters.go:238] Clock(Realtime): error: 36 ns, adjusted frequency from 3591714003 Hz to 3591714169 Hz
D0430 18:04:42.823892  129561 timekeeper.go:209] Updating VDSO parameters: {monotonicReady:1 monotonicBaseCycles:15758797714254696 monotonicBaseRef:29000233837 monotonicFrequency:3591714196 realtimeReady:1 realtimeBaseCycles:15758797714610880 realtimeBaseRef:1588269882823867374 realtimeFrequency:3591714169}

Info and warning messages for larger changes are kept the same.

PiperOrigin-RevId: 321048523
2020-07-13 15:42:53 -07:00
..
BUILD Standardize on tools directory. 2020-01-27 12:21:00 -08:00
LICENSE Add muldiv/rd_tsc support for arm64 platform. 2019-01-30 11:49:08 -08:00
arith_arm64.go Add muldiv/rd_tsc support for arm64 platform. 2019-01-30 11:49:08 -08:00
calibrated_clock.go New sync package. 2020-01-09 22:02:24 -08:00
calibrated_clock_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
clock_id.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
clocks.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
muldiv_amd64.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
muldiv_arm64.s avoid runtime fails with missing stack maps in race mode on Arm64 2020-06-04 21:48:21 -04:00
parameters.go Disable debug time adjustment logging 2020-07-13 15:42:53 -07:00
parameters_test.go avoid runtime fails with missing stack maps in race mode on Arm64 2020-06-04 21:48:21 -04:00
sampler.go Update canonical repository. 2019-06-13 16:50:15 -07:00
sampler_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sampler_unsafe.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
tsc_amd64.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
tsc_arm64.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00