Home
last modified time | relevance | path

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

/external/trace-cmd/tracecmd/
Dtrace-agent.c134 unsigned int tsync_port = 0; in agent_handle() local
168 tsync_port = trace_net_search(START_PORT_SEARCH, &fd, USE_TCP); in agent_handle()
170 die("Failed to listen on %d\n", tsync_port); in agent_handle()
181 trace_vsock_get_port(fd, &tsync_port) < 0) { in agent_handle()
202 tsync_proto, tsync_port); in agent_handle()
Dtrace-record.c4020 unsigned int tsync_port, char *proto) in host_tsync() argument
4030 fd = connect_port(instance->name, tsync_port, in host_tsync()
4039 fd = trace_vsock_open(instance->cid, tsync_port); in host_tsync()
4064 unsigned int tsync_port = 0; in connect_to_agent() local
4111 &tsync_protos_reply, &tsync_port); in connect_to_agent()
4120 host_tsync(ctx, instance, tsync_port, tsync_protos_reply); in connect_to_agent()
/external/trace-cmd/lib/trace-cmd/
Dtrace-msg.c79 be32 tsync_port; member
1302 unsigned int tsync_port) in make_trace_resp() argument
1319 msg->trace_resp.tsync_port = htonl(tsync_port); in make_trace_resp()
1332 const char *tsync_proto, unsigned int tsync_port) in tracecmd_msg_send_trace_resp() argument
1339 use_fifos, trace_id, tsync_proto, tsync_port); in tracecmd_msg_send_trace_resp()
1351 unsigned int *tsync_port) in tracecmd_msg_recv_trace_resp() argument
1378 *tsync_port = ntohl(msg.trace_resp.tsync_port); in tracecmd_msg_recv_trace_resp()
/external/trace-cmd/tracecmd/include/
Dtrace-local.h353 unsigned int tsync_port);
356 char *clock, unsigned int *tsync_port,
/external/trace-cmd/lib/trace-cmd/include/private/
Dtrace-cmd-private.h445 const char *tsync_proto, unsigned int tsync_port);
451 unsigned int *tsync_port);