Lines Matching refs:DEBUG_FUNCTION

90 	debug(DEBUG_FUNCTION, "handle_event(pid=%d, type=%d)",  in handle_event()
225 debug(DEBUG_FUNCTION, "pending_new(%d)", pid); in pending_new()
241 debug(DEBUG_FUNCTION, "pending_new_insert(%d)", pid); in pending_new_insert()
256 debug(DEBUG_FUNCTION, "pending_new_remove(%d)", pid); in pending_new_remove()
271 debug(DEBUG_FUNCTION, "handle_clone(pid=%d)", event->proc->pid); in handle_clone()
320 debug(DEBUG_FUNCTION, "handle_new(pid=%d)", event->e_un.newpid); in handle_new()
350 debug(DEBUG_FUNCTION, "shortsignal(pid=%d, signum=%d)", proc->pid, signum); in shortsignal()
376 debug(DEBUG_FUNCTION, "sysname(pid=%d, sysnum=%d)", proc->pid, sysnum); in sysname()
396 debug(DEBUG_FUNCTION, "arch_sysname(pid=%d, sysnum=%d)", proc->pid, sysnum); in arch_sysname()
413 debug(DEBUG_FUNCTION, "handle_signal(pid=%d, signum=%d)", event->proc->pid, event->e_un.signum); in handle_signal()
502 debug(DEBUG_FUNCTION, "handle_exit(pid=%d, status=%d)", event->proc->pid, event->e_un.ret_val); in handle_exit()
514 …debug(DEBUG_FUNCTION, "handle_exit_signal(pid=%d, signum=%d)", event->proc->pid, event->e_un.signu… in handle_exit_signal()
562 debug(DEBUG_FUNCTION, "handle_syscall(pid=%d, sysnum=%d)", event->proc->pid, event->e_un.sysnum); in handle_syscall()
582 debug(DEBUG_FUNCTION, "handle_exec(pid=%d)", proc->pid); in handle_exec()
604 …debug(DEBUG_FUNCTION, "handle_arch_syscall(pid=%d, sysnum=%d)", event->proc->pid, event->e_un.sysn… in handle_arch_syscall()
619 debug(DEBUG_FUNCTION, "handle_x_sysret(pid=%d, sysnum=%d)", in handle_x_sysret()
690 debug(DEBUG_FUNCTION, "handle_breakpoint(pid=%d, addr=%p)", in handle_breakpoint()
774 debug(DEBUG_FUNCTION, "callstack_push_syscall(pid=%d, sysnum=%d)", proc->pid, sysnum); in callstack_push_syscall()
800 debug(DEBUG_FUNCTION, "callstack_push_symfunc(pid=%d, symbol=%s)", in callstack_push_symfunc()
839 debug(DEBUG_FUNCTION, "callstack_pop(pid=%d)", proc->pid); in callstack_pop()