Searched refs:db_trace_thread (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/sys/ddb/
H A Ddb_thread.c101 if (db_trace_thread(thr, 1) != 0)
H A Ddb_main.c260 db_trace_thread(td, -1);
H A Dddb.h214 int db_trace_thread(struct thread *, int);
H A Ddb_command.c798 db_trace_thread(td, count);
816 db_trace_thread(td, -1);
/freebsd-10.2-release/sys/mips/mips/
H A Ddb_trace.c422 db_trace_thread (curthread, -1);
427 db_trace_thread(struct thread *thr, int count) function
/freebsd-10.2-release/sys/powerpc/powerpc/
H A Ddb_trace.c320 db_trace_thread(struct thread *td, int count) function
/freebsd-10.2-release/sys/sparc64/sparc64/
H A Ddb_trace.c284 db_trace_thread(struct thread *td, int count) function
/freebsd-10.2-release/sys/arm/arm/
H A Ddb_trace.c595 db_trace_thread(struct thread *thr, int count) function
/freebsd-10.2-release/sys/i386/i386/
H A Ddb_trace.c529 db_trace_thread(struct thread *thr, int count) function
/freebsd-10.2-release/sys/ia64/ia64/
H A Ddb_machdep.c604 db_trace_thread(struct thread *td, int count) function
/freebsd-10.2-release/sys/amd64/amd64/
H A Ddb_trace.c502 db_trace_thread(struct thread *thr, int count) function

Completed in 169 milliseconds