Home
last modified time | relevance | path

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

/external/trace-cmd/tracecmd/
Dtrace-record.c4063 char *tsync_protos_reply = NULL; in connect_to_agent() local
4111 &tsync_protos_reply, &tsync_port); in connect_to_agent()
4114 if (tsync_protos_reply && tsync_protos_reply[0]) { in connect_to_agent()
4115 if (tsync_proto_is_supported(tsync_protos_reply)) { in connect_to_agent()
4117 tsync_protos_reply, in connect_to_agent()
4120 host_tsync(ctx, instance, tsync_port, tsync_protos_reply); in connect_to_agent()
4124 free(tsync_protos_reply); in connect_to_agent()