Searched refs:out_path (Results 1 – 3 of 3) sorted by relevance
/tools/virtio/virtio-trace/ |
D | trace-agent.c | 154 const char *out_path = NULL; in agent_info_init() local 165 out_path = make_output_path(cpu); in agent_info_init() 166 if (out_path == NULL) in agent_info_init() 172 rw_thread_init(cpu, in_path, out_path, s->use_stdout, in agent_info_init()
|
D | trace-agent-rw.c | 40 void *rw_thread_init(int cpu, const char *in_path, const char *out_path, in rw_thread_init() argument 58 rw_ti->out_fd = open(out_path, O_WRONLY); in rw_thread_init()
|
D | trace-agent.h | 58 extern void *rw_thread_init(int cpu, const char *in_path, const char *out_path,
|