Home
last modified time | relevance | path

Searched defs:tsync (Results 1 – 7 of 7) sorted by relevance

/external/trace-cmd/lib/trace-cmd/
Dtrace-timesync.c161 int tracecmd_tsync_get_offsets(struct tracecmd_time_sync *tsync, int cpu, in tracecmd_tsync_get_offsets()
194 static int tsync_get_proto_flags(struct tracecmd_time_sync *tsync, in tsync_get_proto_flags()
391 static int clock_context_init(struct tracecmd_time_sync *tsync, in clock_context_init()
445 void tracecmd_tsync_free(struct tracecmd_time_sync *tsync) in tracecmd_tsync_free()
548 static int tsync_send(struct tracecmd_time_sync *tsync, in tsync_send()
566 static void tsync_with_host(struct tracecmd_time_sync *tsync) in tsync_with_host()
638 static int tsync_get_sample(struct tracecmd_time_sync *tsync, unsigned int cpu, in tsync_get_sample()
677 static int tsync_with_guest(struct tracecmd_time_sync *tsync) in tsync_with_guest()
742 struct tracecmd_time_sync *tsync = data; in tsync_host_thread() local
769 struct tracecmd_time_sync *tsync; in tracecmd_tsync_with_guest() local
[all …]
Dtrace-timesync-kvm.c265 static int kvm_clock_sync_init_host(struct tracecmd_time_sync *tsync, in kvm_clock_sync_init_host()
285 static int kvm_clock_sync_init_guest(struct tracecmd_time_sync *tsync, in kvm_clock_sync_init_guest()
326 static int kvm_clock_sync_init(struct tracecmd_time_sync *tsync) in kvm_clock_sync_init()
357 static int kvm_clock_sync_free(struct tracecmd_time_sync *tsync) in kvm_clock_sync_free()
384 static int kvm_clock_host(struct tracecmd_time_sync *tsync, in kvm_clock_host()
472 static int kvm_clock_guest(struct tracecmd_time_sync *tsync, in kvm_clock_guest()
521 static int kvm_clock_sync_calc(struct tracecmd_time_sync *tsync, in kvm_clock_sync_calc()
Dtrace-timesync-ptp.c113 static int ptp_clock_sync_init(struct tracecmd_time_sync *tsync) in ptp_clock_sync_init()
185 static int ptp_clock_sync_free(struct tracecmd_time_sync *tsync) in ptp_clock_sync_free()
427 static int ptp_clock_client(struct tracecmd_time_sync *tsync, in ptp_clock_client()
521 static int ptp_clock_server(struct tracecmd_time_sync *tsync, in ptp_clock_server()
664 static int ptp_clock_sync_calc(struct tracecmd_time_sync *tsync, in ptp_clock_sync_calc()
Dtrace-msg.c137 struct tracecmd_msg_tsync tsync; member
Dtrace-input.c1702 struct timesync_offsets *tsync; in timestamp_host_sync() local
/external/trace-cmd/tracecmd/
Dtrace-agent.c128 struct tracecmd_time_sync *tsync = NULL; in agent_handle() local
/external/trace-cmd/tracecmd/include/
Dtrace-local.h293 struct tracecmd_time_sync *tsync; member