Home
last modified time | relevance | path

Searched refs:traced (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/sys/kern/
H A Dsubr_syscall.c59 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 Dkern_sig.c1349 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 Dtsan_rtl_access.cpp462 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 Dptrace_test.c4222 pid_t traced, debuger, wpid; in ATF_TC_BODY() local
4225 traced = pdfork(&pd, 0); in ATF_TC_BODY()
4226 ATF_REQUIRE(traced >= 0); in ATF_TC_BODY()
4227 if (traced == 0) { in ATF_TC_BODY()
4237 REQUIRE_EQ(ptrace(PT_ATTACH, traced, 0, 0), 0); in ATF_TC_BODY()
4238 wpid = waitpid(traced, &status, 0); in ATF_TC_BODY()
4239 REQUIRE_EQ(wpid, traced); in ATF_TC_BODY()
4243 REQUIRE_EQ(ptrace(PT_DETACH, traced, (caddr_t)1, 0), 0); in ATF_TC_BODY()
4315 pid_t traced, debuger, wpid; in ATF_TC_BODY() local
4318 traced = pdfork(&pd, 0); in ATF_TC_BODY()
[all …]
/freebsd/sys/amd64/include/
H A Dmd_var.h73 void amd64_syscall(struct thread *td, int traced);
/freebsd/tools/cam/
H A DREADME5 camio is a d-traced tcpdump-like program for examining CAM traffic (and
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h.in169 /* 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 DSymbols.h167 uint8_t traced : 1;
270 if (sym.traced) in overwrite()
H A DSymbols.cpp413 if (traced) in resolve()
683 } else if (traced) in resolve()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.TraceIDs68 * RESULT: Only the BEGIN probe is traced and the others are not.
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c645 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 Drtld.h235 bool traced : 1; /* Already printed in ldd trace output */ member
H A Drtld.c1596 obj->traced = false; in digest_dynamic1()
5237 if (needed->obj->traced && !list_containers) in trace_loaded_objects()
5239 needed->obj->traced = true; in trace_loaded_objects()
5256 if (obj->marker || obj == obj_main || obj->traced) in trace_loaded_objects()
/freebsd/sys/amd64/amd64/
H A Dtrap.c1199 amd64_syscall(struct thread *td, int traced) in amd64_syscall() argument
1213 if (__predict_false(traced)) { in amd64_syscall()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTOptions.td89 "Whenever a thread is attempted to be traced due to this command "
/freebsd/crypto/heimdal/
H A DChangeLog285 write(2) to avoid signal races, bug traced by Harald Barth and Lars
H A Daclocal.m450 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
944 # This macro is traced by Automake.
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_HTTP_REQ_CTX.pod253 may be traced using B<OSSL_TRACE_CATEGORY_HTTP>.
H A DOSSL_HTTP_transfer.pod244 may be traced using B<OSSL_TRACE_CATEGORY_HTTP>.
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td304 HelpText<"Minimum time granularity (in microseconds) traced by time profiler">;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def313 ///< traced by time profiler
/freebsd/contrib/openbsm/
H A Daclocal.m451 # 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 Daclocal.m451 # 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 Daclocal.m451 # 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 Daclocal.m451 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
997 # This macro is traced by Automake.

12