Searched refs:log_lvl (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/lib/ |
| D | dump_stack.c | 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() 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()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | dumpstack.c | 68 char *log_lvl) in printk_stack_address() argument 71 printk("%s %s%pB\n", log_lvl, reliable ? "" : "? ", (void *)address); in printk_stack_address() 163 unsigned long *stack, char *log_lvl) in show_trace_log_lvl() argument 171 printk("%sCall Trace:\n", log_lvl); in show_trace_log_lvl() 210 printk("%s <%s>\n", log_lvl, stack_name); in show_trace_log_lvl() 257 printk_stack_address(addr, 0, log_lvl); in show_trace_log_lvl() 258 printk_stack_address(real_addr, reliable, log_lvl); in show_trace_log_lvl() 278 printk("%s </%s>\n", log_lvl, stack_name); in show_trace_log_lvl()
|
| /Linux-v5.4/include/linux/ |
| D | printk.h | 202 void dump_stack_print_info(const char *log_lvl); 203 void show_regs_print_info(const char *log_lvl); 260 static inline void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() argument 264 static inline void show_regs_print_info(const char *log_lvl) in show_regs_print_info() argument
|
| D | workqueue.h | 477 extern void print_worker_info(const char *log_lvl, struct task_struct *task);
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | stacktrace.h | 90 unsigned long *stack, char *log_lvl);
|
| /Linux-v5.4/kernel/ |
| D | workqueue.c | 4572 void print_worker_info(const char *log_lvl, struct task_struct *task) in print_worker_info() argument 4601 printk("%sWorkqueue: %s %ps", log_lvl, name, fn); in print_worker_info()
|