Home
last modified time | relevance | path

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

/linux-4.4.14/arch/avr32/kernel/
Dprocess.c80 static void dump_mem(const char *str, const char *log_lvl, in dump_mem() argument
86 printk("%s%s(0x%08lx to 0x%08lx)\n", log_lvl, str, bottom, top); in dump_mem()
89 printk("%s%04lx: ", log_lvl, p & 0xffff); in dump_mem()
119 struct pt_regs *regs, const char *log_lvl) in show_trace_log_lvl() argument
137 printk("%sCall trace:\n", log_lvl); in show_trace_log_lvl()
143 printk("%s [<%08lx>] ", log_lvl, lr); in show_trace_log_lvl()
158 struct pt_regs *regs, const char *log_lvl) in show_trace_log_lvl() argument
162 printk("%sCall trace:\n", log_lvl); in show_trace_log_lvl()
168 printk("%s [<%08lx>] ", log_lvl, addr); in show_trace_log_lvl()
180 struct pt_regs *regs, const char *log_lvl) in show_stack_log_lvl() argument
[all …]
/linux-4.4.14/arch/x86/kernel/
Ddumpstack_32.c95 unsigned long *sp, unsigned long bp, char *log_lvl) in show_stack_log_lvl() argument
114 printk("%s %08lx", log_lvl, *stack++); in show_stack_log_lvl()
120 show_trace_log_lvl(task, regs, sp, bp, log_lvl); in show_stack_log_lvl()
Ddumpstack_64.c250 unsigned long *sp, unsigned long bp, char *log_lvl) in show_stack_log_lvl() argument
289 printk("%s %016lx", log_lvl, *stack++); in show_stack_log_lvl()
297 show_trace_log_lvl(task, regs, sp, bp, log_lvl); in show_stack_log_lvl()
Ddumpstack.c171 unsigned long *stack, unsigned long bp, char *log_lvl) in show_trace_log_lvl() argument
173 printk("%sCall Trace:\n", log_lvl); in show_trace_log_lvl()
174 dump_trace(task, regs, stack, bp, &print_trace_ops, log_lvl); in show_trace_log_lvl()
/linux-4.4.14/arch/x86/include/asm/
Dstacktrace.h86 unsigned long *stack, unsigned long bp, char *log_lvl);
90 unsigned long *sp, unsigned long bp, char *log_lvl);
/linux-4.4.14/arch/avr32/include/asm/
Dprocessor.h146 extern void show_regs_log_lvl(struct pt_regs *regs, const char *log_lvl);
148 struct pt_regs *regs, const char *log_lvl);
/linux-4.4.14/include/linux/
Dprintk.h170 void dump_stack_print_info(const char *log_lvl);
171 void show_regs_print_info(const char *log_lvl);
224 static inline void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() argument
228 static inline void show_regs_print_info(const char *log_lvl) in show_regs_print_info() argument
Dworkqueue.h456 extern void print_worker_info(const char *log_lvl, struct task_struct *task);
/linux-4.4.14/kernel/printk/
Dprintk.c3145 void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() argument
3148 log_lvl, raw_smp_processor_id(), current->pid, current->comm, in dump_stack_print_info()
3155 log_lvl, dump_stack_arch_desc_str); in dump_stack_print_info()
3157 print_worker_info(log_lvl, current); in dump_stack_print_info()
3167 void show_regs_print_info(const char *log_lvl) in show_regs_print_info() argument
3169 dump_stack_print_info(log_lvl); in show_regs_print_info()
3172 log_lvl, current, current_thread_info(), in show_regs_print_info()
/linux-4.4.14/kernel/
Dworkqueue.c4166 void print_worker_info(const char *log_lvl, struct task_struct *task) in print_worker_info() argument
4200 printk("%sWorkqueue: %s %pf", log_lvl, name, fn); in print_worker_info()