/kernel/linux/linux-6.6/lib/ |
H A D | dump_stack.c | 50 * @log_lvl: log level 55 void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() argument 58 log_lvl, raw_smp_processor_id(), current->pid, current->comm, in dump_stack_print_info() 67 log_lvl, dump_stack_arch_desc_str); in dump_stack_print_info() 69 print_worker_info(log_lvl, current); in dump_stack_print_info() 70 print_stop_info(log_lvl, current); in dump_stack_print_info() 75 * @log_lvl: log level 80 void show_regs_print_info(const char *log_lvl) in show_regs_print_info() argument 82 dump_stack_print_info(log_lvl); in show_regs_print_info() 85 static void __dump_stack(const char *log_lvl) in __dump_stack() argument 97 dump_stack_lvl(const char *log_lvl) dump_stack_lvl() argument [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | dumpstack.c | 69 const char *log_lvl) in printk_stack_address() 72 printk("%s %s%pB\n", log_lvl, reliable ? "" : "? ", (void *)address); in printk_stack_address() 153 void show_iret_regs(struct pt_regs *regs, const char *log_lvl) in show_iret_regs() argument 155 show_ip(regs, log_lvl); in show_iret_regs() 156 printk("%sRSP: %04x:%016lx EFLAGS: %08lx", log_lvl, (int)regs->ss, in show_iret_regs() 161 bool partial, const char *log_lvl) in show_regs_if_on_stack() 173 __show_regs(regs, SHOW_REGS_SHORT, log_lvl); in show_regs_if_on_stack() 182 show_iret_regs(regs, log_lvl); in show_regs_if_on_stack() 187 unsigned long *stack, const char *log_lvl) in show_trace_log_lvl() 195 printk("%sCall Trace:\n", log_lvl); in show_trace_log_lvl() 68 printk_stack_address(unsigned long address, int reliable, const char *log_lvl) printk_stack_address() argument 160 show_regs_if_on_stack(struct stack_info *info, struct pt_regs *regs, bool partial, const char *log_lvl) show_regs_if_on_stack() argument 186 show_trace_log_lvl(struct task_struct *task, struct pt_regs *regs, unsigned long *stack, const char *log_lvl) show_trace_log_lvl() argument [all...] |
H A D | process_32.c | 60 const char *log_lvl) in __show_regs() 71 show_ip(regs, log_lvl); in __show_regs() 74 log_lvl, regs->ax, regs->bx, regs->cx, regs->dx); in __show_regs() 76 log_lvl, regs->si, regs->di, regs->bp, regs->sp); in __show_regs() 78 log_lvl, (u16)regs->ds, (u16)regs->es, (u16)regs->fs, gs, regs->ss, regs->flags); in __show_regs() 88 log_lvl, cr0, cr2, cr3, cr4); in __show_regs() 103 log_lvl, d0, d1, d2, d3); in __show_regs() 105 log_lvl, d6, d7); in __show_regs() 59 __show_regs(struct pt_regs *regs, enum show_regs_mode mode, const char *log_lvl) __show_regs() argument
|
H A D | process_64.c | 66 const char *log_lvl) in __show_regs() 73 show_iret_regs(regs, log_lvl); in __show_regs() 81 log_lvl, regs->ax, regs->bx, regs->cx); in __show_regs() 83 log_lvl, regs->dx, regs->si, regs->di); in __show_regs() 85 log_lvl, regs->bp, regs->r8, regs->r9); in __show_regs() 87 log_lvl, regs->r10, regs->r11, regs->r12); in __show_regs() 89 log_lvl, regs->r13, regs->r14, regs->r15); in __show_regs() 98 log_lvl, fs, shadowgs); in __show_regs() 117 log_lvl, fs, fsindex, gs, gsindex, shadowgs); in __show_regs() 119 log_lvl, reg in __show_regs() 65 __show_regs(struct pt_regs *regs, enum show_regs_mode mode, const char *log_lvl) __show_regs() argument [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | dumpstack.c | 69 const char *log_lvl) in printk_stack_address() 72 printk("%s %s%pBb\n", log_lvl, reliable ? "" : "? ", (void *)address); in printk_stack_address() 147 void show_iret_regs(struct pt_regs *regs, const char *log_lvl) in show_iret_regs() argument 149 show_ip(regs, log_lvl); in show_iret_regs() 150 printk("%sRSP: %04x:%016lx EFLAGS: %08lx", log_lvl, (int)regs->ss, in show_iret_regs() 155 bool partial, const char *log_lvl) in show_regs_if_on_stack() 167 __show_regs(regs, SHOW_REGS_SHORT, log_lvl); in show_regs_if_on_stack() 176 show_iret_regs(regs, log_lvl); in show_regs_if_on_stack() 187 unsigned long *stack, const char *log_lvl) in show_trace_log_lvl() 195 printk("%sCall Trace:\n", log_lvl); in show_trace_log_lvl() 68 printk_stack_address(unsigned long address, int reliable, const char *log_lvl) printk_stack_address() argument 154 show_regs_if_on_stack(struct stack_info *info, struct pt_regs *regs, bool partial, const char *log_lvl) show_regs_if_on_stack() argument 186 show_trace_log_lvl(struct task_struct *task, struct pt_regs *regs, unsigned long *stack, const char *log_lvl) show_trace_log_lvl() argument [all...] |
H A D | process_32.c | 60 const char *log_lvl) in __show_regs() 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() 59 __show_regs(struct pt_regs *regs, enum show_regs_mode mode, const char *log_lvl) __show_regs() argument
|
H A D | process_64.c | 68 const char *log_lvl) in __show_regs() 75 show_iret_regs(regs, log_lvl); in __show_regs() 83 log_lvl, regs->ax, regs->bx, regs->cx); in __show_regs() 85 log_lvl, regs->dx, regs->si, regs->di); in __show_regs() 87 log_lvl, regs->bp, regs->r8, regs->r9); in __show_regs() 89 log_lvl, regs->r10, regs->r11, regs->r12); in __show_regs() 91 log_lvl, regs->r13, regs->r14, regs->r15); in __show_regs() 100 log_lvl, fs, shadowgs); in __show_regs() 119 log_lvl, fs, fsindex, gs, gsindex, shadowgs); in __show_regs() 121 log_lvl, reg in __show_regs() 67 __show_regs(struct pt_regs *regs, enum show_regs_mode mode, const char *log_lvl) __show_regs() argument [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | dump_stack.c | 40 * @log_lvl: log level 45 void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() argument 48 log_lvl, raw_smp_processor_id(), current->pid, current->comm, in dump_stack_print_info() 57 log_lvl, dump_stack_arch_desc_str); in dump_stack_print_info() 59 print_worker_info(log_lvl, current); in dump_stack_print_info() 64 * @log_lvl: log level 69 void show_regs_print_info(const char *log_lvl) in show_regs_print_info() argument 71 dump_stack_print_info(log_lvl); in show_regs_print_info()
|
/kernel/linux/linux-5.10/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);
|
H A D | stacktrace.h | 92 unsigned long *stack, const char *log_lvl);
|
/kernel/linux/linux-6.6/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);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | printk.h | 190 void dump_stack_print_info(const char *log_lvl); 191 void show_regs_print_info(const char *log_lvl); 192 extern asmlinkage void dump_stack_lvl(const char *log_lvl) __cold; 256 static inline void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() argument 260 static inline void show_regs_print_info(const char *log_lvl) in show_regs_print_info() argument 264 static inline void dump_stack_lvl(const char *log_lvl) in dump_stack_lvl() argument
|
H A D | stop_machine.h | 43 extern void print_stop_info(const char *log_lvl, struct task_struct *task); 97 static inline void print_stop_info(const char *log_lvl, struct task_struct *task) { } in print_stop_info() argument
|
H A D | workqueue.h | 559 extern void print_worker_info(const char *log_lvl, struct task_struct *task);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | printk.h | 207 void dump_stack_print_info(const char *log_lvl); 208 void show_regs_print_info(const char *log_lvl); 264 static inline void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() argument 268 static inline void show_regs_print_info(const char *log_lvl) in show_regs_print_info() argument
|
H A D | workqueue.h | 479 extern void print_worker_info(const char *log_lvl, struct task_struct *task);
|
/kernel/linux/linux-6.6/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 | 5522 * @log_lvl: the log level to use when printing 5533 void print_worker_info(const char *log_lvl, struct task_struct *task) in print_worker_info() argument 5562 printk("%sWorkqueue: %s %ps", log_lvl, name, fn); in print_worker_info()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | workqueue.c | 4641 * @log_lvl: the log level to use when printing 4652 void print_worker_info(const char *log_lvl, struct task_struct *task) in print_worker_info() argument 4681 printk("%sWorkqueue: %s %ps", log_lvl, name, fn); in print_worker_info()
|