Home
last modified time | relevance | path

Searched refs:array_step (Results 1 – 1 of 1) sorted by relevance

/external/trace-cmd/lib/trace-cmd/
Dtrace-timesync.c585 static int record_sync_sample(struct clock_sync_offsets *offsets, int array_step, in record_sync_sample() argument
595 (offsets->sync_size + array_step) * sizeof(long long)); in record_sync_sample()
597 (offsets->sync_size + array_step) * sizeof(long long)); in record_sync_sample()
599 (offsets->sync_size + array_step) * sizeof(long long)); in record_sync_sample()
601 (offsets->sync_size + array_step) * sizeof(long long)); in record_sync_sample()
610 offsets->sync_size += array_step; in record_sync_sample()
627 int array_step) in tsync_get_sample() argument
647 return record_sync_sample(&clock->offsets[cpu], array_step, in tsync_get_sample()