Searched refs:log_lvl (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/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-v4.19/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-v4.19/include/linux/ |
D | printk.h | 206 void dump_stack_print_info(const char *log_lvl); 207 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
|
D | workqueue.h | 495 extern void print_worker_info(const char *log_lvl, struct task_struct *task);
|
/Linux-v4.19/arch/x86/include/asm/ |
D | stacktrace.h | 88 unsigned long *stack, char *log_lvl);
|
/Linux-v4.19/kernel/ |
D | workqueue.c | 4395 void print_worker_info(const char *log_lvl, struct task_struct *task) in print_worker_info() argument 4424 printk("%sWorkqueue: %s %pf", log_lvl, name, fn); in print_worker_info()
|