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…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…get resource usage NAME getrusage - get resource usage LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrusage(int who , struct rusage * usage );…set pointer to thread ID NAME set_tid_address - set pointer to thread ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constant…Seccomp user-space notification mechanism NAME seccomp_unotify - Seccomp user-space notification mechanism LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/seccom…allocate or free huge pages NAME alloc_hugepages, free_hugepages - allocate or free huge pages SYNOPSIS void *syscall(SYS_alloc_hugepages, int key , void addr [. len ], size_t len …allocate or free huge pages NAME alloc_hugepages, free_hugepages - allocate or free huge pages SYNOPSIS void *syscall(SYS_alloc_hugepages, int key , void addr [. len ], size_t len …change root directory NAME chroot - change root directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int chroot(const char * path ); Feature Test Macro …queue a signal and data NAME rt_sigqueueinfo, rt_tgsigqueueinfo - queue a signal and data LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/signal.h> /* Definition…queue a signal and data NAME rt_sigqueueinfo, rt_tgsigqueueinfo - queue a signal and data LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/signal.h> /* Definition…send a signal to a thread NAME tkill, tgkill - send a signal to a thread LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> /* Definition of SIG* constants */ #…send a signal to a thread NAME tkill, tgkill - send a signal to a thread LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> /* Definition of SIG* constants */ #…get thread identification NAME gettid - get thread identification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE #include <unistd.h> pid_t gettid(void); DES…disassociate parts of the process execution context NAME unshare - disassociate parts of the process execution context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _G…get process times NAME times - get process times LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/times.h> clock_t times(struct tms * buf ); DESCRIPTION times () st…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…