Searched refs:dtrace (Results 501 - 525 of 554) sorted by relevance

<<212223

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_rawfile.c46 #include <sys/dtrace.h>
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c28 #include <dtrace.h>
487 fatal("cannot open dtrace library: %s\n",
/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddwrapper.c28 #include <dtrace.h>
36 static dtrace_hdl_t *g_dtp = NULL; /* dtrace handle */
47 * Get an integer value from dtrace record.
410 lt_display_error("Cannot open dtrace library: %s\n",
562 * Walk through dtrace aggregator and collect data for latencytop to display.
588 * dtrace clean up.
/illumos-gate/usr/src/uts/common/dtrace/
H A Dprofile.c40 #include <sys/dtrace.h>
/illumos-gate/usr/src/uts/sun4/os/
H A Dmp_startup.c38 #include <sys/dtrace.h>
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dsdt.c32 #include <sys/dtrace.h>
H A Dfasttrap_isa.c29 #include <sys/dtrace.h>
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dsdt.c33 #include <sys/dtrace.h>
H A Ddtrace_asm.s260 testq $CPU_DTRACE_BADADDR, (%rcx) /* load and test dtrace flags */
295 testl $CPU_DTRACE_BADADDR, (%eax) / load and test dtrace flags
H A Dfbt.c28 #include <sys/dtrace.h>
162 * Employees of dtrace and their families are ineligible. Void
165 if (strcmp(modname, "dtrace") == 0)
174 if (strcmp(list->modl_modp->mod_modname, "dtrace") == 0)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java27 import org.opensolaris.os.dtrace.*;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtimestamp.c45 #include <sys/dtrace.h>
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace_impl.h46 * purpose except those expressly outlined in dtrace(7D) and libdtrace(3LIB).
50 #include <sys/dtrace.h>
843 * consumer (see "DTrace Helpers", below). As described in <sys/dtrace.h>,
999 * A description of the helper architecture may be found in <sys/dtrace.h>.
1201 * properties in the dtrace.conf file. If there is an anonymous enabling, a
1204 * option. As long as an anonymous DTrace enabling exists, dtrace(7D) will
/illumos-gate/usr/src/cmd/
H A DMakefile134 dtrace \
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvscan.d1 #!/usr/sbin/dtrace -s
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java28 package org.opensolaris.os.dtrace;
/illumos-gate/usr/src/uts/common/disp/
H A Dcpucaps.c33 #include <sys/dtrace.h>
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara2.c53 #include <sys/dtrace.h>
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s45 #include <sys/dtrace.h>
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c43 #include <sys/dtrace.h>
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_impl.h39 #include <dtrace.h>
272 uint_t dt_oflags; /* dtrace open-time options (see dtrace.h) */
273 uint_t dt_cflags; /* dtrace compile-time options (see dtrace.h) */
274 uint_t dt_dflags; /* dtrace link-time options (see dtrace.h) */
275 uint_t dt_prcmode; /* dtrace process create mode (see dt_proc.h) */
276 uint_t dt_linkmode; /* dtrace symbol linking mode (see below) */
277 uint_t dt_linktype; /* dtrace lin
[all...]
H A Ddt_provider.c46 #include <dtrace.h>
229 * If a probe was discovered from the kernel, ask dtrace(7D) for a description
368 * ask dtrace(7D) to match the description and then cache any useful results.
395 * to ask dtrace(7D) to find the first matching probe.
772 * If we matched a probe exported by dtrace(7D), then discover
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c43 #include <dtrace.h>
87 "dtrace(1M)-like output for in-kernel DTrace data. (The "
1011 dtrace(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
1053 mdb_warn("failed to initialize dtrace: %s\n",
1070 mdb_warn("failed to initialize dtrace: %s\n",
1652 "Addresses in ADDR column may be provided to ::dtrace to obtain\n"
1653 "dtrace(1M)-like output for in-kernel DTrace data.\n");
2385 mdb_warn("failed to read dtrace state pointer at %p", addr);
2624 /* Is this the dtrace device? */
2757 { "dtrace", "
[all...]
H A Ddof.c30 #include <dtrace.h>
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c45 #include <sys/dtrace.h>

Completed in 112 milliseconds

<<212223