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

Go to the source code of this file.

Functions

static size_t fcntl__scnprintf_getfd (unsigned long val, char *bf, size_t size)
 
static size_t syscall_arg__scnprintf_fcntl_getfd (char *bf, size_t size, struct syscall_arg *arg)
 
static size_t fcntl__scnprintf_getlease (unsigned long val, char *bf, size_t size)
 
static size_t syscall_arg__scnprintf_fcntl_getlease (char *bf, size_t size, struct syscall_arg *arg)
 
size_t syscall_arg__scnprintf_fcntl_cmd (char *bf, size_t size, struct syscall_arg *arg)
 
size_t syscall_arg__scnprintf_fcntl_arg (char *bf, size_t size, struct syscall_arg *arg)
 

Function Documentation

◆ fcntl__scnprintf_getfd()

static size_t fcntl__scnprintf_getfd ( unsigned long  val,
char *  bf,
size_t  size 
)
static

Definition at line 13 of file fcntl.c.

◆ fcntl__scnprintf_getlease()

static size_t fcntl__scnprintf_getlease ( unsigned long  val,
char *  bf,
size_t  size 
)
static

Definition at line 23 of file fcntl.c.

Here is the call graph for this function:

◆ syscall_arg__scnprintf_fcntl_arg()

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

Definition at line 70 of file fcntl.c.

Here is the call graph for this function:

◆ syscall_arg__scnprintf_fcntl_cmd()

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

Definition at line 36 of file fcntl.c.

Here is the call graph for this function:

◆ syscall_arg__scnprintf_fcntl_getfd()

static size_t syscall_arg__scnprintf_fcntl_getfd ( char *  bf,
size_t  size,
struct syscall_arg arg 
)
static

Definition at line 18 of file fcntl.c.

Here is the call graph for this function:

◆ syscall_arg__scnprintf_fcntl_getlease()

static size_t syscall_arg__scnprintf_fcntl_getlease ( char *  bf,
size_t  size,
struct syscall_arg arg 
)
static

Definition at line 31 of file fcntl.c.

Here is the call graph for this function: