Linux Perf
|
#include <uapi/linux/fs.h>
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") |
#define SEC | ( | NAME | ) | __attribute__((section(NAME), used)) |
Definition at line 9 of file bpf-script-test-kbuild.c.
int bpf_func__vfs_llseek | ( | void * | ctx | ) |
Definition at line 14 of file bpf-script-test-kbuild.c.
char _license [] SEC | ( | "license" | ) |
int _version SEC | ( | "version" | ) |