| /openbsd/src/sys/ddb/ |
| D | db_output.c | 229 struct cpu_info *tracing, *ci = curcpu(); in db_stack_dump() local 231 tracing = atomic_cas_ptr(&intrace, NULL, ci); in db_stack_dump() 232 if (tracing != NULL) { in db_stack_dump() 233 if (tracing == ci) in db_stack_dump()
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | DirectXUsage.rst | 58 ``raygeneration`` Ray generation (ray tracing) 59 ``intersection`` Ray intersection (ray tracing) 60 ``anyhit`` Ray any collision (ray tracing) 61 ``closesthit`` Ray closest collision (ray tracing) 62 ``miss`` Ray miss (ray tracing) 63 ``callable`` Callable shader (ray tracing)
|
| D | XRay.rst | 14 XRay is a function call tracing system which combines compiler-inserted 28 - A runtime library for enabling/disabling tracing at runtime. 217 tracing applications from start to end.
|
| D | XRayFDRFormat.rst | 272 If the tracing detects that the execution has switched CPUs or if this is the 333 record tracing info for RPCs or similarly trace data that is application
|
| D | XRayExample.rst | 272 From a Chrome browser, navigating to ``chrome:///tracing`` allows us to load
|
| /openbsd/src/usr.sbin/smtpd/ |
| D | smtpd.c | 476 tracing = 0; in main() 527 tracing |= TRACE_IMSG; in main() 529 tracing |= TRACE_IO; in main() 531 tracing |= TRACE_SMTP; in main() 533 tracing |= TRACE_FILTERS; in main() 536 tracing |= TRACE_MTA; in main() 539 tracing |= TRACE_BOUNCE; in main() 541 tracing |= TRACE_SCHEDULER; in main() 543 tracing |= TRACE_LOOKUP; in main() 546 tracing |= TRACE_STAT; in main() [all …]
|
| D | control.c | 490 tracing |= v; in control_dispatch_ext() 491 log_trace_verbose(tracing); in control_dispatch_ext() 493 control_broadcast_verbose(IMSG_CTL_VERBOSE, tracing); in control_dispatch_ext() 506 tracing &= ~v; in control_dispatch_ext() 507 log_trace_verbose(tracing); in control_dispatch_ext() 509 control_broadcast_verbose(IMSG_CTL_VERBOSE, tracing); in control_dispatch_ext()
|
| D | util.c | 43 int tracing = 0; variable 848 tracing = v; in log_trace_verbose()
|
| D | scheduler_ramqueue.c | 246 if (tracing & TRACE_SCHEDULER) in scheduler_ram_commit() 251 if (tracing & TRACE_SCHEDULER) in scheduler_ram_commit() 472 if (tracing & TRACE_SCHEDULER) in scheduler_ram_batch()
|
| D | smtpd.h | 1003 extern int tracing; 1730 #define log_trace(m, ...) do { if (tracing & (m)) log_trace0(__VA_ARGS__); } while (0)
|
| D | lka.c | 289 if (tracing & TRACE_TABLES) in lka_imsg()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/xray/ |
| D | xray_trampoline_arm.S | 31 @ r1=0 means that we are tracing an entry event 63 @ 1 means that we are tracing an exit event 94 @ r1=2 means that we are tracing a tail exit event
|
| /openbsd/src/gnu/llvm/lldb/docs/use/ |
| D | intel_pt.rst | 8 tracing of all the instructions executed by a process. 63 When you are debugging a process, you can turn on intel-pt tracing, 75 > process trace start # start tracing on all threads, including future ones 138 What if you are debugging + tracing a process that crashes?
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | CodeGenOptions.def | 266 CODEGENOPT(SanitizeCoverageTraceBB, 1, 0) ///< Enable basic block tracing in 268 CODEGENOPT(SanitizeCoverageTraceCmp, 1, 0) ///< Enable cmp instruction tracing 270 CODEGENOPT(SanitizeCoverageTraceDiv, 1, 0) ///< Enable div instruction tracing 272 CODEGENOPT(SanitizeCoverageTraceGep, 1, 0) ///< Enable GEP instruction tracing 276 CODEGENOPT(SanitizeCoverageTracePC, 1, 0) ///< Enable PC tracing 278 CODEGENOPT(SanitizeCoverageTracePCGuard, 1, 0) ///< Enable PC tracing with guard 285 CODEGENOPT(SanitizeCoverageStackDepth, 1, 0) ///< Enable max stack depth tracing 286 CODEGENOPT(SanitizeCoverageTraceLoads, 1, 0) ///< Enable tracing of loads. 287 CODEGENOPT(SanitizeCoverageTraceStores, 1, 0) ///< Enable tracing of stores.
|
| /openbsd/src/gnu/llvm/lldb/docs/ |
| D | lldb-gdb-remote.txt | 241 // Get the processor tracing type supported by the gdb-server for the current 253 // If no tracing technology is supported for the inferior, or no process is 258 // do live tracing. Specifically, the name of the plug-in should match the name 259 // of the tracing technology returned by this packet. 269 // Start tracing a process or its threads using a provided tracing technology. 285 // /* thread tracing only */ 289 // ... other parameters specific to the provided tracing type 293 // - If "tids" is not provided, then the operation is "process tracing", 294 // otherwise it's "thread tracing". 295 // - Each tracing technology can have different levels of support for "thread [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | d10v-tdep.c | 1095 static int tracing; variable 1127 tracing = 1; in trace_command() 1135 tracing = 0; in untrace_command() 1161 printf_filtered ("Tracing is currently %s.\n", (tracing ? "on" : "off")); in trace_info() 1167 if (!tracing) in d10v_eva_prepare_to_trace() 1184 if (!tracing) in d10v_eva_get_trace_data()
|
| D | MAINTAINERS | 230 tracing bytecode stuff (Global Maintainers) 231 tracing Michael Snyder msnyder@redhat.com
|
| /openbsd/src/gnu/gcc/gcc/config/s390/ |
| D | tpf.opt | 24 Enable TPF-OS tracing code
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perldtrace.pod | 27 tracing. Perl is a DTrace I<provider>, meaning it exposes several 95 as tracing changes to Perl's C<${^GLOBAL_PHASE}> variable, especially
|
| /openbsd/src/sys/conf/ |
| D | GENERIC | 13 option KTRACE # system call tracing, a la ktrace(1)
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| D | HEADER_POLICY | 21 The typical effect of such an "include loop" may be seen by tracing
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| D | HEADER_POLICY | 21 The typical effect of such an "include loop" may be seen by tracing
|
| /openbsd/src/gnu/gcc/libmudflap/ |
| D | ChangeLog | 416 * mf-hooks3.c (__mf_find_threadinfo): Don't call tracing functions 689 * mf-runtime.c (__mf_watch_or_not): Tweak tracing message. 772 * mf-heuristics.c: Add type casts for tracing, sub calls. 1105 (__mf_check, __mf_register, __mf_unregister): Tweak tracing message. 1113 (BEGIN_PROTECT): Tweak tracing vs reentrancy-lock ordering. 1335 * mf-hooks.c (BEGIN_PROTECT): Add hook tracing here. 1414 "-verbose-trace" to emit all tracing messages other than those of 1472 tracing message.
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | agentexpr.texi | 96 For tracing applications, @code{trace} bytecodes in the expression will 553 Cygnus originally implemented these tracing features to help EMC 555 Symmetrix application code already includes substantial tracing 590 the Symmetrix tracing structures, making it easier to adapt the GDB 595 of the stack. EMC can arbitrarily change and enhance the tracing 829 data tracing work. I personally think it is unnecessary; objects that
|
| /openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| D | 2003-06-25-Reoptimizer1.txt | 95 by tracing the LLVM-to-Machine code basic block map and then copying
|