|
Linux Kernel
3.7.1
|
#include <fcntl.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <sys/syscall.h>#include "trace-agent.h"Go to the source code of this file.
Macros | |
| #define | _GNU_SOURCE |
| #define | READ_WAIT_USEC 100000 |
Functions | |
| void * | rw_thread_info_new (void) |
| void * | rw_thread_init (int cpu, const char *in_path, const char *out_path, bool stdout_flag, unsigned long pipe_size, struct rw_thread_info *rw_ti) |
| pthread_t | rw_thread_run (struct rw_thread_info *rw_ti) |
| #define _GNU_SOURCE |
Definition at line 12 of file trace-agent-rw.c.
| #define READ_WAIT_USEC 100000 |
Definition at line 20 of file trace-agent-rw.c.
Definition at line 22 of file trace-agent-rw.c.
| void* rw_thread_init | ( | int | cpu, |
| const char * | in_path, | ||
| const char * | out_path, | ||
| bool | stdout_flag, | ||
| unsigned long | pipe_size, | ||
| struct rw_thread_info * | rw_ti | ||
| ) |
Definition at line 42 of file trace-agent-rw.c.
| pthread_t rw_thread_run | ( | struct rw_thread_info * | rw_ti | ) |
Definition at line 180 of file trace-agent-rw.c.
1.8.2