Searched defs:callstack_pop (Results 1 - 1 of 1) sorted by relevance

/external/ltrace/
H A Dhandle_event.c64 void callstack_pop(struct process *proc);
635 callstack_pop(event->proc);
697 callstack_pop(event->proc);
704 callstack_pop(event->proc);
724 callstack_pop(event->proc);
727 /* Maybe the previous callstack_pop's got rid
834 callstack_pop(struct process *proc) function
839 debug(DEBUG_FUNCTION, "callstack_pop(pid=%d)", proc->pid);

Completed in 430 milliseconds