Home
last modified time | relevance | path

Searched refs:callstack_element (Results 1 – 5 of 5) sorted by relevance

/external/ltrace/
Dhandle_event.c475 struct callstack_element *elem = &proc->callstack[i]; in account_current_callstack()
480 struct callstack_element *elem = &proc->callstack[i]; in account_current_callstack()
624 struct callstack_element *elem = &event->proc->callstack[d - 1]; in handle_x_sysret()
657 struct callstack_element *elem = &proc->callstack[d - 1]; in output_right_tos()
713 struct callstack_element *prev; in handle_breakpoint()
772 struct callstack_element *elem; in callstack_push_syscall()
783 *elem = (struct callstack_element){}; in callstack_push_syscall()
798 struct callstack_element *elem; in callstack_push_symfunc()
810 *elem = (struct callstack_element){}; in callstack_push_symfunc()
836 struct callstack_element *elem; in callstack_pop()
Dproc.h67 struct callstack_element { struct
103 struct callstack_element callstack[MAX_CALLDEPTH];
Doutput.c122 struct callstack_element *stel in begin_of_line()
563 struct callstack_element *stel in output_left()
667 struct callstack_element *stel in output_right()
Dproc.c423 struct callstack_element *elem = &retp->callstack[i]; in process_clone()
/external/ltrace/sysdeps/linux-gnu/x86/
Dtrace.c82 struct callstack_element *elem = NULL; in syscall_p()