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

/netbsd-current/sys/kern/
H A Dkern_sdt.c85 * to dtrace_probe when it loads.
118 sdt_init(void *dtrace_probe) argument
121 sdt_probe_func = dtrace_probe;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddtrace-probe.c106 class dtrace_probe : public probe
109 /* Constructor for dtrace_probe. */
110 dtrace_probe (std::string &&name_, std::string &&provider_, CORE_ADDR address_, function
502 dtrace_probe *ret = new dtrace_probe (std::string (name),
616 dtrace_probe::build_arg_exprs (struct gdbarch *gdbarch)
653 dtrace_probe::get_arg_by_number (unsigned n, struct gdbarch *gdbarch)
672 dtrace_probe::is_enabled () const
686 dtrace_probe::get_relocated_address (struct objfile *objfile)
694 dtrace_probe
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddtrace-probe.c107 class dtrace_probe : public probe
110 /* Constructor for dtrace_probe. */
111 dtrace_probe (std::string &&name_, std::string &&provider_, CORE_ADDR address_, function
503 dtrace_probe *ret = new dtrace_probe (std::string (name),
617 dtrace_probe::build_arg_exprs (struct gdbarch *gdbarch)
652 dtrace_probe::get_arg_by_number (unsigned n, struct gdbarch *gdbarch)
670 dtrace_probe::is_enabled () const
684 dtrace_probe::get_relocated_address (struct objfile *objfile)
692 dtrace_probe
[all...]
/netbsd-current/external/cddl/osnet/dev/lockstat/
H A Dlockstat.c193 ok = lockstat_cas_probe(lockstat_probe_stub, dtrace_probe);
212 fail1: ok = lockstat_cas_probe(dtrace_probe, lockstat_probe_stub);
233 ok = lockstat_cas_probe(dtrace_probe, lockstat_probe_stub);
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clkdtrace.c484 void *f = dtrace_probe;
541 (dtrace_nfsclient_nfs23_start_probe_func_t)dtrace_probe;
543 (dtrace_nfsclient_nfs23_done_probe_func_t)dtrace_probe;
/netbsd-current/external/cddl/osnet/dist/uts/powerpc/dtrace/
H A Dfasttrap_isa.c300 dtrace_probe(id->fti_probe->ftp_id,
401 dtrace_probe(probe->ftp_id, rp->fixreg[3],
409 * call dtrace_probe() since it's only
416 dtrace_probe(probe->ftp_id, rp->fixreg[3],
425 dtrace_probe(probe->ftp_id, t[0], t[1],
531 * that it appears to dtrace_probe() that we're on the original
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace_impl.h76 struct dtrace_probe;
83 typedef struct dtrace_probe dtrace_probe_t;
103 * dtrace_probe structure. To allow quick lookups based on each element of the
110 * argument to dtrace_probe(), where it is then mapped into the corresponding
111 * dtrace_probe structure. From the dtrace_probe structure, dtrace_probe() can
115 struct dtrace_probe { struct
168 * When a provider wishes to fire a probe, it calls into dtrace_probe(),
170 * dtrace_probe() map
[all...]
H A Ddtrace.h1552 * told to disable the probe via dtps_disable(). dtrace_probe() should never
1578 * to having zero ECBs. dtrace_probe() should never be called for a probe
1698 * dtrace_probe() itself, the so-called artificial frames. This argument may
1709 * This is called from within dtrace_probe() meaning that interrupts
1748 * This is called from within dtrace_probe() meaning that interrupts
1796 * dtrace_probe() <-- Fire the specified probe
2002 * found on the stack when dtrace_probe() is called for the new probe. These
2086 * 2.10 void dtrace_probe(dtrace_id_t probe, uintptr_t arg0, uintptr_t arg1,
2101 * dtrace_probe() should be called whenever the specified probe has fired --
2110 * dtrace_probe() ma
[all...]
/netbsd-current/external/cddl/osnet/dev/dtmalloc/
H A Ddtmalloc.c177 dtrace_malloc_probe = dtrace_probe;
/netbsd-current/external/cddl/osnet/dev/profile/
H A Dprofile.c330 dtrace_probe(prof->prof_id, pc, upc, late, 0, 0);
359 dtrace_probe(prof->prof_id, pc, upc, 0, 0, 0);
380 dtrace_probe(prof->prof_id, c->cpu_profile_pc,
390 dtrace_probe(prof->prof_id, c->cpu_profile_pc,
/netbsd-current/external/cddl/osnet/dev/fbt/x86/
H A Dfbt_isa.c132 dtrace_probe(fbt->fbtp_id, arg0, arg1,
150 dtrace_probe(fbt->fbtp_id, fbt->fbtp_roffset,
/netbsd-current/external/cddl/osnet/dist/uts/intel/dtrace/
H A Dfasttrap_isa.c753 dtrace_probe(id->fti_probe->ftp_id,
1078 dtrace_probe(probe->ftp_id, rp->r_rdi,
1086 * call dtrace_probe() since it's only
1093 dtrace_probe(probe->ftp_id, rp->r_rdi,
1102 dtrace_probe(probe->ftp_id, t[0], t[1],
1136 dtrace_probe(probe->ftp_id, s1, s2,
1143 * call dtrace_probe() since it's only
1150 dtrace_probe(probe->ftp_id, s0, s1,
1158 dtrace_probe(probe->ftp_id, t[0], t[1],
1814 * that it appears to dtrace_probe() tha
[all...]
/netbsd-current/external/cddl/osnet/dev/systrace/
H A Dsystrace.c267 dtrace_probe(id, uargs[0], uargs[1], uargs[2], uargs[3], uargs[4]);
293 dtrace_probe(id, uargs[0], uargs[1], uargs[2], uargs[3], uargs[4]);
/netbsd-current/external/cddl/osnet/dev/fbt/arm/
H A Dfbt_isa.c96 dtrace_probe(fbt->fbtp_id, frame->tf_r0,
102 dtrace_probe(fbt->fbtp_id, fbt->fbtp_roffset,
/netbsd-current/external/cddl/osnet/dev/fbt/mips/
H A Dfbt_isa.c75 dtrace_probe(fbt->fbtp_id, frame->tf_regs[_R_A0],
/netbsd-current/external/cddl/osnet/dev/dtrace/mips/
H A Ddtrace_subr.c266 dtrace_probe(dtrace_probeid_error, (uint64_t)(uintptr_t)state,
/netbsd-current/external/cddl/osnet/dev/dtrace/aarch64/
H A Ddtrace_subr.c252 dtrace_probe(dtrace_probeid_error, (uint64_t)(uintptr_t)state,
/netbsd-current/external/cddl/osnet/dev/fbt/aarch64/
H A Dfbt_isa.c60 * How many artificial frames appear between dtrace_probe and the
83 dtrace_probe(fbt->fbtp_id, frame->tf_regs.r_reg[0],
/netbsd-current/external/cddl/osnet/dev/dtrace/amd64/
H A Ddtrace_asm.S339 call dtrace_probe
/netbsd-current/external/cddl/osnet/dev/dtrace/i386/
H A Ddtrace_asm.S361 call dtrace_probe
/netbsd-current/external/cddl/osnet/dev/sdt/
H A Dsdt.c590 sdt_probe_func = dtrace_probe;
601 sdt_init(dtrace_probe);
/netbsd-current/external/cddl/osnet/dev/dtrace/arm/
H A Ddtrace_subr.c253 dtrace_probe(dtrace_probeid_error, (uint64_t)(uintptr_t)state,
/netbsd-current/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c7219 * thread calls panic() from dtrace_probe(), and that panic() is
7524 dtrace_probe(dtrace_id_t id, uintptr_t arg0, uintptr_t arg1,
8166 * Before recursing on dtrace_probe(), we
8915 * dtrace_probe() itself (found above).
12297 * interrupts serializes the execution with any execution of dtrace_probe() on
15561 dtrace_probe(dtrace_probeid_begin,
15654 * other CPU in dtrace_buffer_reserve(). This allows dtrace_probe()
15673 dtrace_probe(dtrace_probeid_end,

Completed in 401 milliseconds