Home
last modified time | relevance | path

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

/external/trace-cmd/lib/trace-cmd/
Dtrace-timesync.c35 int (*clock_sync_calc)(struct tracecmd_time_sync *clock_context, member
113 proto->clock_sync_calc = calc; in tracecmd_tsync_proto_register()
401 if (!protocol || !protocol->clock_sync_calc) in clock_context_init()
559 ret = proto->clock_sync_calc(tsync, &offset, &scaling, &frac, &timestamp, cpu); in tsync_send()
648 ret = proto->clock_sync_calc(tsync, &offset, &scaling, &frac, &timestamp, cpu); in tsync_get_sample()