Searched refs:msg_read (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/ |
H A D | trace-msg.c | 317 static int msg_read(int fd, void *buf, u32 size, int *n) in msg_read() function 357 ret = msg_read(fd, msg, rsize, n); in msg_read_extra() 361 ret = msg_read(fd, scratch_buf, cmd_size - rsize, n); in msg_read_extra() 373 return msg_read(fd, msg->buf, size, n); in msg_read_extra() 388 ret = msg_read(fd, msg, MSG_HDR_LEN, &n); in tracecmd_msg_recv()
|