Home
last modified time | relevance | path

Searched refs:ignoreDepth (Results 1 – 3 of 3) sorted by relevance

/system/core/libutils/
DCallStack.cpp32 CallStack::CallStack(const char* logtag, int32_t ignoreDepth) { in CallStack() argument
33 this->update(ignoreDepth+1); in CallStack()
40 void CallStack::update(int32_t ignoreDepth, pid_t tid) { in update() argument
44 if (!backtrace->Unwind(ignoreDepth)) { in update()
DProcessCallStack.cpp186 int ignoreDepth = (selfPid == tid) ? IGNORE_DEPTH_CURRENT_THREAD : 0; in update() local
189 threadInfo.callStack.update(ignoreDepth, tid); in update()
/system/core/include/utils/
DCallStack.h39 CallStack(const char* logtag, int32_t ignoreDepth=1);
47 void update(int32_t ignoreDepth=1, pid_t tid=BACKTRACE_CURRENT_THREAD);