itrace
Instrumented Trace
itrace_cpu_events.h
Go to the documentation of this file.
1 
14 #ifndef ITRACE_CPU_EVENTS_H
15 #define ITRACE_CPU_EVENTS_H
16 
17 #include "itrace_types.h"
18 
23 #if WIN32
24  #include "itrace_cpu_events_wos.h"
25 #else
26  #include "itrace_cpu_events_la.h"
27 #endif
28 
29 
34 #endif
Public itrace types.
CPU event definitions for LA/LE.