Linux Perf
openat-syscall-tp-fields.c File Reference
#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>
Include dependency graph for openat-syscall-tp-fields.c:

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)
 

Macro Definition Documentation

◆ AT_FDCWD

#define AT_FDCWD   -100

Definition at line 18 of file openat-syscall-tp-fields.c.

◆ O_DIRECTORY

#define O_DIRECTORY   00200000

Definition at line 15 of file openat-syscall-tp-fields.c.

Function Documentation

◆ test__syscall_openat_tp_fields()

int test__syscall_openat_tp_fields ( struct test *test  __maybe_unused,
int subtest  __maybe_unused 
)

Definition at line 21 of file openat-syscall-tp-fields.c.

Here is the call graph for this function: