Lines Matching defs:proc
71 call_handler(struct process *proc, Event *event) in call_handler()
273 struct process *proc = malloc(sizeof(*proc)); in handle_clone() local
322 struct process *proc = pid2proc(event->e_un.newpid); in handle_new() local
337 shortsignal(struct process *proc, int signum) in shortsignal()
361 sysname(struct process *proc, int sysnum) in sysname()
388 arch_sysname(struct process *proc, int sysnum) in arch_sysname()
466 account_current_callstack(struct process *proc) in account_current_callstack()
525 output_syscall(struct process *proc, const char *name, enum tof tof, in output_syscall()
547 output_syscall_left(struct process *proc, const char *name) in output_syscall_left()
553 output_syscall_right(struct process *proc, const char *name, in output_syscall_right()
576 struct process *proc = event->proc; in handle_exec() local
653 output_right_tos(struct process *proc) in output_right_tos()
671 void arch_symbol_ret(struct process *proc, struct library_symbol *libsym) in arch_symbol_ret()
770 callstack_push_syscall(struct process *proc, int sysnum) in callstack_push_syscall()
796 callstack_push_symfunc(struct process *proc, struct breakpoint *bp) in callstack_push_symfunc()
834 callstack_pop(struct process *proc) in callstack_pop()