Searched refs:dtrace (Results 526 - 550 of 554) sorted by relevance

<<212223

/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c27 #include <sys/dtrace.h>
H A Dcpupm_mach.c43 #include <sys/dtrace.h>
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java26 package org.opensolaris.os.dtrace;
130 // Cannot be static because the necessary dtrace handle is specific
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dexception.s48 #include <sys/dtrace.h>
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c112 #include <sys/dtrace.h>
H A Dmp_startup.c66 #include <sys/dtrace.h>
/illumos-gate/usr/src/man/man1m/
H A DMakefile117 dtrace.1m \
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c70 #include <sys/dtrace.h>
H A Dfio.c59 #include <sys/dtrace.h>
H A Dfork.c74 #include <sys/dtrace.h>
H A Dexec.c66 #include <sys/dtrace.h>
H A Dsig.c61 #include <sys/dtrace.h>
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com1090 # As a favor to the dtrace syscall provider, libc still calls the
1148 $(DTRACEOBJS:%.o=$(SRC)/common/dtrace/%.c) \
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c35 #include <dtrace.h>
105 "* The following forceload directives were added by dtrace(1M) to allow for",
109 "* \"dtrace -A\" without additional arguments. See the \"Anonymous Tracing\"",
145 "\t-G generate an ELF file containing embedded dtrace program\n"
428 (void) snprintf(tmpname, sz, "%s.dtrace.%d", fname, getpid());
475 mods[nmods++] = "dtrace";
608 * storing in a driver.conf(4) file associated with the dtrace driver.
1343 fatal("failed to initialize dtrace: %s\n",
1609 * other modes, we will exit dtrace once mode-specific work is done.
1627 g_ofile = "/kernel/drv/dtrace
[all...]
/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c124 #include <sys/dtrace.h>
365 * from xdt dtrace probe (as `xdt_curdom, etc). It's ok for these
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c31 #include <sys/dtrace.h>
1737 panic("dtrace: illegal register constant");
1741 panic("dtrace: illegal register constant");
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c43 #include <dtrace.h>
1042 fail(0, "cannot open dtrace library: %s",
1403 dfail("failed to stop dtrace");
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c66 #include <sys/dtrace.h>
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile202 dtrace.h \
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c56 #include <sys/dtrace.h>
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c66 #include <sys/dtrace.h>
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c37 #include <sys/dtrace.h>
1019 * Employees of dtrace and their families are ineligible. Void
1022 if (strcmp(modname, "dtrace") == 0)
1031 if (strcmp(list->modl_modp->mod_modname, "dtrace") == 0)
/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c45 #include <sys/dtrace.h>
367 * enabled because of an execution of dtrace -l or something similar.
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com1120 # As a favor to the dtrace syscall provider, libc still calls the
1178 $(DTRACEOBJS:%.o=$(SRC)/common/dtrace/%.c) \
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c83 #include <sys/dtrace.h>

Completed in 357 milliseconds

<<212223