Home
last modified time | relevance | path

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

/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-timesync.c35 int (*clock_sync_calc)(struct tracecmd_time_sync *clock_context, member
91 proto->clock_sync_calc = calc; in tracecmd_tsync_proto_register()
379 if (!protocol || !protocol->clock_sync_calc) in clock_context_init()
537 ret = proto->clock_sync_calc(tsync, &offset, &scaling, &frac, &timestamp, cpu); in tsync_send()
626 ret = proto->clock_sync_calc(tsync, &offset, &scaling, &frac, &timestamp, cpu); in tsync_get_sample()