perform a command on an extended BPF map or program NAME bpf - perform a command on an extended BPF map or program SYNOPSIS #include <linux/bpf.h> int bpf(int cmd , union bpf_attr …ioctls for console terminal and virtual consoles NAME ioctl_kd - ioctls for console terminal and virtual consoles SYNOPSIS #include <linux/kd.h> /* Definition of op constants */ #i…allocate or free a protection key NAME pkey_alloc, pkey_free - allocate or free a protection key LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See featu…allocate or free a protection key NAME pkey_alloc, pkey_free - allocate or free a protection key LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See featu…ioctls for terminals and serial lines NAME ioctl_tty - ioctls for terminals and serial lines LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <asm/termbits.h> /* Definit…issue memory barriers on a set of threads NAME membarrier - issue memory barriers on a set of threads LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/membarrier.…mount filesystem NAME mount - mount filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mount.h> int mount(const char * source , const char * target , const…synchronize a file's in-core state with storage device NAME fsync, fdatasync - synchronize a file's in-core state with storage device LIBRARY Standard C library ( libc , -lc ) SYNO…synchronize a file's in-core state with storage device NAME fsync, fdatasync - synchronize a file's in-core state with storage device LIBRARY Standard C library ( libc , -lc ) SYNO…operate on Secure Computing state of the process NAME seccomp - operate on Secure Computing state of the process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/…give advice about use of memory NAME madvise - give advice about use of memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int madvise(void addr [. len…add, remove, or modify an fanotify mark on a filesystem object NAME fanotify_mark - add, remove, or modify an fanotify mark on a filesystem object LIBRARY Standard C library ( libc…open and possibly create a file NAME open, openat, creat - open and possibly create a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int open(const char…open and possibly create a file NAME open, openat, creat - open and possibly create a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int open(const char…open and possibly create a file NAME open, openat, creat - open and possibly create a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int open(const char…map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…set up performance monitoring NAME perf_event_open - set up performance monitoring LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/perf_event.h> /* Definition of…process trace NAME ptrace - process trace LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/ptrace.h> long ptrace(enum __ptrace_request op , pid_t pid , void * addr …manipulate file descriptor NAME fcntl - manipulate file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int fcntl(int fd , int op , ... /* arg */ )…