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

/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_sdt.c76 * to dtrace_probe when it loads.
96 sdt_init(void *dtrace_probe) argument
99 sdt_probe_func = dtrace_probe;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace_impl.h65 struct dtrace_probe;
72 typedef struct dtrace_probe dtrace_probe_t;
92 * dtrace_probe structure. To allow quick lookups based on each element of the
99 * argument to dtrace_probe(), where it is then mapped into the corresponding
100 * dtrace_probe structure. From the dtrace_probe structure, dtrace_probe() can
104 struct dtrace_probe { struct
157 * When a provider wishes to fire a probe, it calls into dtrace_probe(),
159 * dtrace_probe() map
[all...]
H A Ddtrace.h1475 * told to disable the probe via dtps_disable(). dtrace_probe() should never
1502 * to having zero ECBs. dtrace_probe() should never be called for a probe
1622 * dtrace_probe() itself, the so-called artificial frames. This argument may
1633 * This is called from within dtrace_probe() meaning that interrupts
1657 * This is called from within dtrace_probe() meaning that interrupts
1705 * dtrace_probe() <-- Fire the specified probe
1911 * found on the stack when dtrace_probe() is called for the new probe. These
1995 * 2.10 void dtrace_probe(dtrace_id_t probe, uintptr_t arg0, uintptr_t arg1,
2010 * dtrace_probe() should be called whenever the specified probe has fired --
2019 * dtrace_probe() ma
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/dtmalloc/
H A Ddtmalloc.c167 dtrace_malloc_probe = dtrace_probe;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/profile/
H A Dprofile.c207 dtrace_probe(prof->prof_id, c->cpu_profile_pc,
217 dtrace_probe(prof->prof_id, c->cpu_profile_pc,
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/dtrace/
H A Dprofile.c144 dtrace_probe(prof->prof_id, CPU->cpu_profile_pc,
153 dtrace_probe(prof->prof_id, CPU->cpu_profile_pc,
H A Dlockstat.c255 lockstat_probe = dtrace_probe;
H A Dsystrace.c245 systrace_probe = (void (*)())dtrace_probe;
H A Ddtrace.c5715 * thread calls panic() from dtrace_probe(), and that panic() is
5944 dtrace_probe(dtrace_id_t id, uintptr_t arg0, uintptr_t arg1,
6628 * Before recursing on dtrace_probe(), we
7381 * dtrace_probe() itself (found above).
10648 * interrupts serializes the execution with any execution of dtrace_probe() on
13459 dtrace_probe(dtrace_probeid_begin,
13538 * other CPU in dtrace_buffer_reserve(). This allows dtrace_probe()
13557 dtrace_probe(dtrace_probeid_end,
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/lockstat/
H A Dlockstat.c170 lockstat_probe_func = dtrace_probe;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/systrace/
H A Dsystrace.c183 dtrace_probe(id, uargs[0], uargs[1], uargs[2], uargs[3], uargs[4]);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/sdt/
H A Dsdt.c389 sdt_init(dtrace_probe);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/dtrace/amd64/
H A Ddtrace_asm.S324 call dtrace_probe
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/dtrace/i386/
H A Ddtrace_asm.S332 call dtrace_probe
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/fbt/
H A Dfbt.c211 dtrace_probe(fbt->fbtp_id, stack0, stack1,
229 dtrace_probe(fbt->fbtp_id, fbt->fbtp_roffset,

Completed in 125 milliseconds