| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OSSL_trace_enabled.pod | 52 If tracing is enabled (see L</NOTES> below), these functions are used to 53 generate free text tracing output. 55 The tracing output is divided into types which are enabled 57 The tracing types are described in detail in 70 tracing code both channel types are effectively indistinguishable. 82 The tracing code normally does not call OSSL_trace_{begin,end}() directly, 88 OSSL_trace_enabled() can be used to check if tracing for the given 91 OSSL_trace_begin() is used to starts a tracing section, and get the 95 OSSL_trace_end() is used to end a tracing section. 97 Using OSSL_trace_begin() and OSSL_trace_end() to wrap tracing sections [all …]
|
| H A D | OSSL_trace_set_channel.pod | 32 to which the application can write the tracing output for this category. 37 For the tracing code, both trace channel types are indistinguishable. 50 tracing output. 54 tracing prefixes, consider setting a callback with 71 OSSL_trace_set_callback() with NULL for I<cb> disables tracing for 127 exit from C<main()>, and any tracing output done during this cleanup 128 will be lost if the tracing channel or callback were cleaned away 309 By default, the OpenSSL library is built with tracing disabled. To 310 use the tracing functionality documented here, it is therefore 313 When the library is built with tracing disabled, the macro
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/ |
| H A D | Guide | 56 Java/ Scripts for tracing Java 57 JavaScript/ Scripts for tracing JavaScript 67 Perl/ Scripts for tracing Perl 68 Php/ Scripts for tracing Php 70 Python/ Scripts for tracing Python 71 Ruby/ Scripts for tracing Ruby 72 Shell/ Scripts for tracing Shell languages 75 Tcl/ Scripts for tracing Tcl
|
| H A D | README | 56 Java/ Scripts for tracing Java 57 JavaScript/ Scripts for tracing JavaScript 67 Perl/ Scripts for tracing Perl 68 Php/ Scripts for tracing Php 70 Python/ Scripts for tracing Python 71 Ruby/ Scripts for tracing Ruby 72 Shell/ Scripts for tracing Shell languages 75 Tcl/ Scripts for tracing Tcl
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-range-trace.h | 37 inline void enable_trace () { tracing = true; } in enable_trace() 38 inline void disable_trace () { tracing = false; } in disable_trace() 47 bool tracing; variable 57 if (tracing) in header()
|
| H A D | gimple-range-trace.cc | 55 tracing = false; in range_tracer() 107 gcc_checking_assert (tracing && counter != 0); in trailer()
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/ |
| H A D | Contents | 51 fsrw.d file system read/write event tracing 52 fspaging.d file system read/write and paging tracing 57 j_*.d 18 scripts for tracing Java using the hotspot provider 89 wpm.d words per minute tracing 104 pl_*.d 12 scripts for tracing Perl 106 php_*.d 12 scripts for tracing Php 137 py_*.d 14 scripts for tracing Python 139 sh_*.d 15 scripts for tracing the Bourne shell 146 tcl_*.d 15 scripts for tracing Tcl
|
| H A D | Index | 51 fsrw.d file system read/write event tracing 52 fspaging.d file system read/write and paging tracing 57 j_*.d 18 scripts for tracing Java using the hotspot provider 89 wpm.d words per minute tracing 104 pl_*.d 12 scripts for tracing Perl 106 php_*.d 12 scripts for tracing Php 137 py_*.d 14 scripts for tracing Python 139 sh_*.d 15 scripts for tracing the Bourne shell 146 tcl_*.d 15 scripts for tracing Tcl
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Notes/ |
| H A D | ALLoverhead.txt | 17 events that it is tracing. 24 overhead will start to be significant. If you are tracing kernel events, 25 then perhaps this could be 10% per CPU. If you are tracing user land 73 When they are significant (due to frequent events), and you are tracing 91 When the script is not tracing extreamly frequent events. 93 Also, when you are in development and tracing events for troubleshooting
|
| H A D | ALLjava_notes.txt | 22 tracing such frequent events at all - is there another way to get the same 24 technique (sampling) than most of the other Java scripts (tracing).
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/ |
| H A D | ALLoverhead.txt | 17 events that it is tracing. 24 overhead will start to be significant. If you are tracing kernel events, 25 then perhaps this could be 10% per CPU. If you are tracing user land 73 When they are significant (due to frequent events), and you are tracing 91 When the script is not tracing extreamly frequent events. 93 Also, when you are in development and tracing events for troubleshooting
|
| H A D | ALLjava_notes.txt | 22 tracing such frequent events at all - is there another way to get the same 24 technique (sampling) than most of the other Java scripts (tracing).
|
| /netbsd-src/tests/bin/sh/ |
| H A D | t_option.sh | 807 atf_fail "T8: -X tracing missing printf" 809 atf_fail "T8: -X tracing missing fn1" 811 atf_fail "T8: -X tracing missing set -X from in fn1" 813 atf_fail "T8: -X tracing missing echo after fn1 redirect" 815 atf_fail "T8: -X tracing included 'say' after fn2 +X" 817 atf_fail "T8: -X fn tracing included 'say' after fn2 +X"
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dscope.d | 434 if (ts && !(ts.att & AliasThisRec.tracing)) in checkAliasThis() 436 ts.att = cast(AliasThisRec)(ts.att | AliasThisRec.tracing); in checkAliasThis() 438 ts.att = cast(AliasThisRec)(ts.att & ~AliasThisRec.tracing); in checkAliasThis() 440 else if(tc && !(tc.att & AliasThisRec.tracing)) in checkAliasThis() 442 tc.att = cast(AliasThisRec)(tc.att | AliasThisRec.tracing); in checkAliasThis() 444 tc.att = cast(AliasThisRec)(tc.att & ~AliasThisRec.tracing); in checkAliasThis()
|
| /netbsd-src/sys/arch/m68k/060sp/ |
| H A D | inetbsd.S | 91 tstb %sp@ |# is tracing enabled? 132 tstb %sp@ |# is tracing enabled?
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| H A D | xray_trampoline_arm.S | 30 @ r1=0 means that we are tracing an entry event 61 @ 1 means that we are tracing an exit event 91 @ r1=2 means that we are tracing a tail exit event
|
| /netbsd-src/usr.sbin/timed/timedc/ |
| H A D | timedc-extern.h | 46 void tracing(int, char *[]);
|
| H A D | cmdtab.c | 56 { "trace", tracinghelp, tracing },
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 239 CODEGENOPT(SanitizeCoverageTraceBB, 1, 0) ///< Enable basic block tracing in 241 CODEGENOPT(SanitizeCoverageTraceCmp, 1, 0) ///< Enable cmp instruction tracing 243 CODEGENOPT(SanitizeCoverageTraceDiv, 1, 0) ///< Enable div instruction tracing 245 CODEGENOPT(SanitizeCoverageTraceGep, 1, 0) ///< Enable GEP instruction tracing 249 CODEGENOPT(SanitizeCoverageTracePC, 1, 0) ///< Enable PC tracing 251 CODEGENOPT(SanitizeCoverageTracePCGuard, 1, 0) ///< Enable PC tracing with guard 257 CODEGENOPT(SanitizeCoverageStackDepth, 1, 0) ///< Enable max stack depth tracing
|
| /netbsd-src/sys/arch/m68k/060sp/dist/ |
| H A D | iskeletn.s | 89 tst.b (%sp) # is tracing enabled? 121 # no action associated with the "chk" exception. If tracing is enabled, 127 tst.b (%sp) # is tracing enabled?
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | icmpstat_example.txt | 27 The icmpstat.d is a simple demonstration of tracing ICMP activity. It may
|
| H A D | php_funccalls_example.txt | 15 While tracing, func_a() from the program "func_abc.php" was executed once,
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | icmpstat_example.txt | 27 The icmpstat.d is a simple demonstration of tracing ICMP activity. It may
|
| H A D | php_funccalls_example.txt | 15 While tracing, func_a() from the program "func_abc.php" was executed once,
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/doc/ |
| H A D | gp-collect-app.texi | 83 (PC) sampling, hardware event counters and various tracing options are 312 Enable synchronization wait tracing, where @var{<option>} is used to define the 313 specifics of the tracing (on, off, @var{<threshold>}, or all). The API is 323 Disable (off), or enable (on) heap tracing. The default is @samp{-H off}. 330 Disable (off), or enable (on) I/O tracing. The default is @samp{-i off}.
|