HPCToolkit
linux_info.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LINUX_KERNEL_NAME_REAL   "vmlinux"
 
#define LINUX_KERNEL_NAME   "<" LINUX_KERNEL_NAME_REAL ">"
 
#define LINUX_KERNEL_SYMBOL_FILE_SHORT   "kallsyms"
 
#define LINUX_KERNEL_SYMBOL_FILE   "/proc/" LINUX_KERNEL_SYMBOL_FILE_SHORT
 
#define LINUX_PERF_EVENTS_FILE   "/proc/sys/kernel/perf_event_paranoid"
 
#define LINUX_PERF_EVENTS_MAX_RATE   "/proc/sys/kernel/perf_event_max_sample_rate"
 
#define LINUX_KERNEL_KPTR_RESTICT   "/proc/sys/kernel/kptr_restrict"
 
#define KERNEL_SYMBOLS_DIRECTORY   "kernel_symbols"
 

Macro Definition Documentation

◆ KERNEL_SYMBOLS_DIRECTORY

#define KERNEL_SYMBOLS_DIRECTORY   "kernel_symbols"

Definition at line 14 of file linux_info.h.

◆ LINUX_KERNEL_KPTR_RESTICT

#define LINUX_KERNEL_KPTR_RESTICT   "/proc/sys/kernel/kptr_restrict"

Definition at line 11 of file linux_info.h.

◆ LINUX_KERNEL_NAME

#define LINUX_KERNEL_NAME   "<" LINUX_KERNEL_NAME_REAL ">"

Definition at line 4 of file linux_info.h.

◆ LINUX_KERNEL_NAME_REAL

#define LINUX_KERNEL_NAME_REAL   "vmlinux"

Definition at line 3 of file linux_info.h.

◆ LINUX_KERNEL_SYMBOL_FILE

#define LINUX_KERNEL_SYMBOL_FILE   "/proc/" LINUX_KERNEL_SYMBOL_FILE_SHORT

Definition at line 8 of file linux_info.h.

◆ LINUX_KERNEL_SYMBOL_FILE_SHORT

#define LINUX_KERNEL_SYMBOL_FILE_SHORT   "kallsyms"

Definition at line 6 of file linux_info.h.

◆ LINUX_PERF_EVENTS_FILE

#define LINUX_PERF_EVENTS_FILE   "/proc/sys/kernel/perf_event_paranoid"

Definition at line 9 of file linux_info.h.

◆ LINUX_PERF_EVENTS_MAX_RATE

#define LINUX_PERF_EVENTS_MAX_RATE   "/proc/sys/kernel/perf_event_max_sample_rate"

Definition at line 10 of file linux_info.h.