Linux Perf
statx.c File Reference
#include "trace/beauty/beauty.h"
#include <linux/kernel.h>
#include <sys/types.h>
#include <uapi/linux/fcntl.h>
#include <uapi/linux/stat.h>
Include dependency graph for statx.c:

Go to the source code of this file.

Macros

#define P_FLAG(n)
 
#define P_FLAG(n)
 

Functions

size_t syscall_arg__scnprintf_statx_flags (char *bf, size_t size, struct syscall_arg *arg)
 
size_t syscall_arg__scnprintf_statx_mask (char *bf, size_t size, struct syscall_arg *arg)
 

Macro Definition Documentation

◆ P_FLAG [1/2]

#define P_FLAG (   n)
Value:
if (flags & AT_##n) { \
printed += scnprintf(bf + printed, size - printed, "%s%s", printed ? "|" : "", #n); \
flags &= ~AT_##n; \
}
size_t size
Definition: evsel.c:60
u32 flags

◆ P_FLAG [2/2]

#define P_FLAG (   n)
Value:
if (flags & STATX_##n) { \
printed += scnprintf(bf + printed, size - printed, "%s%s", printed ? "|" : "", #n); \
flags &= ~STATX_##n; \
}
size_t size
Definition: evsel.c:60
u32 flags

Function Documentation

◆ syscall_arg__scnprintf_statx_flags()

size_t syscall_arg__scnprintf_statx_flags ( char *  bf,
size_t  size,
struct syscall_arg arg 
)

Definition at line 15 of file statx.c.

◆ syscall_arg__scnprintf_statx_mask()

size_t syscall_arg__scnprintf_statx_mask ( char *  bf,
size_t  size,
struct syscall_arg arg 
)

Definition at line 43 of file statx.c.