Home
last modified time | relevance | path

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

12

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinput.c99 if (tracing & INPUT_BIT) { in in_data()
106 if (tracing & INPUT_BIT) { in in_data()
115 if (tracing & INPUT_BIT) { in in_data()
144 if (tracing & INPUT_BIT) { in rip_input()
154 if (tracing & INPUT_BIT) { in rip_input()
164 if (tracing & INPUT_BIT) { in rip_input()
173 if (tracing & INPUT_BIT) { in rip_input()
218 if (tracing & INPUT_BIT) { in rip_input()
229 if (tracing & INPUT_BIT) { in rip_input()
251 if (tracing & INPUT_BIT) { in rip_input()
[all …]
H A Dtrace.h70 extern int tracing;
77 if (tracing & ACTION_BIT) \
82 if ((tracing & INPUT_BIT) && ((ifp) != NULL)) { \
92 if ((tracing & OUTPUT_BIT) && ((ifp) != NULL)) { \
H A Dmain.c106 tracing |= ACTION_BIT; in main()
114 tracing |= (INPUT_BIT | OUTPUT_BIT); in main()
137 } else if (tracing && !daemon) { in main()
139 } else if (tracing) { in main()
151 if (!tracing || (t != fileno(ftrace))) in main()
235 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.c45 int tracing; /* bitmask: */ variable
58 tracing = 0; in traceinit()
/titanic_44/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.TraceFunctions47 * RESULT: tracing of matching list of probes with function read.
55 * RESULT: tracing of matching list of probes with function read.
63 * RESULT: tracing of probes with module genunix and function read.
67 * RESULT: tracing of probes with provider sysinfo, module genunix
72 * RESULT: tracing of probes with provider sysinfo and function read.
84 * RESULT: tracing of both read and write probes.
101 * RESULT: tracing of probes with function read and with message FOUND
105 * RESULT: tracing of probes with function read and with message FOUND
113 * RESULT: tracing of probes with function read, name entry and with
H A Dman.TraceModule67 * RESULT: tracing of both genunix and unix probes.
84 * RESULT: tracing of all the probes matching provider fbt and module
89 * RESULT: tracing of all the probes matching module genunix with
94 * RESULT: tracing of all the probes matching module genunix with
112 * RESULT: tracing of all the probes matching module genunix,
H A Dman.TraceNames71 * RESULT: tracing of probes with provider sysinfo, module genunix
76 * RESULT: tracing of probes with module genunix
84 * RESULT: tracing of probes with function read.
88 * RESULT: tracing of probes with provider profile and name
93 * RESULT: tracing of both read and write probes.
H A Dman.TraceProvider61 * probe specifier for foofile and no tracing.
/titanic_44/usr/src/pkg/manifests/
H A Ddeveloper-apptrace.mf28 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.mf34 value="DTrace provider for tracing events in the xVM hypervisor"
48 desc="DTrace provider for tracing events in the xVM hypervisor" \
H A Ddeveloper-tnf.mf65 file path=usr/share/man/man3tnf/tracing.3tnf
/titanic_44/usr/src/lib/efcode/engine/
H A DMakefile.com30 alarm.o interactive.o framebuffer.o font.o fb8.o extend.o tracing.o \
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c153 int tracing = 0; in ql_el_msg() local
159 tracing = 1; in ql_el_msg()
218 if (tracing) { in ql_el_msg()
/titanic_44/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.c1112 Word tracing; in expand_paths() local
1114 tracing = LIST(clmp)->lm_flags & in expand_paths()
1125 if ((tkns & PD_FLG_DUPLICAT) && (tracing == 0) && in expand_paths()
H A Dmapfile-vers100 _environ; # PLT tracing getenv() support.
H A Danalyze.c408 Word tracing; in _relocate_lmc() local
420 tracing = 1; in _relocate_lmc()
422 tracing = 0; in _relocate_lmc()
447 if ((tracing == 0) || ((FLAGS1(rcp->r_dlmp) & in _relocate_lmc()
H A Delf.c837 Word tracing = (LIST(clmp)->lm_flags & local
840 if (tracing || DBG_ENABLED) {
846 if ((tracing & LML_FLG_TRC_UNREF) || DBG_ENABLED) {
/titanic_44/usr/src/man/man3tnf/
H A DMakefile37 tracing.3tnf
/titanic_44/usr/src/lib/libpp/common/
H A Dpplib.h411 #define message(x) do { if (tracing) error x; } while (0)
417 #define debug(x) do { if (tracing) error x; } while (0)
455 #define tracing (error_info.trace<0) macro
/titanic_44/usr/src/uts/common/os/
H A Dsig.c162 !tracing(p, sig) && /* and no /proc tracing */ in sig_discardable()
482 (tracing(p, sig) || in issig_justlooking()
693 if (tracing(p, sig) || in issig_forreal()
707 if (tracing(p, sig) || in issig_forreal()
761 if (tracing(p, sig)) in issig_forreal()
2708 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.
/titanic_44/usr/src/lib/libslp/etc/
H A Dslp.conf.example70 # By default, all tracing and logging is disabled.
/titanic_44/usr/src/uts/common/sys/
H A Dproc.h516 #define tracing(p, sig) (sigismember(&(p)->p_sigmask, sig)) macro

12