itrace
Instrumented Trace
CPU perf software event definitions

Macros

#define ITRACE_CPU_EVENT_PERF_SW_TASK_CLOCK   0x12
 Clock count specific to the current task.
 
#define ITRACE_CPU_EVENT_PERF_SW_PAGE_FAULTS   0x13
 Page fault count.
 
#define ITRACE_CPU_EVENT_PERF_SW_CONTEXT_SWITCHES   0x14
 Context switches count.
 
#define ITRACE_CPU_EVENT_PERF_SW_CPU_MIGRATIONS   0x15
 Count for the number of times the process has migrated to a new CPU.
 
#define ITRACE_CPU_EVENT_PERF_SW_PAGE_FAULTS_MIN   0x16
 Minor page fault count.
 
#define ITRACE_CPU_EVENT_PERF_SW_PAGE_FAULTS_MAJ   0x17
 Major page fault count.
 
#define ITRACE_CPU_EVENT_PERF_SW_ALIGNMENT_FAULTS   0x18
 Alignment fault count.
 
#define ITRACE_CPU_EVENT_PERF_SW_EMULATION_FAULTS   0x19
 Emulation fault count.
 

Detailed Description