| /NextBSD/sys/kern/ |
| HD | subr_syscall.c | 58 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/ |
| HD | ALLperl_notes.txt | 21 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
|
| HD | ALLsnoop_notes.txt | 14 is no guarentee that if you print traced events the output is in the same
|
| /NextBSD/cddl/contrib/dtracetoolkit/Examples/ |
| HD | tcl_proccalls_example.txt | 4 traced.
|
| D | tcpsnoop_snv_d_example.txt | 40 As new connections are made, each of the TCP packets are traced along with
|
| HD | tcpsnoop_d_example.txt | 40 As new connections are made, each of the TCP packets are traced along with
|
| HD | tcpsnoop_example.txt | 40 As new connections are made, each of the TCP packets are traced along with
|
| D | tcpsnoop_snv_example.txt | 40 As new connections are made, each of the TCP packets are traced along with
|
| HD | sh_calls_example.txt | 21 The following traced the firefox start script,
|
| HD | opensnoop_example.txt | 1 The following are examples of opensnoop. File open events are traced
|
| HD | sh_cputime_example.txt | 64 The following traced the firefox start script.
|
| HD | js_calls_example.txt | 33 been traced as well.
|
| /NextBSD/sys/amd64/include/ |
| HD | md_var.h | 45 void amd64_syscall(struct thread *td, int traced);
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | gnu-nat.c | 206 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/ |
| HD | man.TraceIDs | 68 * RESULT: Only the BEGIN probe is traced and the others are not.
|
| /NextBSD/sys/amd64/linux/ |
| HD | linux_sysvec.c | 764 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/ |
| HD | trap.c | 930 amd64_syscall(struct thread *td, int traced) in amd64_syscall() argument 947 if (__predict_false(traced)) { in amd64_syscall()
|
| /NextBSD/libexec/rtld-elf/ |
| HD | rtld.h | 243 bool traced : 1; /* Already printed in ldd trace output */ member
|
| HD | rtld.c | 1219 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/ |
| HD | README.attrcache | 46 where it should be. After much debugging, we traced it to a few places in
|
| /NextBSD/contrib/top/ |
| HD | README | 151 traced down to a potential bug in the "mem" driver. The author
|
| HD | FAQ | 240 This is a known bug with the svr42 module. The problem has been traced down
|
| /NextBSD/crypto/heimdal/ |
| HD | ChangeLog | 285 write(2) to avoid signal races, bug traced by Harald Barth and Lars
|
| HD | aclocal.m4 | 50 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 944 # This macro is traced by Automake.
|
| /NextBSD/contrib/file/ |
| HD | aclocal.m4 | 129 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 1090 # This macro is traced by Automake.
|