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

/linux-4.1.27/arch/avr32/kernel/
H A Dprocess.c80 static void dump_mem(const char *str, const char *log_lvl, dump_mem() argument
86 printk("%s%s(0x%08lx to 0x%08lx)\n", log_lvl, str, bottom, top); dump_mem()
89 printk("%s%04lx: ", log_lvl, p & 0xffff); dump_mem()
119 struct pt_regs *regs, const char *log_lvl) show_trace_log_lvl()
137 printk("%sCall trace:\n", log_lvl); show_trace_log_lvl()
143 printk("%s [<%08lx>] ", log_lvl, lr); show_trace_log_lvl()
158 struct pt_regs *regs, const char *log_lvl) show_trace_log_lvl()
162 printk("%sCall trace:\n", log_lvl); show_trace_log_lvl()
168 printk("%s [<%08lx>] ", log_lvl, addr); show_trace_log_lvl()
180 struct pt_regs *regs, const char *log_lvl) show_stack_log_lvl()
196 dump_mem("Stack: ", log_lvl, sp, show_stack_log_lvl()
198 show_trace_log_lvl(tsk, (unsigned long *)sp, regs, log_lvl); show_stack_log_lvl()
212 void show_regs_log_lvl(struct pt_regs *regs, const char *log_lvl) show_regs_log_lvl() argument
218 show_regs_print_info(log_lvl); show_regs_log_lvl()
223 printk("%s", log_lvl); show_regs_log_lvl()
225 printk("%s", log_lvl); show_regs_log_lvl()
231 log_lvl, instruction_pointer(regs), lr, print_tainted(), show_regs_log_lvl()
232 log_lvl, sp, regs->r12, regs->r11); show_regs_log_lvl()
234 log_lvl, regs->r10, regs->r9, regs->r8); show_regs_log_lvl()
236 log_lvl, regs->r7, regs->r6, regs->r5, regs->r4); show_regs_log_lvl()
238 log_lvl, regs->r3, regs->r2, regs->r1, regs->r0); show_regs_log_lvl()
239 printk("%sFlags: %c%c%c%c%c\n", log_lvl, show_regs_log_lvl()
245 printk("%sMode bits: %c%c%c%c%c%c%c%c%c%c\n", log_lvl, show_regs_log_lvl()
256 printk("%sCPU Mode: %s\n", log_lvl, cpu_modes[mode]); show_regs_log_lvl()
118 show_trace_log_lvl(struct task_struct *tsk, unsigned long *sp, struct pt_regs *regs, const char *log_lvl) show_trace_log_lvl() argument
157 show_trace_log_lvl(struct task_struct *tsk, unsigned long *sp, struct pt_regs *regs, const char *log_lvl) show_trace_log_lvl() argument
179 show_stack_log_lvl(struct task_struct *tsk, unsigned long sp, struct pt_regs *regs, const char *log_lvl) show_stack_log_lvl() argument
/linux-4.1.27/arch/x86/kernel/
H A Ddumpstack_32.c95 unsigned long *sp, unsigned long bp, char *log_lvl) show_stack_log_lvl()
114 printk("%s %08lx", log_lvl, *stack++); show_stack_log_lvl()
120 show_trace_log_lvl(task, regs, sp, bp, log_lvl); show_stack_log_lvl()
94 show_stack_log_lvl(struct task_struct *task, struct pt_regs *regs, unsigned long *sp, unsigned long bp, char *log_lvl) show_stack_log_lvl() argument
H A Ddumpstack.c171 unsigned long *stack, unsigned long bp, char *log_lvl) show_trace_log_lvl()
173 printk("%sCall Trace:\n", log_lvl); show_trace_log_lvl()
174 dump_trace(task, regs, stack, bp, &print_trace_ops, log_lvl); show_trace_log_lvl()
170 show_trace_log_lvl(struct task_struct *task, struct pt_regs *regs, unsigned long *stack, unsigned long bp, char *log_lvl) show_trace_log_lvl() argument
H A Ddumpstack_64.c250 unsigned long *sp, unsigned long bp, char *log_lvl) show_stack_log_lvl()
289 printk("%s %016lx", log_lvl, *stack++); show_stack_log_lvl()
297 show_trace_log_lvl(task, regs, sp, bp, log_lvl); show_stack_log_lvl()
249 show_stack_log_lvl(struct task_struct *task, struct pt_regs *regs, unsigned long *sp, unsigned long bp, char *log_lvl) show_stack_log_lvl() argument
/linux-4.1.27/arch/x86/include/asm/
H A Dstacktrace.h86 unsigned long *stack, unsigned long bp, char *log_lvl);
90 unsigned long *sp, unsigned long bp, char *log_lvl);
/linux-4.1.27/arch/avr32/include/asm/
H A 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.1.27/include/linux/
H A Dprintk.h168 void dump_stack_print_info(const char *log_lvl); early_printk()
169 void show_regs_print_info(const char *log_lvl); early_printk()
222 static inline void dump_stack_print_info(const char *log_lvl) dump_stack_print_info() argument
226 static inline void show_regs_print_info(const char *log_lvl) show_regs_print_info() argument
H A Dworkqueue.h456 extern void print_worker_info(const char *log_lvl, struct task_struct *task);
/linux-4.1.27/kernel/printk/
H A Dprintk.c3062 * @log_lvl: log level
3067 void dump_stack_print_info(const char *log_lvl) dump_stack_print_info() argument
3070 log_lvl, raw_smp_processor_id(), current->pid, current->comm, dump_stack_print_info()
3077 log_lvl, dump_stack_arch_desc_str); dump_stack_print_info()
3079 print_worker_info(log_lvl, current); dump_stack_print_info()
3084 * @log_lvl: log level
3089 void show_regs_print_info(const char *log_lvl) show_regs_print_info() argument
3091 dump_stack_print_info(log_lvl); show_regs_print_info()
3094 log_lvl, current, current_thread_info(), show_regs_print_info()
/linux-4.1.27/kernel/
H A Dworkqueue.c4175 * @log_lvl: the log level to use when printing
4186 void print_worker_info(const char *log_lvl, struct task_struct *task) print_worker_info() argument
4220 printk("%sWorkqueue: %s %pf", log_lvl, name, fn); print_worker_info()

Completed in 380 milliseconds