Searched defs:msg_handle (Results  1 – 8 of 8) sorted by relevance
| /external/trace-cmd/lib/trace-cmd/ | 
| D | trace-msg.c | 176 __hidden off64_t msg_lseek(struct tracecmd_msg_handle *msg_handle, off64_t offset, int whence)  in msg_lseek()187 static int msg_write(struct tracecmd_msg_handle *msg_handle, struct tracecmd_msg *msg)  in msg_write()
 200 static int make_tinit(struct tracecmd_msg_handle *msg_handle,  in make_tinit()
 293 static int tracecmd_msg_send(struct tracecmd_msg_handle *msg_handle, struct tracecmd_msg *msg)  in tracecmd_msg_send()
 306 static int msg_send_nofree(struct tracecmd_msg_handle *msg_handle, struct tracecmd_msg *msg)  in msg_send_nofree()
 415 bool tracecmd_msg_done(struct tracecmd_msg_handle *msg_handle)  in tracecmd_msg_done()
 420 void tracecmd_msg_set_done(struct tracecmd_msg_handle *msg_handle)  in tracecmd_msg_set_done()
 468 static int tracecmd_msg_send_notsupp(struct tracecmd_msg_handle *msg_handle)  in tracecmd_msg_send_notsupp()
 476 static int handle_unexpected_msg(struct tracecmd_msg_handle *msg_handle,  in handle_unexpected_msg()
 487 int tracecmd_msg_send_init_data(struct tracecmd_msg_handle *msg_handle,  in tracecmd_msg_send_init_data()
 [all …]
 
 | 
| D | trace-compress.c | 39 	struct tracecmd_msg_handle	*msg_handle;  member426 						     struct tracecmd_msg_handle *msg_handle)  in tracecmd_compress_alloc()
 
 | 
| D | trace-output.c | 78 	struct tracecmd_msg_handle *msg_handle;  member1388 int tracecmd_output_set_msg(struct tracecmd_output *handle, struct tracecmd_msg_handle *msg_handle)  in tracecmd_output_set_msg()
 
 | 
| /external/trace-cmd/tracecmd/ | 
| D | trace-listen.c | 113 static int process_option(struct tracecmd_msg_handle *msg_handle, char *option)  in process_option()344 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()
 839 	struct tracecmd_msg_handle *msg_handle;  in do_connection()  local
 
 | 
| D | trace-agent.c | 129 	struct tracecmd_msg_handle *msg_handle;  in agent_handle()  local
 | 
| D | trace-record.c | 3484 static void check_first_msg_from_server(struct tracecmd_msg_handle *msg_handle)  in check_first_msg_from_server()3495 static void communicate_with_listener_v1(struct tracecmd_msg_handle *msg_handle,  in communicate_with_listener_v1()
 3565 static void communicate_with_listener_v3(struct tracecmd_msg_handle *msg_handle,  in communicate_with_listener_v3()
 3572 static void check_protocol_version(struct tracecmd_msg_handle *msg_handle)  in check_protocol_version()
 3679 	struct tracecmd_msg_handle *msg_handle = NULL;  in setup_network()  local
 3737 						 struct tracecmd_msg_handle *msg_handle)  in create_net_output()
 3768 	struct tracecmd_msg_handle *msg_handle = NULL;  in setup_connection()  local
 3830 static void finish_network(struct tracecmd_msg_handle *msg_handle)  in finish_network()
 4061 	struct tracecmd_msg_handle *msg_handle;  in connect_to_agent()  local
 4151 	struct tracecmd_msg_handle *msg_handle = instance->msg_handle;  in setup_guest()  local
 [all …]
 
 | 
| /external/trace-cmd/lib/trace-cmd/include/ | 
| D | trace-tsync-local.h | 21 	struct tracecmd_msg_handle	*msg_handle;  member
 | 
| /external/trace-cmd/tracecmd/include/ | 
| D | trace-local.h | 268 	struct tracecmd_msg_handle *msg_handle;  member
 |