Changeset 62829 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys
- Timestamp:
- Aug 1, 2016 4:23:00 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/dtrace.h
r53652 r62829 60 60 * DTrace Universal Constants and Typedefs 61 61 */ 62 #ifdef VBOX 63 #define DTRACE_CPUALL ((processorid_t)-1) /* all CPUs */ 64 #else 62 65 #define DTRACE_CPUALL -1 /* all CPUs */ 66 #endif 63 67 #define DTRACE_IDNONE 0 /* invalid probe identifier */ 64 68 #define DTRACE_EPIDNONE 0 /* invalid enabled probe identifier */
Note:
See TracChangeset
for help on using the changeset viewer.