OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trace_lwp
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/riscv/riscv/
db_trace.c
137
bool
trace_lwp
= false;
variable in typeref:typename:bool
148
trace_lwp
= true;
155
trace_lwp
= false;
175
if (
trace_lwp
) {
195
trace_lwp
= true;
200
if (!
trace_lwp
&& is_lwp(addr))
201
trace_lwp
= true;
204
if (
trace_lwp
) {
db_trace.c
137
bool
trace_lwp
= false;
variable in typeref:typename:bool
148
trace_lwp
= true;
155
trace_lwp
= false;
175
if (
trace_lwp
) {
195
trace_lwp
= true;
200
if (!
trace_lwp
&& is_lwp(addr))
201
trace_lwp
= true;
204
if (
trace_lwp
) {
/src/sys/arch/vax/vax/
db_machdep.c
496
int
trace_lwp
;
local in function:db_stack_trace_print
509
trace_lwp
++;
512
} while (*s++ && !(trace_proc ||
trace_lwp
));
525
if (
trace_lwp
) {
db_machdep.c
496
int
trace_lwp
;
local in function:db_stack_trace_print
509
trace_lwp
++;
512
} while (*s++ && !(trace_proc ||
trace_lwp
));
525
if (
trace_lwp
) {
/src/sys/arch/aarch64/aarch64/
db_trace.c
688
bool
trace_lwp
= false;
variable in typeref:typename:bool
694
trace_lwp
= true;
701
trace_lwp
= false;
725
if (
trace_lwp
) {
745
trace_lwp
= true;
750
if (!
trace_lwp
&& is_lwp(addr))
751
trace_lwp
= true;
754
if (
trace_lwp
) {
db_trace.c
688
bool
trace_lwp
= false;
variable in typeref:typename:bool
694
trace_lwp
= true;
701
trace_lwp
= false;
725
if (
trace_lwp
) {
745
trace_lwp
= true;
750
if (!
trace_lwp
&& is_lwp(addr))
751
trace_lwp
= true;
754
if (
trace_lwp
) {
Completed in 25 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025