Home
last modified time | relevance | path

Searched refs:debug_info (Results 1 – 13 of 13) sorted by relevance

/arch/arm64/kernel/
A Dhw_breakpoint.c229 struct debug_info *debug_info = &current->thread.debug; in hw_breakpoint_control() local
628 struct debug_info *debug_info; in do_breakpoint() local
668 debug_info->bps_disabled = 1; in do_breakpoint()
672 if (debug_info->wps_disabled) in do_breakpoint()
760 struct debug_info *debug_info; in do_watchpoint() local
817 debug_info->wps_disabled = 1; in do_watchpoint()
820 if (debug_info->bps_disabled) in do_watchpoint()
849 struct debug_info *debug_info = &current->thread.debug; in try_step_suspended_breakpoints() local
860 debug_info->bps_disabled = 0; in try_step_suspended_breakpoints()
866 debug_info->wps_disabled = 0; in try_step_suspended_breakpoints()
[all …]
A Dptrace.c229 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in ptrace_hw_copy_thread()
/arch/arm/include/asm/
A Dprocessor.h25 struct debug_info { struct
37 struct debug_info debug; argument
/arch/parisc/kernel/vdso32/
A Dvdso32.lds.S72 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/arch/parisc/kernel/vdso64/
A Dvdso64.lds.S70 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/arch/s390/kernel/vdso32/
A Dvdso32.lds.S83 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/arch/s390/kernel/vdso64/
A Dvdso64.lds.S88 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/arch/s390/kernel/
A Ddebug.c617 static file_private_info_t *debug_file_private_alloc(debug_info_t *debug_info, in debug_file_private_alloc() argument
629 debug_info_snapshot = debug_info_copy(debug_info, NO_AREAS); in debug_file_private_alloc()
631 debug_info_snapshot = debug_info_copy(debug_info, ALL_AREAS); in debug_file_private_alloc()
642 p_info->debug_info_org = debug_info; in debug_file_private_alloc()
648 debug_info_get(debug_info); in debug_file_private_alloc()
661 debug_info_t *debug_info; in debug_open() local
666 debug_info = file_inode(file)->i_private; in debug_open()
669 if (!debug_info->views[i]) in debug_open()
671 else if (debug_info->debugfs_entries[i] == file->f_path.dentry) in debug_open()
679 p_info = debug_file_private_alloc(debug_info, debug_info->views[i]); in debug_open()
A Dlgr.c53 static struct debug_info *lgr_dbf;
/arch/s390/include/asm/
A Ddebug.h44 typedef struct debug_info { struct
45 struct debug_info *next; argument
46 struct debug_info *prev; argument
/arch/arc/kernel/
A Dvmlinux.lds.S138 /DISCARD/ : { *(.debug_info) }
/arch/arm64/include/asm/
A Dprocessor.h108 struct debug_info { struct
173 struct debug_info debug; /* debugging */
/arch/arm/kernel/
A Dprocess.c225 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in flush_thread()

Completed in 29 milliseconds