/kernel/locking/ |
D | lockdep.c | 521 printk(KERN_DEBUG "%s\n", bug_msg); in print_lockdep_off() 522 printk(KERN_DEBUG "turning off the locking correctness validator.\n"); in print_lockdep_off() 524 printk(KERN_DEBUG "Please attach the output of /proc/lock_stat to the bug report\n"); in print_lockdep_off() 720 printk(KERN_CONT "%s", name); in __print_lock_name() 722 printk(KERN_CONT "%s", name); in __print_lock_name() 724 printk(KERN_CONT "#%d", class->name_version); in __print_lock_name() 726 printk(KERN_CONT "/%d", class->subclass); in __print_lock_name() 736 printk(KERN_CONT " ("); in print_lock_name() 738 printk(KERN_CONT "){%s}-{%d:%d}", usage, in print_lock_name() 752 printk(KERN_CONT "%s", name); in print_lockdep_cache() [all …]
|
D | spinlock_debug.c | 60 printk(KERN_EMERG "BUG: spinlock %s on CPU#%d, %s/%d\n", in spin_dump() 63 printk(KERN_EMERG " lock: %pS, .magic: %08x, .owner: %s/%d, " in spin_dump() 150 printk(KERN_EMERG "BUG: rwlock %s on CPU#%d, %s/%d, %p\n", in rwlock_bug()
|
D | test-ww_mutex.c | 630 printk(KERN_INFO "Beginning ww mutex selftests\n"); in test_ww_mutex_init() 670 printk(KERN_INFO "All ww mutex selftests passed\n"); in test_ww_mutex_init()
|
/kernel/irq/ |
D | debug.h | 6 #define ___P(f) if (desc->status_use_accessors & f) printk("%14s set\n", #f) 7 #define ___PS(f) if (desc->istate & f) printk("%14s set\n", #f) 18 printk("irq %d, desc: %p, depth: %d, count: %d, unhandled: %d\n", in print_irq_desc() 20 printk("->handle_irq(): %p, %pS\n", in print_irq_desc() 22 printk("->irq_data.chip(): %p, %pS\n", in print_irq_desc() 24 printk("->action(): %p\n", desc->action); in print_irq_desc() 26 printk("->action->handler(): %p, %pS\n", in print_irq_desc()
|
D | spurious.c | 199 printk(KERN_ERR "irq event %d: bogus return value %x\n", in __report_bad_irq() 202 printk(KERN_ERR "irq %d: nobody cared (try booting with " in __report_bad_irq() 206 printk(KERN_ERR "handlers:\n"); in __report_bad_irq() 216 printk(KERN_ERR "[<%p>] %ps", action->handler, action->handler); in __report_bad_irq() 218 printk(KERN_CONT " threaded [<%p>] %ps", in __report_bad_irq() 220 printk(KERN_CONT "\n"); in __report_bad_irq() 423 printk(KERN_EMERG "Disabling IRQ #%d\n", irq); in note_interrupt() 439 printk(KERN_INFO "IRQ lockup detection disabled\n"); in noirqdebug_setup() 455 printk(KERN_WARNING "Misrouted IRQ fixup support enabled.\n"); in irqfixup_setup() 456 printk(KERN_WARNING "This may impact system performance.\n"); in irqfixup_setup() [all …]
|
D | handle.c | 57 printk(KERN_WARNING "IRQ %d device %s returned IRQ_WAKE_THREAD " in warn_no_thread()
|
/kernel/trace/ |
D | trace_selftest.c | 41 printk(KERN_CONT ".. bad ring buffer "); in trace_test_buffer_cpu() 45 printk(KERN_CONT ".. invalid entry %d ", in trace_test_buffer_cpu() 55 printk(KERN_CONT ".. corrupted trace buffer .. "); in trace_test_buffer_cpu() 99 printk(KERN_WARNING "Failed to init %s tracer, init returned %d\n", in warn_failed_init_tracer() 165 printk("(%d %d %d %d %d) ", in print_counts() 192 printk(KERN_CONT "PASSED\n"); in trace_selftest_ops() 252 printk("MEMORY ERROR "); in trace_selftest_ops() 366 printk(KERN_CONT "PASSED\n"); in trace_selftest_startup_dynamic_tracing() 402 printk(KERN_CONT ".. filter did not filter .. "); in trace_selftest_startup_dynamic_tracing() 425 printk(KERN_CONT ".. filter failed count=%ld ..", count); in trace_selftest_startup_dynamic_tracing() [all …]
|
D | trace_nop.c | 71 printk(KERN_DEBUG "nop_test_accept flag set to %d: we accept." in nop_set_flag() 78 printk(KERN_DEBUG "nop_test_refuse flag set to %d: we refuse." in nop_set_flag()
|
D | trace_branch.c | 190 printk(KERN_WARNING "Warning: could not register " in init_branch_tracer() 383 printk(KERN_WARNING "Warning: could not register " in init_annotated_branch_stats() 448 printk(KERN_WARNING "Warning: could not register " in all_annotated_branch_stats()
|
D | trace_events_filter.c | 2382 printk(KERN_INFO "\npred visited %s\n", field->name); in test_pred_visited_fn() 2414 printk(KERN_INFO "Testing ftrace filter: "); in ftrace_test_event_filter() 2424 printk(KERN_INFO in ftrace_test_event_filter() 2450 printk(KERN_INFO in ftrace_test_event_filter() 2457 printk(KERN_INFO in ftrace_test_event_filter() 2465 printk(KERN_CONT "OK\n"); in ftrace_test_event_filter()
|
D | trace_export.c | 76 printk(print); \
|
/kernel/power/ |
D | suspend_test.c | 81 printk(err_readtime, dev_name(&rtc->dev), status); in test_wakealarm() 92 printk(err_wakealarm, dev_name(&rtc->dev), status); in test_wakealarm() 97 printk(info_test, pm_states[state]); in test_wakealarm() 103 printk(info_test, pm_states[state]); in test_wakealarm() 109 printk(info_test, pm_states[state]); in test_wakealarm() 114 printk(err_suspend, status); in test_wakealarm() 174 printk(warn_bad_state, suspend_type); in setup_test_suspend() 199 printk(warn_bad_state, test_state_label); in test_suspend() 210 printk(warn_no_rtc); in test_suspend()
|
/kernel/sched/ |
D | topology.c | 47 printk(KERN_DEBUG "%*s domain-%d: ", level, "", level); in sched_domain_debug_one() 48 printk(KERN_CONT "span=%*pbl level=%s\n", in sched_domain_debug_one() 52 printk(KERN_ERR "ERROR: domain->span does not contain CPU%d\n", cpu); in sched_domain_debug_one() 55 printk(KERN_ERR "ERROR: domain->groups does not contain CPU%d\n", cpu); in sched_domain_debug_one() 64 printk(KERN_ERR "ERROR: flag %s set here but not in child\n", in sched_domain_debug_one() 69 printk(KERN_ERR "ERROR: flag %s set here but not in parent\n", in sched_domain_debug_one() 73 printk(KERN_DEBUG "%*s groups:", level + 1, ""); in sched_domain_debug_one() 76 printk("\n"); in sched_domain_debug_one() 77 printk(KERN_ERR "ERROR: group is NULL\n"); in sched_domain_debug_one() 82 printk(KERN_CONT "\n"); in sched_domain_debug_one() [all …]
|
D | clock.c | 133 printk(KERN_INFO "sched_clock: Marking stable (%lld, %lld)->(%lld, %lld)\n", in __set_sched_clock_stable() 168 …printk(KERN_WARNING "TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unsta… in __sched_clock_work() 169 printk(KERN_INFO "sched_clock: Marking unstable (%lld, %lld)<-(%lld, %lld)\n", in __sched_clock_work()
|
D | autogroup.c | 122 printk(KERN_WARNING "autogroup_create: %s failure.\n", in autogroup_create()
|
/kernel/ |
D | cred.c | 24 printk("[%-5.5s%5u] " FMT "\n", \ 845 printk(KERN_ERR "CRED: %s credentials: %p %s%s%s\n", in dump_invalid_creds() 850 printk(KERN_ERR "CRED: ->magic=%x, put_addr=%p\n", in dump_invalid_creds() 852 printk(KERN_ERR "CRED: ->usage=%d, subscr=%d\n", in dump_invalid_creds() 855 printk(KERN_ERR "CRED: ->*uid = { %d,%d,%d,%d }\n", in dump_invalid_creds() 860 printk(KERN_ERR "CRED: ->*gid = { %d,%d,%d,%d }\n", in dump_invalid_creds() 866 printk(KERN_ERR "CRED: ->security is %p\n", cred->security); in dump_invalid_creds() 870 printk(KERN_ERR "CRED: ->security {%x, %x}\n", in dump_invalid_creds() 881 printk(KERN_ERR "CRED: Invalid credentials\n"); in __invalid_creds() 882 printk(KERN_ERR "CRED: At %s:%u\n", file, line); in __invalid_creds() [all …]
|
D | dma.c | 91 printk(KERN_WARNING "Trying to free DMA%d\n", dmanr); in free_dma() 96 printk(KERN_WARNING "Trying to free free DMA%d\n", dmanr); in free_dma()
|
D | stacktrace.c | 33 printk("%*c%pS\n", 1 + spaces, ' ', (void *)entries[i]); in stack_trace_print()
|
D | resource.c | 243 printk(KERN_DEBUG "release child resource %pR\n", tmp); in __release_child_resources() 891 printk("Expanded resource %s due to conflict with %s\n", new->name, conflict->name); in insert_resource_expand_to_fit() 1286 printk(KERN_WARNING "Trying to free nonexistent resource " in __release_region() 1672 …printk(KERN_WARNING "resource sanity check: requesting [mem %#010llx-%#010llx], which spans more t… in iomem_map_sanity_check()
|
/kernel/trace/rv/ |
D | Kconfig | 69 Enables the printk reactor. The printk reactor emits a printk() 77 Enables the panic reactor. The panic reactor emits a printk()
|
D | rv_reactors.c | 342 printk(KERN_WARNING in rv_unregister_reactor() 345 printk(KERN_WARNING "rv: the rv_reactor %s cannot be removed\n", in rv_unregister_reactor()
|
/kernel/printk/ |
D | Makefile | 2 obj-y = printk.o
|
/kernel/module/ |
D | tracking.c | 54 printk(KERN_DEFAULT "Unloaded tainted modules:"); in print_unloaded_tainted_modules()
|
/kernel/debug/kdb/ |
D | kdb_io.c | 739 printk("%s", kdb_buffer); in vkdb_printf() 786 printk("%s", moreprompt); in vkdb_printf()
|
/kernel/configs/ |
D | debug.config | 9 # printk and dmesg options
|