Home
last modified time | relevance | path

Searched refs:log_lvl (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/lib/
Ddump_stack.c55 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()
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
87 dump_stack_print_info(log_lvl); in __dump_stack()
88 show_stack(NULL, NULL, log_lvl); in __dump_stack()
[all …]
/linux-6.1.9/arch/x86/kernel/
Ddumpstack.c69 const char *log_lvl) in printk_stack_address() argument
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() argument
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() argument
195 printk("%sCall Trace:\n", log_lvl); in show_trace_log_lvl()
[all …]
Dprocess_32.c60 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()
Dprocess_64.c67 const char *log_lvl) in __show_regs() argument
74 show_iret_regs(regs, log_lvl); in __show_regs()
82 log_lvl, regs->ax, regs->bx, regs->cx); in __show_regs()
84 log_lvl, regs->dx, regs->si, regs->di); in __show_regs()
86 log_lvl, regs->bp, regs->r8, regs->r9); in __show_regs()
88 log_lvl, regs->r10, regs->r11, regs->r12); in __show_regs()
90 log_lvl, regs->r13, regs->r14, regs->r15); in __show_regs()
99 log_lvl, fs, shadowgs); in __show_regs()
118 log_lvl, fs, fsindex, gs, gsindex, shadowgs); in __show_regs()
120 log_lvl, regs->cs, ds, es, cr0); in __show_regs()
[all …]
/linux-6.1.9/arch/x86/include/asm/
Dkdebug.h40 const char *log_lvl);
41 extern void show_iret_regs(struct pt_regs *regs, const char *log_lvl);
/linux-6.1.9/include/linux/
Dprintk.h192 void dump_stack_print_info(const char *log_lvl);
193 void show_regs_print_info(const char *log_lvl);
194 extern asmlinkage void dump_stack_lvl(const char *log_lvl) __cold;
258 static inline void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() argument
262 static inline void show_regs_print_info(const char *log_lvl) in show_regs_print_info() argument
266 static inline void dump_stack_lvl(const char *log_lvl) in dump_stack_lvl() argument
Dstop_machine.h40 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
Dworkqueue.h472 extern void print_worker_info(const char *log_lvl, struct task_struct *task);
/linux-6.1.9/kernel/
Dstop_machine.c52 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()
Dworkqueue.c4668 void print_worker_info(const char *log_lvl, struct task_struct *task) in print_worker_info() argument
4697 printk("%sWorkqueue: %s %ps", log_lvl, name, fn); in print_worker_info()