Home
last modified time | relevance | path

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

/external/trace-cmd/lib/trace-cmd/
Dtrace-timesync.c33 int (*clock_sync_init)(struct tracecmd_time_sync *clock_context);
34 int (*clock_sync_free)(struct tracecmd_time_sync *clock_context);
35 int (*clock_sync_calc)(struct tracecmd_time_sync *clock_context,
93 int (*init)(struct tracecmd_time_sync *), in tracecmd_tsync_proto_register() argument
94 int (*free)(struct tracecmd_time_sync *), in tracecmd_tsync_proto_register() argument
95 int (*calc)(struct tracecmd_time_sync *, in tracecmd_tsync_proto_register() argument
161 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()
[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()
/external/trace-cmd/lib/trace-cmd/include/
Dtrace-tsync-local.h11 struct tracecmd_time_sync { struct
61 int (*init)(struct tracecmd_time_sync *),
62 int (*free)(struct tracecmd_time_sync *),
63 int (*calc)(struct tracecmd_time_sync *,
/external/trace-cmd/lib/trace-cmd/include/private/
Dtrace-cmd-private.h479 struct tracecmd_time_sync;
501 struct tracecmd_time_sync *
505 int tracecmd_tsync_with_host_stop(struct tracecmd_time_sync *tsync);
506 struct tracecmd_time_sync *
510 int tracecmd_tsync_with_guest_stop(struct tracecmd_time_sync *tsync);
511 int tracecmd_tsync_get_offsets(struct tracecmd_time_sync *tsync, int cpu,
514 int tracecmd_tsync_get_selected_proto(struct tracecmd_time_sync *tsync,
516 void tracecmd_tsync_free(struct tracecmd_time_sync *tsync);
518 struct tracecmd_time_sync *tsync);
/external/trace-cmd/tracecmd/
Dtrace-agent.c128 struct tracecmd_time_sync *tsync = NULL; in agent_handle()
/external/trace-cmd/tracecmd/include/
Dtrace-local.h293 struct tracecmd_time_sync *tsync;