1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef __UAPI_CORESIGHT_STM_H_ 8 #define __UAPI_CORESIGHT_STM_H_ 9 #include <linux/const.h> 10 #define STM_FLAG_TIMESTAMPED _BITUL(3) 11 #define STM_FLAG_MARKED _BITUL(4) 12 #define STM_FLAG_GUARANTEED _BITUL(7) 13 enum { 14 STM_OPTION_GUARANTEED = 0, 15 STM_OPTION_INVARIANT, 16 }; 17 #endif 18