Home
last modified time | relevance | path

Searched refs:pipe_size (Results 1 – 3 of 3) sorted by relevance

/tools/virtio/virtio-trace/
Dtrace-agent-rw.c35 rw_ti->pipe_size = PIPE_INIT; in rw_thread_info_new()
41 bool stdout_flag, unsigned long pipe_size, in rw_thread_init() argument
76 if (fcntl(*data_pipe, F_SETPIPE_SZ, pipe_size) < 0) { in rw_thread_init()
83 rw_ti->pipe_size = pipe_size; in rw_thread_init()
128 ts->pipe_size, SPLICE_F_MOVE | SPLICE_F_MORE); in rw_thread_main()
Dtrace-agent.h19 unsigned long pipe_size; member
41 unsigned long pipe_size; member
59 bool stdout_flag, unsigned long pipe_size,
Dtrace-agent.c58 s->pipe_size = PIPE_INIT; in agent_info_new()
173 s->pipe_size, s->rw_ti[cpu]); in agent_info_init()
201 s->pipe_size = size; in parse_args()