Linux Perf
bpf-script-test-kbuild.c File Reference
#include <uapi/linux/fs.h>
Include dependency graph for bpf-script-test-kbuild.c:

Go to the source code of this file.

Macros

#define SEC(NAME)   __attribute__((section(NAME), used))
 

Functions

int bpf_func__vfs_llseek (void *ctx)
 
char _license [] SEC ("license")
 
int _version SEC ("version")
 

Macro Definition Documentation

◆ SEC

#define SEC (   NAME)    __attribute__((section(NAME), used))

Definition at line 9 of file bpf-script-test-kbuild.c.

Function Documentation

◆ bpf_func__vfs_llseek()

int bpf_func__vfs_llseek ( void *  ctx)

Definition at line 14 of file bpf-script-test-kbuild.c.

◆ SEC() [1/2]

char _license [] SEC ( "license"  )

◆ SEC() [2/2]

int _version SEC ( "version"  )