| /linux/lib/ |
| H A D | dump_stack.c | 55 void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() argument 58 log_lvl, raw_smp_processor_id(), in dump_stack_print_info() 68 printk("%s%s\n", log_lvl, print_tainted_verbose()); in dump_stack_print_info() 72 log_lvl, dump_stack_arch_desc_str); in dump_stack_print_info() 74 print_worker_info(log_lvl, current); in dump_stack_print_info() 75 print_stop_info(log_lvl, current); in dump_stack_print_info() 76 print_scx_info(log_lvl, current); in dump_stack_print_info() 86 void show_regs_print_info(const char *log_lvl) in show_regs_print_info() argument 88 dump_stack_print_info(log_lvl); in show_regs_print_info() 91 static void __dump_stack(const char *log_lvl) in __dump_stack() argument [all …]
|
| /linux/arch/x86/kernel/ |
| H A D | dumpstack.c | 67 const char *log_lvl) in printk_stack_address() argument 70 printk("%s %s%pBb\n", log_lvl, reliable ? "" : "? ", (void *)address); in printk_stack_address() 145 void show_iret_regs(struct pt_regs *regs, const char *log_lvl) in show_iret_regs() argument 147 show_ip(regs, log_lvl); in show_iret_regs() 148 printk("%sRSP: %04x:%016lx EFLAGS: %08lx", log_lvl, (int)regs->ss, in show_iret_regs() 153 bool partial, const char *log_lvl) in show_regs_if_on_stack() argument 165 __show_regs(regs, SHOW_REGS_SHORT, log_lvl); in show_regs_if_on_stack() 174 show_iret_regs(regs, log_lvl); in show_regs_if_on_stack() 185 unsigned long *stack, const char *log_lvl) in show_trace_log_lvl() argument 193 printk("%sCall Trace:\n", log_lvl); in show_trace_log_lvl() [all …]
|
| H A D | process_32.c | 60 const char *log_lvl) in __show_regs() argument 68 show_ip(regs, log_lvl); in __show_regs() 71 log_lvl, regs->ax, regs->bx, regs->cx, regs->dx); in __show_regs() 73 log_lvl, regs->si, regs->di, regs->bp, regs->sp); in __show_regs() 75 log_lvl, (u16)regs->ds, (u16)regs->es, (u16)regs->fs, gs, regs->ss, regs->flags); in __show_regs() 85 log_lvl, cr0, cr2, cr3, cr4); in __show_regs() 100 log_lvl, d0, d1, d2, d3); in __show_regs() 102 log_lvl, d6, d7); in __show_regs()
|
| H A D | process_64.c | 70 const char *log_lvl) in __show_regs() argument 77 show_iret_regs(regs, log_lvl); in __show_regs() 85 log_lvl, regs->ax, regs->bx, regs->cx); in __show_regs() 87 log_lvl, regs->dx, regs->si, regs->di); in __show_regs() 89 log_lvl, regs->bp, regs->r8, regs->r9); in __show_regs() 91 log_lvl, regs->r10, regs->r11, regs->r12); in __show_regs() 93 log_lvl, regs->r13, regs->r14, regs->r15); in __show_regs() 102 log_lvl, fs, shadowgs); in __show_regs() 121 log_lvl, fs, fsindex, gs, gsindex, shadowgs); in __show_regs() 123 log_lvl, regs->cs, ds, es, cr0); in __show_regs() [all …]
|
| /linux/arch/x86/include/asm/ |
| H A D | kdebug.h | 40 const char *log_lvl); 41 extern void show_iret_regs(struct pt_regs *regs, const char *log_lvl);
|
| /linux/include/linux/ |
| H A D | printk.h | 202 void dump_stack_print_info(const char *log_lvl); 203 void show_regs_print_info(const char *log_lvl); 204 extern asmlinkage void dump_stack_lvl(const char *log_lvl) __cold; 287 static inline void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() argument 291 static inline void show_regs_print_info(const char *log_lvl) in show_regs_print_info() argument 295 static inline void dump_stack_lvl(const char *log_lvl) in dump_stack_lvl() argument
|
| H A D | stop_machine.h | 40 extern void print_stop_info(const char *log_lvl, struct task_struct *task); 86 static inline void print_stop_info(const char *log_lvl, struct task_struct *task) { } in print_stop_info() argument
|
| H A D | workqueue.h | 637 extern void print_worker_info(const char *log_lvl, struct task_struct *task);
|
| /linux/include/linux/sched/ |
| H A D | ext.h | 211 void print_scx_info(const char *log_lvl, struct task_struct *p); 218 static inline void print_scx_info(const char *log_lvl, struct task_struct *p) {} in print_scx_info() argument
|
| /linux/kernel/ |
| H A D | stop_machine.c | 52 void print_stop_info(const char *log_lvl, struct task_struct *task) in print_stop_info() argument 63 printk("%sStopper: %pS <- %pS\n", log_lvl, stopper->fn, (void *)stopper->caller); in print_stop_info()
|
| H A D | workqueue.c | 6165 void print_worker_info(const char *log_lvl, struct task_struct *task) in print_worker_info() argument 6194 printk("%sWorkqueue: %s %ps", log_lvl, name, fn); in print_worker_info()
|
| /linux/kernel/sched/ |
| H A D | ext.c | 5236 void print_scx_info(const char *log_lvl, struct task_struct *p) in print_scx_info() argument 5254 printk("%sSched_ext: %s (%s%s)", log_lvl, sch->ops.name, in print_scx_info() 5266 log_lvl, sch->ops.name, scx_enable_state_str[state], all, in print_scx_info()
|