/freebsd/sys/kern/ |
H A D | subr_syscall.c | 58 int error, 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() 92 if (__predict_false(traced)) { in syscallenter() 204 if (__predict_false(traced)) { in syscallenter() 218 int traced; in syscallret() local 249 traced = 0; in syscallret() 251 traced = 1; in syscallret() 256 if (__predict_false(traced || in syscallret() [all …]
|
H A D | kern_sig.c | 1352 bool traced; in kern_sigtimedwait() local 1356 traced = false; in kern_sigtimedwait() 1415 if (traced) { in kern_sigtimedwait() 1435 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 | 4175 pid_t traced, debuger, wpid; in ATF_TC_BODY() local 4178 traced = pdfork(&pd, 0); in ATF_TC_BODY() 4179 ATF_REQUIRE(traced >= 0); in ATF_TC_BODY() 4180 if (traced == 0) { in ATF_TC_BODY() 4190 REQUIRE_EQ(ptrace(PT_ATTACH, traced, 0, 0), 0); in ATF_TC_BODY() 4191 wpid = waitpid(traced, &status, 0); in ATF_TC_BODY() 4192 REQUIRE_EQ(wpid, traced); in ATF_TC_BODY() 4196 REQUIRE_EQ(ptrace(PT_DETACH, traced, (caddr_t)1, 0), 0); in ATF_TC_BODY() 4268 pid_t traced, debuger, wpid; in ATF_TC_BODY() local 4271 traced = pdfork(&pd, 0); in ATF_TC_BODY() [all …]
|
/freebsd/sys/amd64/include/ |
H A D | md_var.h | 70 void amd64_syscall(struct thread *td, int traced);
|
/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 | 167 uint8_t traced : 1; 270 if (sym.traced) in overwrite()
|
H A D | Symbols.cpp | 413 if (traced) in resolve() 683 } 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 | 1575 obj->traced = false; in digest_dynamic1() 5153 if (needed->obj->traced && !list_containers) in trace_loaded_objects() 5155 needed->obj->traced = true; in trace_loaded_objects() 5172 if (obj->marker || obj == obj_main || obj->traced) in trace_loaded_objects()
|
/freebsd/sys/amd64/amd64/ |
H A D | trap.c | 1192 amd64_syscall(struct thread *td, int traced) in amd64_syscall() argument 1206 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/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 | 304 HelpText<"Minimum time granularity (in microseconds) traced by time profiler">;
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 313 ///< traced by time profiler
|
/freebsd/contrib/openpam/ |
H A D | aclocal.m4 | 51 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 1076 # 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.
|
/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/ntp/ |
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.
|