Searched defs:dtrace_probe (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | dtrace_impl.h | 58 struct dtrace_probe; 65 typedef struct dtrace_probe dtrace_probe_t; 85 * dtrace_probe structure. To allow quick lookups based on each element of the 92 * argument to dtrace_probe(), where it is then mapped into the corresponding 93 * dtrace_probe structure. From the dtrace_probe structure, dtrace_probe() can 97 struct dtrace_probe { struct 150 * When a provider wishes to fire a probe, it calls into dtrace_probe(), 152 * dtrace_probe() map [all...] |
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 6578 * thread calls panic() from dtrace_probe(), and that panic() is 6849 dtrace_probe(dtrace_id_t id, uintptr_t arg0, uintptr_t arg1, function 7405 * Before recursing on dtrace_probe(), we 8151 * dtrace_probe() itself (found above). 11423 * interrupts serializes the execution with any execution of dtrace_probe() on 14188 dtrace_probe(dtrace_probeid_begin, 14267 * other CPU in dtrace_buffer_reserve(). This allows dtrace_probe() 14286 dtrace_probe(dtrace_probeid_end,
|
Completed in 108 milliseconds