|
Linux Perf
|
#include <linux/err.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include "perf.h"#include "evlist.h"#include "evsel.h"#include "thread_map.h"#include "tests.h"#include "debug.h"#include <errno.h>
Go to the source code of this file.
Macros | |
| #define | O_DIRECTORY 00200000 |
| #define | AT_FDCWD -100 |
Functions | |
| int | test__syscall_openat_tp_fields (struct test *test __maybe_unused, int subtest __maybe_unused) |
| #define AT_FDCWD -100 |
Definition at line 18 of file openat-syscall-tp-fields.c.
| #define O_DIRECTORY 00200000 |
Definition at line 15 of file openat-syscall-tp-fields.c.