| /freebsd/sys/kern/ |
| H A D | subr_syscall.c | 59 bool sy_thr_static, traced; in syscallenter() local 68 traced = (p->p_flag & P_TRACED) != 0; in syscallenter() 69 if (__predict_false(traced || td->td_dbgflags & TDB_USERWR)) { in syscallenter() 73 if (traced) in syscallenter() 94 if (__predict_false(traced)) { in syscallenter() 206 if (__predict_false(traced)) { in syscallenter() 222 bool traced; in syscallret() local 253 traced = false; in syscallret() 255 traced = true; in syscallret() 260 if (__predict_false(traced || in syscallret() [all …]
|
| H A D | kern_sig.c | 1349 bool traced; in kern_sigtimedwait() local 1353 traced = false; in kern_sigtimedwait() 1412 if (traced) { in kern_sigtimedwait() 1432 traced = true; in kern_sigtimedwait()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_access.cpp | 462 bool traced = false; in MemoryAccess16() local 469 traced = true; in MemoryAccess16() 478 if (!traced && !TryTraceMemoryAccessRange(thr, pc, addr, size, typ)) in MemoryAccess16() 498 bool traced = false; in UnalignedMemoryAccess() local 507 traced = true; in UnalignedMemoryAccess() 520 if (!traced && !TryTraceMemoryAccessRange(thr, pc, addr, size, typ)) in UnalignedMemoryAccess()
|
| /freebsd/tests/sys/kern/ |
| H A D | ptrace_test.c | 631 * that the traced parent sees the exit of the child after the debugger 687 * and that the traced parent sees the exit of the child when the new 738 * and that the traced parent sees the exit of the child when the 739 * traced parent is detached after the fork. 819 * that the traced parent sees the exit of the child after the debugger 887 * and that the traced parent sees the exit of the child when the new 950 * and that the traced parent sees the exit of the child when the 951 * traced parent is detached after the fork. In this test the parent 1062 /* Wait for traced child to exit. */ in ATF_TC_BODY() 2931 * Verify that a traced proces 4230 pid_t traced, debuger, wpid; ATF_TC_BODY() local 4323 pid_t traced, debuger, wpid; ATF_TC_BODY() local [all...] |
| /freebsd/sys/amd64/include/ |
| H A D | md_var.h | 74 void amd64_syscall(struct thread *td, int traced);
|
| /freebsd/tools/cam/ |
| H A D | README | 5 camio is a d-traced tcpdump-like program for examining CAM traffic (and
|
| /freebsd/contrib/processor-trace/libipt/include/ |
| H A D | intel-pt.h.in | 169 /* Bad traced image. */ 1689 /** A cache of traced image sections. */ 1692 /** Allocate a traced memory image section cache. 1696 * Returns a new traced memory image section cache on success, NULL otherwise. 1701 /** Free a traced memory image section cache. 1727 /** Add a new file section to the traced memory image section cache. 1769 /** The traced memory image. */ 1773 /** Allocate a traced memory image. 1777 * Returns a new traced memory image on success, NULL otherwise. 1781 /** Free a traced memory image. [all …]
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.h | 145 uint8_t traced : 1; 249 if (sym.traced) in overwrite()
|
| H A D | Symbols.cpp | 412 if (traced) in resolve() 674 } else if (traced) in resolve()
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/ |
| H A D | man.TraceIDs | 68 * RESULT: Only the BEGIN probe is traced and the others are not.
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux_sysvec.c | 645 int code, traced; in linux_vsyscall() local 671 traced = (frame->tf_flags & PSL_T); in linux_vsyscall() 673 amd64_syscall(td, traced); in linux_vsyscall()
|
| /freebsd/libexec/rtld-elf/ |
| H A D | rtld.h | 235 bool traced : 1; /* Already printed in ldd trace output */ member
|
| H A D | rtld.c | 1606 obj->traced = false; in digest_dynamic1() 5302 if (needed->obj->traced && !list_containers) in trace_loaded_objects() 5304 needed->obj->traced = true; in trace_loaded_objects() 5321 if (obj->marker || obj == obj_main || obj->traced) in trace_loaded_objects()
|
| /freebsd/sys/amd64/amd64/ |
| H A D | trap.c | 1248 amd64_syscall(struct thread *td, int traced) in amd64_syscall() argument 1262 if (__predict_false(traced)) { in amd64_syscall()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTOptions.td | 89 "Whenever a thread is attempted to be traced due to this command "
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_HTTP_REQ_CTX.pod | 257 may be traced using B<OSSL_TRACE_CATEGORY_HTTP>.
|
| H A D | OSSL_HTTP_transfer.pod | 247 may be traced using B<OSSL_TRACE_CATEGORY_HTTP>.
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog | 285 write(2) to avoid signal races, bug traced by Harald Barth and Lars
|
| H A D | aclocal.m4 | 50 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 944 # This macro is traced by Automake.
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Options.td | 323 HelpText<"Minimum time granularity (in microseconds) traced by time profiler">;
|
| /freebsd/contrib/file/ |
| H A D | aclocal.m4 | 51 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 1010 # This macro is traced by Automake.
|
| /freebsd/contrib/openbsm/ |
| H A D | aclocal.m4 | 51 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 1048 # This macro is traced by Automake.
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | aclocal.m4 | 51 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 1070 # This macro is traced by Automake.
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | aclocal.m4 | 51 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 1010 # This macro is traced by Automake.
|
| /freebsd/contrib/libevent/ |
| H A D | aclocal.m4 | 51 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 997 # This macro is traced by Automake.
|