Home
last modified time | relevance | path

Searched refs:tracing (Results 1 – 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinput.c97 if (tracing & INPUT_BIT) { in in_data()
104 if (tracing & INPUT_BIT) { in in_data()
113 if (tracing & INPUT_BIT) { in in_data()
142 if (tracing & INPUT_BIT) { in rip_input()
152 if (tracing & INPUT_BIT) { in rip_input()
162 if (tracing & INPUT_BIT) { in rip_input()
171 if (tracing & INPUT_BIT) { in rip_input()
249 if (tracing & INPUT_BIT) { in rip_input()
272 if (tracing & INPUT_BIT) { in rip_input()
282 if (tracing & INPUT_BIT) { in rip_input()
[all …]
H A Dtrace.h68 extern int tracing;
75 if (tracing & ACTION_BIT) \
80 if ((tracing & INPUT_BIT) && ((ifp) != NULL)) { \
90 if ((tracing & OUTPUT_BIT) && ((ifp) != NULL)) { \
H A Dmain.c104 tracing |= ACTION_BIT; in main()
112 tracing |= (INPUT_BIT | OUTPUT_BIT); in main()
135 } else if (tracing && !daemon) { in main()
137 } else if (tracing) { in main()
149 if (!tracing || (t != fileno(ftrace))) in main()
233 if (tracing & ACTION_BIT) { in main()
H A Doutput.c56 if (tracing & OUTPUT_BIT) { in supplyall()
95 if (tracing & OUTPUT_BIT) { in solicitall()
H A Dtrace.c43 int tracing; /* bitmask: */ variable
56 tracing = 0; in traceinit()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.TraceFunctions45 * RESULT: tracing of matching list of probes with function read.
53 * RESULT: tracing of matching list of probes with function read.
61 * RESULT: tracing of probes with module genunix and function read.
65 * RESULT: tracing of probes with provider sysinfo, module genunix
70 * RESULT: tracing of probes with provider sysinfo and function read.
82 * RESULT: tracing of both read and write probes.
99 * RESULT: tracing of probes with function read and with message FOUND
103 * RESULT: tracing of probes with function read and with message FOUND
111 * RESULT: tracing of probes with function read, name entry and with
H A Dman.TraceModule65 * RESULT: tracing of both genunix and unix probes.
82 * RESULT: tracing of all the probes matching provider fbt and module
87 * RESULT: tracing of all the probes matching module genunix with
92 * RESULT: tracing of all the probes matching module genunix with
110 * RESULT: tracing of all the probes matching module genunix,
H A Dman.TraceNames69 * RESULT: tracing of probes with provider sysinfo, module genunix
74 * RESULT: tracing of probes with module genunix
82 * RESULT: tracing of probes with function read.
86 * RESULT: tracing of probes with provider profile and name
91 * RESULT: tracing of both read and write probes.
H A Dman.TraceProvider59 * probe specifier for foofile and no tracing.
/illumos-gate/usr/src/pkg/manifests/
H A Ddeveloper-apptrace.p5m29 value="Apptrace utility for application tracing, including shared objects"
45 desc="Apptrace utility for application tracing, including shared objects" \
H A Dsystem-kernel-dtrace-providers-xdt.p5m35 value="DTrace provider for tracing events in the xVM hypervisor"
48 desc="DTrace provider for tracing events in the xVM hypervisor" \
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dctiutils.shlib71 # The cti_pathtrace() and cti_checkpath() are used in path tracing.
73 # checks the path tracing and registers a PASS result if
88 # like cti_runexpect() except that it is written with path tracing
91 # like cti_runexpect() except that it is written with path tracing
352 # cti_checkpath() - check path tracing and register a PASS result.
366 cti_unresolved "Path tracing error: path counter $pathok," \
803 # except that this is written with path tracing and is designed to do the
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c250 Word tracing = lml->lm_flags & LML_FLG_TRC_ENABLE; in visit() local
282 if (tracing && (aplist_append(&alp, tlmp, in visit()
295 if (tracing && (aplist_append(&sort->s_scc, alp, in visit()
H A Dpaths.c1113 Word tracing; in expand_paths() local
1115 tracing = LIST(clmp)->lm_flags & in expand_paths()
1126 if ((tkns & PD_FLG_DUPLICAT) && (tracing == 0) && in expand_paths()
H A Dmapfile-vers127 # PLT tracing getenv() support.
H A Danalyze.c407 Word tracing; in _relocate_lmc() local
419 tracing = 1; in _relocate_lmc()
421 tracing = 0; in _relocate_lmc()
446 if ((tracing == 0) || ((FLAGS1(rcp->r_dlmp) & in _relocate_lmc()
H A Delf.c811 Word tracing = (LIST(clmp)->lm_flags & local
814 if (tracing || DBG_ENABLED) {
820 if ((tracing & LML_FLG_TRC_UNREF) || DBG_ENABLED) {
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h413 #define message(x) do { if (tracing) error x; } while (0)
419 #define debug(x) do { if (tracing) error x; } while (0)
447 #define tracing (error_info.trace<0) macro
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c169 !tracing(p, sig) && /* and no /proc tracing */ in sig_discardable()
498 (tracing(p, sig) || in issig_justlooking()
709 if (tracing(p, sig) || in issig_forreal()
723 if (tracing(p, sig) || in issig_forreal()
777 if (tracing(p, sig)) in issig_forreal()
2724 if (tracing(p, SIGPROF) || pr_watch_active(p) || in realsigprof()
H A Dpriv_defs61 Allows DTrace kernel-level tracing.
65 Allows DTrace process-level tracing.
66 Allows process-level tracing probes to be placed and enabled in
71 Allows DTrace user-level tracing.
/illumos-gate/usr/src/lib/libslp/etc/
H A Dslp.conf.example69 # By default, all tracing and logging is disabled.
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h536 #define tracing(p, sig) (sigismember(&(p)->p_sigmask, sig)) macro
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S508 andl $~(PSL_I|PSL_T|PSL_AC),%ebx # Disable interrupts, tracing,
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE93248 when tracing was enabled for subscripts using ++ or --
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE57 12-01-18 malloc.c: disable multiple regions for tracing or !vmbest or ASO_SIGNAL
121 10-11-16 vmalloc.h: add VMFL tracing to vmstrdup()
759 ast.h: VMDEBUG or _BLD_DEBUG enable <vmalloc.h> and VMFL tracing

12