Searched refs:ETR_FLAG_ALLOCATE (Results 1 – 2 of 2) sorted by relevance
244 if (event->etr.flags & ETR_FLAG_ALLOCATE) { in tmc_enable()245 event->etr.flags &= ~ETR_FLAG_ALLOCATE; in tmc_enable()
128 #define ETR_FLAG_ALLOCATE (1 << 0) macro