Home
last modified time | relevance | path

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

123

/NextBSD/sys/kern/
HDsubr_syscall.c58 int error, traced; in syscallenter() local
66 traced = (p->p_flag & P_TRACED) != 0; in syscallenter()
67 if (traced || td->td_dbgflags & TDB_USERWR) { in syscallenter()
70 if (traced) in syscallenter()
155 if (traced) { in syscallenter()
168 int traced; in syscallret() local
189 traced = 1; in syscallret()
194 traced = 0; in syscallret()
201 if (traced || (td->td_dbgflags & (TDB_EXEC | TDB_FORK)) != 0) { in syscallret()
209 if (traced && in syscallret()
/NextBSD/cddl/contrib/dtracetoolkit/Notes/
HDALLperl_notes.txt21 Now a similar program is traced, Code/Perl/hello_strict.pl, which uses
32 not only were functions from "strict.pm" traced, but a "BEGIN" function
HDALLsnoop_notes.txt14 is no guarentee that if you print traced events the output is in the same
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDtcl_proccalls_example.txt4 traced.
Dtcpsnoop_snv_d_example.txt40 As new connections are made, each of the TCP packets are traced along with
HDtcpsnoop_d_example.txt40 As new connections are made, each of the TCP packets are traced along with
HDtcpsnoop_example.txt40 As new connections are made, each of the TCP packets are traced along with
Dtcpsnoop_snv_example.txt40 As new connections are made, each of the TCP packets are traced along with
HDsh_calls_example.txt21 The following traced the firefox start script,
HDopensnoop_example.txt1 The following are examples of opensnoop. File open events are traced
HDsh_cputime_example.txt64 The following traced the firefox start script.
HDjs_calls_example.txt33 been traced as well.
/NextBSD/sys/amd64/include/
HDmd_var.h45 void amd64_syscall(struct thread *td, int traced);
/NextBSD/contrib/gdb/gdb/
HDgnu-nat.c206 unsigned int traced:1; member
657 inf->traced = 0; in make_inf()
704 inf->traced = 0; in inf_cleanup()
806 inf->traced = !!(pi->state & PI_TRACED); in inf_validate_procinfo()
875 if (on == inf->traced) in inf_set_traced()
890 inf->traced = on; in inf_set_traced()
896 inf->traced = on; in inf_set_traced()
899 inf->traced = on; in inf_set_traced()
2066 inf->traced = 1; in gnu_create_inferior()
2920 if (inf->task && inf->want_signals != inf->traced) in set_signals_cmd()
[all …]
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
HDman.TraceIDs68 * RESULT: Only the BEGIN probe is traced and the others are not.
/NextBSD/sys/amd64/linux/
HDlinux_sysvec.c764 int code, traced; in linux_vsyscall() local
790 traced = (frame->tf_flags & PSL_T); in linux_vsyscall()
792 amd64_syscall(td, traced); in linux_vsyscall()
/NextBSD/sys/amd64/amd64/
HDtrap.c930 amd64_syscall(struct thread *td, int traced) in amd64_syscall() argument
947 if (__predict_false(traced)) { in amd64_syscall()
/NextBSD/libexec/rtld-elf/
HDrtld.h243 bool traced : 1; /* Already printed in ldd trace output */ member
HDrtld.c1219 obj->traced = false; in digest_dynamic1()
4220 if (needed->obj->traced && !list_containers) in trace_loaded_objects()
4222 needed->obj->traced = true; in trace_loaded_objects()
/NextBSD/contrib/amd/
HDREADME.attrcache46 where it should be. After much debugging, we traced it to a few places in
/NextBSD/contrib/top/
HDREADME151 traced down to a potential bug in the "mem" driver. The author
HDFAQ240 This is a known bug with the svr42 module. The problem has been traced down
/NextBSD/crypto/heimdal/
HDChangeLog285 write(2) to avoid signal races, bug traced by Harald Barth and Lars
HDaclocal.m450 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
944 # This macro is traced by Automake.
/NextBSD/contrib/file/
HDaclocal.m4129 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
1090 # This macro is traced by Automake.

123