Searched defs:msg_handle (Results 1 – 8 of 8) sorted by relevance
/external/trace-cmd/lib/trace-cmd/ |
D | trace-msg.c | 186 __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 …]
|
D | trace-compress.c | 39 struct tracecmd_msg_handle *msg_handle; member 426 struct tracecmd_msg_handle *msg_handle) in tracecmd_compress_alloc()
|
D | trace-output.c | 78 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/ |
D | trace-listen.c | 115 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
|
D | trace-record.c | 3693 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 …]
|
D | trace-agent.c | 154 struct tracecmd_msg_handle *msg_handle; in agent_handle() local
|
/external/trace-cmd/lib/trace-cmd/include/ |
D | trace-tsync-local.h | 23 struct tracecmd_msg_handle *msg_handle; member
|
/external/trace-cmd/tracecmd/include/ |
D | trace-local.h | 279 struct tracecmd_msg_handle *msg_handle; member
|