Home
last modified time | relevance | path

Searched defs:msg_handle (Results 1 – 8 of 8) sorted by relevance

/external/trace-cmd/lib/trace-cmd/
Dtrace-msg.c186 __hidden off_t msg_lseek(struct tracecmd_msg_handle *msg_handle, off_t offset, int whence) in msg_lseek()
211 static int msg_write(struct tracecmd_msg_handle *msg_handle, struct tracecmd_msg *msg) in msg_write()
224 static int make_tinit(struct tracecmd_msg_handle *msg_handle, in make_tinit()
317 static int tracecmd_msg_send(struct tracecmd_msg_handle *msg_handle, struct tracecmd_msg *msg) in tracecmd_msg_send()
330 static int msg_send_nofree(struct tracecmd_msg_handle *msg_handle, struct tracecmd_msg *msg) in msg_send_nofree()
439 bool tracecmd_msg_done(struct tracecmd_msg_handle *msg_handle) in tracecmd_msg_done()
444 void tracecmd_msg_set_done(struct tracecmd_msg_handle *msg_handle) in tracecmd_msg_set_done()
492 static int tracecmd_msg_send_notsupp(struct tracecmd_msg_handle *msg_handle) in tracecmd_msg_send_notsupp()
500 static int handle_unexpected_msg(struct tracecmd_msg_handle *msg_handle, in handle_unexpected_msg()
511 int tracecmd_msg_send_init_data(struct tracecmd_msg_handle *msg_handle, in tracecmd_msg_send_init_data()
[all …]
Dtrace-compress.c39 struct tracecmd_msg_handle *msg_handle; member
426 struct tracecmd_msg_handle *msg_handle) in tracecmd_compress_alloc()
Dtrace-output.c78 struct tracecmd_msg_handle *msg_handle; member
1404 int tracecmd_output_set_msg(struct tracecmd_output *handle, struct tracecmd_msg_handle *msg_handle) in tracecmd_output_set_msg()
2038 struct tracecmd_msg_handle msg_handle; in trace_get_options() local
/external/trace-cmd/tracecmd/
Dtrace-listen.c115 static int process_option(struct tracecmd_msg_handle *msg_handle, char *option) in process_option()
342 static int communicate_with_client(struct tracecmd_msg_handle *msg_handle) in communicate_with_client()
518 int pagesize, struct tracecmd_msg_handle *msg_handle) in create_all_readers()
594 collect_metadata_from_client(struct tracecmd_msg_handle *msg_handle, in collect_metadata_from_client()
686 static int process_client(struct tracecmd_msg_handle *msg_handle, in process_client()
842 struct tracecmd_msg_handle *msg_handle; in do_connection() local
Dtrace-record.c3693 static void check_first_msg_from_server(struct tracecmd_msg_handle *msg_handle) in check_first_msg_from_server()
3704 static void communicate_with_listener_v1(struct tracecmd_msg_handle *msg_handle, in communicate_with_listener_v1()
3774 static void communicate_with_listener_v3(struct tracecmd_msg_handle *msg_handle, in communicate_with_listener_v3()
3781 static void check_protocol_version(struct tracecmd_msg_handle *msg_handle) in check_protocol_version()
3888 struct tracecmd_msg_handle *msg_handle = NULL; in setup_network() local
3953 struct tracecmd_msg_handle *msg_handle) in create_net_output()
3984 struct tracecmd_msg_handle *msg_handle = NULL; in setup_connection() local
4045 static void finish_network(struct tracecmd_msg_handle *msg_handle) in finish_network()
4125 struct tracecmd_msg_handle *msg_handle; in connect_to_agent() local
4228 struct tracecmd_msg_handle *msg_handle = instance->msg_handle; in setup_guest() local
[all …]
Dtrace-agent.c154 struct tracecmd_msg_handle *msg_handle; in agent_handle() local
/external/trace-cmd/lib/trace-cmd/include/
Dtrace-tsync-local.h23 struct tracecmd_msg_handle *msg_handle; member
/external/trace-cmd/tracecmd/include/
Dtrace-local.h279 struct tracecmd_msg_handle *msg_handle; member