OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNumStackFrames
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/qtools/
q2dm.cpp
33
static const int
kNumStackFrames
= 500;
43
if (top >=
kNumStackFrames
)
66
symbol_type *frames[
kNumStackFrames
];
163
kernelStack = new CallStackType(kernelPid,
kNumStackFrames
, trace);
209
pStack = new CallStackType(event.pid,
kNumStackFrames
, trace);
coverage.cpp
33
static const int
kNumStackFrames
= 500;
108
pStack = new CallStackType(event.pid,
kNumStackFrames
, trace);
stack_dump.cpp
71
static const int
kNumStackFrames
= 500;
132
pStack = new CallStackType(event.pid,
kNumStackFrames
, trace);
check_stack.cpp
24
static const int
kNumStackFrames
= 500;
152
eStack = new CallStackType(event.pid,
kNumStackFrames
, etrace);
Completed in 185 milliseconds