/kernel/ |
D | panic.c | 410 static void warn_slowpath_common(const char *file, int line, void *caller, in warn_slowpath_common() argument 414 printk(KERN_WARNING "WARNING: at %s:%d %pS()\n", file, line, caller); in warn_slowpath_common() 426 void warn_slowpath_fmt(const char *file, int line, const char *fmt, ...) in warn_slowpath_fmt() argument 432 warn_slowpath_common(file, line, __builtin_return_address(0), in warn_slowpath_fmt() 438 void warn_slowpath_fmt_taint(const char *file, int line, in warn_slowpath_fmt_taint() argument 445 warn_slowpath_common(file, line, __builtin_return_address(0), in warn_slowpath_fmt_taint() 451 void warn_slowpath_null(const char *file, int line) in warn_slowpath_null() argument 453 warn_slowpath_common(file, line, __builtin_return_address(0), in warn_slowpath_null()
|
D | printk.c | 429 char *buf, *line; in devkmsg_writev() local 442 line = buf; in devkmsg_writev() 444 if (copy_from_user(line, iv[i].iov_base, iv[i].iov_len)) { in devkmsg_writev() 448 line += iv[i].iov_len; in devkmsg_writev() 460 line = buf; in devkmsg_writev() 461 if (line[0] == '<') { in devkmsg_writev() 464 i = simple_strtoul(line+1, &endp, 10); in devkmsg_writev() 470 len -= endp - line; in devkmsg_writev() 471 line = endp; in devkmsg_writev() 474 line[len] = '\0'; in devkmsg_writev() [all …]
|
D | cred.c | 753 void __invalid_creds(const struct cred *cred, const char *file, unsigned line) in __invalid_creds() argument 756 printk(KERN_ERR "CRED: At %s:%u\n", file, line); in __invalid_creds() 766 const char *file, unsigned line) in __validate_process_creds() argument 783 printk(KERN_ERR "CRED: At %s:%u\n", file, line); in __validate_process_creds()
|
D | rtmutex-debug.c | 48 lock, lock->file, lock->line); in printk_lock()
|
D | lockdep.c | 4208 void lockdep_rcu_suspicious(const char *file, const int line, const char *s) in lockdep_rcu_suspicious() argument 4222 printk("%s:%d %s!\n", file, line, s); in lockdep_rcu_suspicious()
|
/kernel/trace/ |
D | trace_branch.c | 78 entry->line = f->line; in probe_likely_condition() 158 field->line)) in trace_branch_print() 280 seq_printf(m, "%-30.30s %-20.20s %d\n", p->func, f, p->line); in branch_stat_show()
|
D | trace_entries.h | 312 __field( unsigned int, line ) 319 __entry->line,
|
D | Kconfig | 376 on the kernel command line.
|
/kernel/debug/kdb/ |
D | kdb_cmds | 20 defcmd dumpall "" "First line debugging"
|
/kernel/gcov/ |
D | Kconfig | 16 directories, add a line similar to the following to the respective
|
/kernel/power/ |
D | Kconfig | 45 after placing resume=/dev/swappartition on the kernel command line 61 be reloaded, then use the 'noresume' kernel command line argument.
|
/kernel/sched/ |
D | core.c | 7104 void __might_sleep(const char *file, int line, int preempt_offset) in __might_sleep() argument 7121 file, line); in __might_sleep()
|