Linux Perf
|
Go to the source code of this file.
Macros | |
#define | FDA_CHECK(_idx, _fd, _revents) |
#define | FDA_ADD(_idx, _fd, _revents, _nr) |
Functions | |
static void | fdarray__init_revents (struct fdarray *fda, short revents) |
static int | fdarray__fprintf_prefix (struct fdarray *fda, const char *prefix, FILE *fp) |
int | test__fdarray__filter (struct test *test __maybe_unused, int subtest __maybe_unused) |
int | test__fdarray__add (struct test *test __maybe_unused, int subtest __maybe_unused) |
#define FDA_ADD | ( | _idx, | |
_fd, | |||
_revents, | |||
_nr | |||
) |
#define FDA_CHECK | ( | _idx, | |
_fd, | |||
_revents | |||
) |
|
static |
|
static |