Searched defs:tsync (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/ |
H A D | trace-timesync.c | 139 int tracecmd_tsync_get_offsets(struct tracecmd_time_sync *tsync, int cpu, in tracecmd_tsync_get_offsets() 172 static int tsync_get_proto_flags(struct tracecmd_time_sync *tsync, in tsync_get_proto_flags() 369 static int clock_context_init(struct tracecmd_time_sync *tsync, in clock_context_init() 423 void tracecmd_tsync_free(struct tracecmd_time_sync *tsync) in tracecmd_tsync_free() 526 static int tsync_send(struct tracecmd_time_sync *tsync, in tsync_send() 544 static void tsync_with_host(struct tracecmd_time_sync *tsync) in tsync_with_host() 616 static int tsync_get_sample(struct tracecmd_time_sync *tsync, unsigned int cpu, in tsync_get_sample() 655 static int tsync_with_guest(struct tracecmd_time_sync *tsync) in tsync_with_guest() 720 struct tracecmd_time_sync *tsync = data; in tsync_host_thread() local 747 struct tracecmd_time_sync *tsync; in tracecmd_tsync_with_guest() local [all …]
|
H A D | trace-timesync-kvm.c | 265 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()
|
H A D | trace-timesync-ptp.c | 113 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()
|
H A D | trace-msg.c | 137 struct tracecmd_msg_tsync tsync; member
|
H A D | trace-input.c | 1702 struct timesync_offsets *tsync; in timestamp_host_sync() local
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-agent.c | 128 struct tracecmd_time_sync *tsync = NULL; in agent_handle() local
|
/aosp_15_r20/external/trace-cmd/tracecmd/include/ |
H A D | trace-local.h | 293 struct tracecmd_time_sync *tsync; member
|