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