/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_trace_enabled.pod | 11 - OpenSSL Tracing API 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 62 Tracing for a specific category is enabled if a so called 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 start a tracing section, [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 307 =head2 Configure Tracing 309 By default, the OpenSSL library is built with tracing disabled. To 310 use the tracing functionality documented here, it is therefore [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | OSSL_trace_enabled.3 | 146 \&\- OpenSSL Tracing API 185 If tracing is enabled (see \*(L"\s-1NOTES\*(R"\s0 below), these functions are used to 186 generate free text tracing output. 188 The tracing output is divided into types which are enabled 190 The tracing types are described in detail in 195 Tracing for a specific category is enabled if a so called 203 tracing code both channel types are effectively indistinguishable. 215 The tracing code normally does not call OSSL_trace_{begin,end}() directly, 219 \&\fBOSSL_trace_enabled()\fR can be used to check if tracing for the given 222 \&\fBOSSL_trace_begin()\fR is used to starts a tracing section, and get the [all …]
|
H A D | OSSL_trace_set_channel.3 | 165 to which the application can write the tracing output for this category. 170 For the tracing code, both trace channel types are indistinguishable. 182 tracing output. 186 tracing prefixes, consider setting a callback with 203 \&\fBOSSL_trace_set_callback()\fR with \s-1NULL\s0 for \fIcb\fR disables tracing for 246 exit from \f(CW\*(C`main()\*(C'\fR, and any tracing output done during this cleanup 247 will be lost if the tracing channel or callback were cleaned away 414 .SS "Configure Tracing" 415 .IX Subsection "Configure Tracing" 416 By default, the OpenSSL library is built with tracing disabled. To [all …]
|
/freebsd/share/man/man4/ |
H A D | kcov.4 | 65 The thread then enables coverage tracing, with coverage data being written by 67 When tracing is disabled, the kernel relinquishes its access to the shared 74 The state of the tracing buffer can be reset by writing the value 0 to this 76 The record layout depends on the tracing mode set using the 80 Two tracing modes are implemented, 84 PC-tracing records a program counter value for each basic block executed while 85 tracing is enabled. 88 Comparison tracing provides information about data flow; information about 130 Set the size of the tracing buffer in units of 139 Enable coverage tracing for the calling thread. [all …]
|
H A D | tslog.4 | 31 .Nd Boot-time event tracing facility 33 To compile this boot-time event tracing facility into the kernel, 40 is a boot-time event tracing facility. 41 It is suitable for tracing recursive events 102 Support for tracing boot loaders and userland process
|
/freebsd/lib/libsys/ |
H A D | ptrace.2 | 9 .Nd process tracing and debugging 21 provides tracing and debugging facilities. 24 .Em tracing 30 The tracing process must first attach to the traced process, and then 35 For the duration of the tracing session, the traced process will be 38 changed to the tracing process. 39 It is permissible for a tracing process to attach to more than one 41 When the tracing process has completed its work, it must detach the 42 traced process; if a tracing process exits without first detaching all 50 The tracing process is expected to notice this via [all …]
|
H A D | ktrace.2 | 33 .Nd process tracing 46 system call enables or disables tracing of one or more processes. 53 gives the pathname of the file to be used for tracing. 58 If tracing points are being disabled (see KTROP_CLEAR below), 71 .It KTROP_CLEARFILE Ta "Stop all tracing." 72 .It KTRFLAG_DESCEND Ta "The tracing change should apply to the" 97 .It KTRFAC_INHERIT Ta "Inherit tracing to future children." 100 Each tracing event outputs a record composed of a generic header 186 A thread may be unable to log one or more tracing events due to a 188 This condition is remembered by the kernel, and the next tracing request
|
/freebsd/usr.bin/ktrace/ |
H A D | ktrace.1 | 33 .Nd enable kernel process tracing 60 Once tracing is enabled on a process, trace data will be logged until 63 It is strongly suggested that users memorize how to disable tracing before 65 The following command is sufficient to disable tracing on all user-owned 83 Disable tracing on all user-owned processes, and, if executed by root, all 99 Enable (disable) tracing on all processes in the process group (only one 109 Enable (disable) tracing on the indicated process id (only one 169 .Sh CAPABILITY VIOLATION TRACING 195 Disable all tracing of process 65: 198 Disable tracing signals on process 70 and all current children: [all …]
|
/freebsd/share/man/man8/ |
H A D | debug.sh.8 | 48 run-time tracing of complicated shell scripts. 51 turns tracing on if any 57 It turns tracing off if 66 that caused tracing to be enabled, or 79 option is present, tracing is turned off unless there 84 turns tracing on if any 110 returns true if tracing is enabled. 156 and if that does not turn tracing on, 181 If a function turns tracing on, ksh turns it off when the
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_trace.3x | 114 \fBcurses_trace\fP, which selectively enables different tracing features, and 131 If tracing is available, 138 If the file already exists, no tracing is done. 140 If tracing is not available, \fBcurses_trace\fP returns zero (0). 147 turn off tracing by passing a zero parameter. 151 so that it can resume tracing later if a nonzero parameter is passed 202 Some tracing features are enabled whenever the \fBcurses_trace\fP parameter 222 If \fI\%ncurses\fP is built without tracing, 231 functions to enable the tracing feature as if 265 The SVr4 tracing feature is undocumented. [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.TraceFunctions | 47 * 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 D | man.TraceModule | 31 * Tracing a module using the -m option. 67 * 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 D | man.TraceNames | 71 * 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. 128 * RESULT: Tracing of BEGIN function but no message FOUND.
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | zstd_trace.h | 43 /* Only enable tracing when weak symbols are available. */ 104 * A tracing context. It must be 0 when tracing is disabled. 105 * Otherwise, any non-zero value returned by a tracing begin() 108 * Any non-zero value is treated as tracing is enabled and not 123 * @returns Non-zero if tracing is enabled. The return value is 132 * @param trace The zstd tracing info. 142 * @returns Non-zero if tracing is enabled. The return value is 151 * @param trace The zstd tracing info.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | TraceGDBRemotePackets.h | 44 /// Tracing technology name, e.g. intel-pt, arm-coresight. 47 /// If \a std::nullopt, then this starts tracing the whole process. Otherwise, 48 /// only tracing for the specified threads is enabled. 52 /// \b true if \a tids is \a std::nullopt, i.e. whole process tracing. 73 /// Tracing technology name, e.g. intel-pt, arm-coresight. 75 /// If \a std::nullopt, then this stops tracing the whole process. Otherwise, 76 /// only tracing for the specified threads is stopped. 89 /// Tracing technology name, e.g. intel-pt, arm-coresight. 150 /// Tracing technology name, e.g. intel-pt, arm-coresight.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBTrace.h | 68 /// Start tracing all current and future threads in a live process using a 69 /// provided configuration. This is referred as "process tracing" in the 92 /// Start tracing a specific thread in a live process using a provided 93 /// configuration. This is referred as "thread tracing" in the documentation. 97 /// If the thread is already being traced by a "process tracing" operation, 112 /// Stop tracing all threads in a live process. 114 /// If a "process tracing" operation is active, e.g. \a SBTrace::Start(const 124 /// Stop tracing a specific thread in a live process regardless of whether the 125 /// thread was traced explicitly or as part of a "process tracing" operation.
|
/freebsd/libexec/rc/ |
H A D | debug.sh | 24 # flexible run-time tracing of complicated shell scripts. 26 # DebugOn turns tracing on if any "tag" is found in "DEBUG_SH". 27 # It turns tracing off if "!tag" is found in "DEBUG_SH". 28 # It also sets "DEBUG_ON" to the "tag" that caused tracing to be 31 # If the '-o' flag is given, tracing is turned off unless there 39 # DebugOff turns tracing on if any "tag" matches "DEBUG_OFF" or 56 # Debugging returns true if tracing is enabled. 65 # Debug calls DebugOn and if that does not turn tracing on, it 78 # If a function turns tracing on, ksh turns it off when the 193 # Actually turn on tracing, set $DEBUG_ON=$match [all …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | trace.h | 72 * Enables tracing for the given |category| by providing a BIO sink 74 * trace channel is removed and tracing for the category is disabled. 93 * OSSL_trace_cb is the type tracing callback provided by the application. 113 * Enables tracing for the given |category| by creating an internal 116 * is removed and tracing for the category is disabled. 130 * Returns 1 if tracing for the specified category is enabled, otherwise 0 135 * Wrap a group of tracing output calls. OSSL_trace_begin() locks tracing and 137 * channel is associated with the category. OSSL_trace_end() unlocks tracing. 159 * When the tracing feature is disabled, these macros are defined to 230 * OSSL_TRACE_ENABLED() - Check whether tracing is enabled for |category|
|
/freebsd/sys/kern/ |
H A D | kern_boottrace.c | 48 static MALLOC_DEFINE(M_BOOTTRACE, "boottrace", "memory for boot tracing"); 79 /* Boot-time tracing */ 82 /* Run-time tracing */ 85 /* Shutdown-time tracing */ 88 /* Set when system boot is complete, and we've switched to runtime tracing. */ 134 "Reset run-time tracing table"); 142 "Boot-time and shutdown-time tracing enabled"); 150 "Enable kernel shutdown tracing to the console"); 159 "Tracing threshold (ms) below which tracing is ignored"); 163 "Boot-time tracing table size"); [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/ |
H A D | dtrace.1 | 28 .Nd dynamic tracing compiler and tracing utility 53 DTrace is a comprehensive dynamic tracing framework ported from Solaris. 72 Options that generate anonymous tracing programs 76 Options that modify DTrace tracing and buffering behavior and enable 137 Claim anonymous tracing state and display the traced data. 144 to exit immediately after consuming the anonymous tracing state rather than 147 Generate directives for anonymous tracing and write them to 150 the specified probes for anonymous tracing and then exits. 222 Exit after compiling any requests and consuming anonymous tracing state 227 option to print anonymous tracing data and exit. [all …]
|
/freebsd/sys/sys/ |
H A D | ktr_class.h | 41 * can map their internal tracing to the general class when they wish to 42 * have tracing enabled and map it to 0 when they don't. 50 #define KTR_PMAP 0x00000040 /* Pmap tracing */ 51 #define KTR_MALLOC 0x00000080 /* Malloc tracing */ 53 #define KTR_INTR 0x00000200 /* Interrupt tracing */
|
/freebsd/sbin/routed/rtquery/ |
H A D | rtquery.8 | 73 utility is also used to turn tracing on or off in 100 changes tracing, where 110 turns tracing on into the specified file. 117 turns off tracing.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Trace.h | 44 /// In order to support live tracing, the name of the plug-in should match the 45 /// name of the tracing type returned by the gdb-remote packet 129 /// doesn't match any registered plug-ins or tracing couldn't be 206 /// Start tracing a live process. 218 /// Start tracing live threads. 235 /// Stop tracing live threads. 238 /// The threads to stop tracing on. 245 /// Stop tracing all current and future threads of a live process. 248 /// The information determining which threads or process to stop tracing. 485 /// Start tracing [all...] |
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_insn_decoder.c | 75 /* Indicate whether tracing is disabled or enabled. in pt_insn_status() 201 /* We're not generating tick events if tracing is disabled. */ in pt_insn_tick() 318 * indicate things like tracing disable or trace stop in the preceding in pt_insn_start() 682 * We might otherwise disable tracing too early. in pt_insn_at_disabled_event() 782 /* There's nothing to do if tracing got disabled. */ in pt_insn_proceed_postponed() 803 * - we do not set pts_ip_suppressed since tracing must be enabled 851 * Let's determine the IP at which we expect tracing to resume. in pt_insn_check_insn_event() 1173 * and must wait until the next iteration - as long as tracing in pt_insn_check_ip_event() 1176 * When tracing is disabled, we forward all ptwrite events in pt_insn_check_ip_event() 1299 /* Tracing must be enabled. in pt_insn_next() [all …]
|