itrace
Instrumented Trace
CPU perf software event definitions

Macros

#define ITRACE_CPU_EVENT_PERF_SW_TASK_CLOCK   0x7012
 Clock count specific to the current task.
 
#define ITRACE_CPU_EVENT_PERF_SW_PAGE_FAULTS   0x7013
 Page fault count.
 
#define ITRACE_CPU_EVENT_PERF_SW_CONTEXT_SWITCHES   0x7014
 Context switches count.
 
#define ITRACE_CPU_EVENT_PERF_SW_CPU_MIGRATIONS   0x7015
 Count for the number of times the process has migrated to a new CPU.
 
#define ITRACE_CPU_EVENT_PERF_SW_PAGE_FAULTS_MIN   0x7016
 Minor page fault count.
 
#define ITRACE_CPU_EVENT_PERF_SW_PAGE_FAULTS_MAJ   0x7017
 Major page fault count.
 
#define ITRACE_CPU_EVENT_PERF_SW_ALIGNMENT_FAULTS   0x7018
 Alignment fault count.
 
#define ITRACE_CPU_EVENT_PERF_SW_EMULATION_FAULTS   0x7019
 Emulation fault count.
 

Detailed Description