Searched refs:have_misc (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/misc/cpu-trace/
H A Dintel-pm.c460 uint64_t have_misc[(NUM_MISC_EVENTS + 63) / 64];
616 if (ss->have_misc[event / 64] & (1ul << (event % 64))) {
621 ss->have_misc[event / 64] |= 1ul << (event % 64);
682 for (unsigned i = 0; i < countof(ss->have_misc); ++i)
683 ss->have_misc[i] = false;
458 uint64_t have_misc[(NUM_MISC_EVENTS + 63) / 64]; member in struct:__anon431

Completed in 75 milliseconds