|
Linux Kernel
3.7.1
|
#include <fcntl.h>#include <poll.h>#include <signal.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include "trace-agent.h"Go to the source code of this file.
Macros | |
| #define | _GNU_SOURCE |
| #define | HOST_MSG_SIZE 256 |
| #define | EVENT_WAIT_MSEC 100 |
Functions | |
| int | rw_ctl_init (const char *ctl_path) |
| void * | rw_ctl_loop (int ctl_fd) |
Variables | |
| bool | global_sig_receive |
| bool | global_run_operation |
| #define _GNU_SOURCE |
Definition at line 12 of file trace-agent-ctl.c.
| #define EVENT_WAIT_MSEC 100 |
Definition at line 22 of file trace-agent-ctl.c.
| #define HOST_MSG_SIZE 256 |
Definition at line 21 of file trace-agent-ctl.c.
Definition at line 34 of file trace-agent-ctl.c.
Definition at line 91 of file trace-agent-ctl.c.
| bool global_run_operation |
Definition at line 26 of file trace-agent-ctl.c.
| bool global_sig_receive |
Definition at line 25 of file trace-agent-ctl.c.
1.8.2