20 #ifndef KERNEL_INSTRUMENT_H 21 #define KERNEL_INSTRUMENT_H 23 #include "pedigree/kernel/processor/types.h" 27 #define INSTRUMENT_GLOBAL_LITE (1 << 0) 30 #define INSTRUMENT_RECORD_ENTRY (1 << 0) 31 #define INSTRUMENT_RECORD_SHORTPTR (1 << 4) 33 #define INSTRUMENT_MAGIC 0x1090U 49 uint8_t buffer[
sizeof(data)];
73 uint8_t buffer[
sizeof(data)];
79 #endif // KERNEL_INSTRUMENT_H
uintptr_t lite
For SFINAE expansion in data processing.