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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h416 * DTRACEACT_PROC <= Only records process-related data
434 #define DTRACEACT_PROC 0x0100 macro
435 #define DTRACEACT_USTACK (DTRACEACT_PROC + 1)
436 #define DTRACEACT_JSTACK (DTRACEACT_PROC + 2)
437 #define DTRACEACT_USYM (DTRACEACT_PROC + 3)
438 #define DTRACEACT_UMOD (DTRACEACT_PROC + 4)
439 #define DTRACEACT_UADDR (DTRACEACT_PROC + 5)

Completed in 199 milliseconds