Searched refs:dp_evtflags (Results 1 – 6 of 6) sorted by relevance
112 dp->dp_evtflags = dtrq->dtrq_evtflags & DTEVT_PROV_SYSCALL; in dt_prov_syscall_alloc()153 if (ISSET(dp->dp_evtflags, DTEVT_FUNCARGS)) in dt_prov_syscall_entry()
95 dp->dp_evtflags = dtrq->dtrq_evtflags & DTEVT_PROV_PROFILE; in dt_prov_profile_alloc()
266 dp->dp_evtflags = dtrq->dtrq_evtflags & DTEVT_PROV_KPROBE; in dt_prov_kprobe_alloc()358 if (ISSET(dp->dp_evtflags, DTEVT_FUNCARGS)) in dt_prov_kprobe_hook()
795 if (ISSET(dp->dp_evtflags, DTEVT_EXECNAME)) in dt_pcb_ring_get()798 if (ISSET(dp->dp_evtflags, DTEVT_KSTACK)) { in dt_pcb_ring_get()804 if (ISSET(dp->dp_evtflags, DTEVT_USTACK)) in dt_pcb_ring_get()
190 dp->dp_evtflags = dtrq->dtrq_evtflags; in dt_prov_static_alloc()
171 uint64_t dp_evtflags; /* [I] event states to record */ member