Home
last modified time | relevance | path

Searched refs:dp_evtflags (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/dev/dt/
Ddt_prov_syscall.c112 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()
Ddt_prov_profile.c95 dp->dp_evtflags = dtrq->dtrq_evtflags & DTEVT_PROV_PROFILE; in dt_prov_profile_alloc()
Ddt_prov_kprobe.c266 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()
Ddt_dev.c795 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()
Ddt_prov_static.c190 dp->dp_evtflags = dtrq->dtrq_evtflags; in dt_prov_static_alloc()
Ddtvar.h171 uint64_t dp_evtflags; /* [I] event states to record */ member