retrieve exported kernel and module symbols NAME get_kernel_syms - retrieve exported kernel and module symbols SYNOPSIS #include <linux/module.h> [[deprecated]] int get_kernel_syms…query the kernel for various bits pertaining to modules NAME query_module - query the kernel for various bits pertaining to modules SYNOPSIS #include <linux/module.h> [[deprecated]…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…unload a kernel module NAME delete_module - unload a kernel module LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> /* Definition of O_* constants */ #include …examine and change a signal action NAME sigaction, rt_sigaction - examine and change a signal action LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int siga…examine and change a signal action NAME sigaction, rt_sigaction - examine and change a signal action LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int siga…clock and time functions NAME clock_getres, clock_gettime, clock_settime - clock and time functions LIBRARY Standard C library ( libc , -lc ), since glibc 2.17 Before glibc 2.17, R…clock and time functions NAME clock_getres, clock_gettime, clock_settime - clock and time functions LIBRARY Standard C library ( libc , -lc ), since glibc 2.17 Before glibc 2.17, R…clock and time functions NAME clock_getres, clock_gettime, clock_settime - clock and time functions LIBRARY Standard C library ( libc , -lc ), since glibc 2.17 Before glibc 2.17, R…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…