Lines Matching defs:proc

121 trace_set_options(struct process *proc)  in trace_set_options()
331 ugly_workaround(struct process *proc) in ugly_workaround()
410 retract_breakpoint_cb(struct process *proc, struct breakpoint *bp, void *data) in retract_breakpoint_cb()
426 struct process *proc = pid2proc(it->pid); in detach_process() local
554 arch_sw_singlestep(struct process *proc, struct breakpoint *bp, in arch_sw_singlestep()
566 remove_sw_breakpoints(struct process *proc) in remove_sw_breakpoints()
583 sw_singlestep_bp_on_hit(struct breakpoint *bp, struct process *proc) in sw_singlestep_bp_on_hit()
596 struct process *proc = self->task_enabling_breakpoint; in sw_singlestep_add_bp() local
655 struct process *proc = self->task_enabling_breakpoint; in post_singlestep() local
863 process_install_stopping_handler(struct process *proc, struct breakpoint *sbp, in process_install_stopping_handler()
912 continue_after_breakpoint(struct process *proc, struct breakpoint *sbp) in continue_after_breakpoint()
981 ltrace_exiting_install_handler(struct process *proc) in ltrace_exiting_install_handler()
1057 struct process *proc = event->proc; in process_vfork_on_event() local
1093 continue_after_vfork(struct process *proc) in continue_after_vfork()
1122 is_mid_stopping(struct process *proc) in is_mid_stopping()
1130 continue_after_syscall(struct process *proc, int sysnum, int ret_p) in continue_after_syscall()
1143 continue_after_exec(struct process *proc) in continue_after_exec()
1175 struct process *proc = pid2proc(it->pid); in os_ltrace_exiting() local
1197 umovebytes(struct process *proc, arch_addr_t addr, void *buf, size_t len) in umovebytes()
1283 linux_elf_add_plt_entry_irelative(struct process *proc, struct ltelf *lte, in linux_elf_add_plt_entry_irelative()
1339 os_elf_add_func_entry(struct process *proc, struct ltelf *lte, in os_elf_add_func_entry()
1384 ifunc_ret_hit(struct breakpoint *bp, struct process *proc) in ifunc_ret_hit()
1482 struct breakpoint *bp, struct process *proc) in create_ifunc_ret_bp()
1498 os_breakpoint_init(struct process *proc, struct breakpoint *bp) in os_breakpoint_init()