Searched refs:tracecmd_msg_data_send (Results 1 – 4 of 4) sorted by relevance
/external/trace-cmd/lib/trace-cmd/ |
D | trace-msg.c | 648 ret = tracecmd_msg_data_send(msg_handle, buf, ret); in flush_cache() 795 int tracecmd_msg_data_send(struct tracecmd_msg_handle *msg_handle, in tracecmd_msg_data_send() function 862 ret = tracecmd_msg_data_send(msg_handle, buf, len); in tracecmd_msg_send_options()
|
D | trace-compress.c | 86 ret = tracecmd_msg_data_send(handle->msg_handle, data, size); in do_write()
|
D | trace-output.c | 109 return tracecmd_msg_data_send(handle->msg_handle, data, size); in do_write_check()
|
/external/trace-cmd/lib/trace-cmd/include/private/ |
D | trace-cmd-private.h | 408 int tracecmd_msg_data_send(struct tracecmd_msg_handle *msg_handle,
|