Home
last modified time | relevance | path

Searched refs:mpt_what (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_poll_subr.c61 pt->mpt_what = what; in gcpu_poll_trace()
H A Dgcpu.h126 uint8_t mpt_what; /* GCPU_MPT_WHAT_* (which event?) */ member
/titanic_41/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c577 if (mpt.mpt_what < sizeof (whatstrs) / sizeof (char *)) in gcpu_mpt_dump()
578 what = whatstrs[mpt.mpt_what]; in gcpu_mpt_dump()