#ifndef _NTWMI_H
//
// Compressed Context Swap events
//
/*
1) packets of 2- 4- and 8-byte are used to store context switch event
according to the content of the event. (cf. ccswap.c)
2) a local cache of thread ids and the base priorities are stored in each
buffer so that a short index can be used to log the thread id of the
switching-out thread.
*/
//
// Number of bits allocated for the necessary fields:
//
#define PERFINFO_CCSWAP_BIT_TYPE 2 // packet type
View code on GitHub
No description available.