Home
last modified time | relevance | path

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

/external/trace-cmd/lib/trace-cmd/
Dtrace-timesync.c157 *scalings = tsync_context->offsets[cpu].sync_scalings; in tracecmd_tsync_get_offsets()
462 free(tsync_context->offsets[i].sync_scalings); in tracecmd_tsync_free()
466 tsync_context->offsets[i].sync_scalings = NULL; in tracecmd_tsync_free()
588 long long *sync_scalings = NULL; in record_sync_sample() local
598 sync_scalings = realloc(offsets->sync_scalings, in record_sync_sample()
603 if (!sync_ts || !sync_offsets || !sync_scalings || !sync_frac) { in record_sync_sample()
606 free(sync_scalings); in record_sync_sample()
613 offsets->sync_scalings = sync_scalings; in record_sync_sample()
619 offsets->sync_scalings[offsets->sync_count] = scaling; in record_sync_sample()
/external/trace-cmd/lib/trace-cmd/include/
Dtrace-tsync-local.h42 long long *sync_scalings; member