Home
last modified time | relevance | path

Searched refs:MAX_CALLDEPTH (Results 1 – 2 of 2) sorted by relevance

/external/ltrace/
Dproc.h81 #define MAX_CALLDEPTH 64 macro
103 struct callstack_element callstack[MAX_CALLDEPTH];
Dhandle_event.c776 if (proc->callstack_depth == MAX_CALLDEPTH - 1) { in callstack_push_syscall()
803 if (proc->callstack_depth == MAX_CALLDEPTH - 1) { in callstack_push_symfunc()