| /tools/testing/memblock/linux/ |
| A D | printk.h | 16 #define printk printf macro 19 #define pr_info printk 20 #define pr_debug printk 21 #define pr_cont printk 22 #define pr_err printk 23 #define pr_warn printk
|
| /tools/testing/shared/linux/ |
| A D | kernel.h | 16 #define printk printf macro 17 #define pr_err printk 18 #define pr_info printk 19 #define pr_debug printk 20 #define pr_cont printk
|
| /tools/testing/selftests/ftrace/test.d/kprobe/ |
| A D | kprobe_module.tc | 6 rmmod trace-printk ||: 7 if ! modprobe trace-printk ; then 33 if ! rmmod trace-printk ; then 46 modprobe trace-printk 50 rmmod trace-printk
|
| /tools/testing/selftests/ftrace/test.d/event/ |
| A D | trace_printk.tc | 5 rmmod trace-printk ||: 6 if ! modprobe trace-printk ; then 27 rmmod trace-printk ||:
|
| /tools/testing/selftests/net/ |
| A D | ipsec.c | 39 #define printk(fmt, ...) \ macro 300 printk("NLMSG_ERROR: %d: %s", in netlink_check_answer() 696 printk("EOF on reply to ping"); in udp_ping_send() 725 printk("EOF on reply to ping"); in udp_ping_reply() 756 printk("Failed to init ping"); in do_ping() 850 printk("BUG: buggy ah desc"); in xfrm_state_pack_algo() 872 printk("BUG: buggy esp desc"); in xfrm_state_pack_algo() 1052 printk("NLMSG_ERROR: %d: %s", in xfrm_state_check() 1767 printk("failed to set xfrm"); in child_serv() 1824 printk("Ack failed"); in child_f() [all …]
|
| /tools/power/cpupower/debug/kernel/ |
| A D | cpufreq-test_tsc.c | 83 printk(KERN_DEBUG "start--> \n"); in cpufreq_test_tsc() 92 …printk(KERN_DEBUG "t1: %08u t2: %08u diff_pmtmr: %08u diff_tsc: %016llu\n", then, now, diff, diff_… in cpufreq_test_tsc() 96 printk(KERN_DEBUG "<-- end \n"); in cpufreq_test_tsc()
|
| /tools/testing/kunit/test_data/ |
| A D | test_output_isolated_correctly.log | 20 [<6005c5ec>] ? printk+0x0/0x9b 26 [<6005c5ec>] ? printk+0x0/0x9b 28 [<6005c5ec>] ? printk+0x0/0x9b 30 [<6005c5ec>] ? printk+0x0/0x9b 36 [<6005c5ec>] ? printk+0x0/0x9b 53 printk: console [stderr0] disabled 92 printk: console [tty0] enabled 93 printk: console [mc-1] enabled
|
| A D | test_kernel_panic_interrupt.log | 1 [ 0.060000] printk: console [mc-1] enabled
|
| A D | test_config_printk_time.log | 1 [ 0.060000] printk: console [mc-1] enabled
|
| A D | test_output_with_prefix_isolated_correctly.log | 1 [ 0.060000] printk: console [mc-1] enabled
|
| A D | test_pound_no_prefix.log | 1 printk: console [mc-1] enabled
|
| A D | test_pound_sign.log | 1 [ 0.060000] printk: console [mc-1] enabled
|
| A D | test_multiple_prefixes.log | 1 [ 0.060000][ T1] printk: console [mc-1] enabled
|
| A D | test_interrupted_tap_output.log | 1 [ 0.060000] printk: console [mc-1] enabled
|
| /tools/virtio/linux/ |
| A D | printk.h | 3 #define printk printf macro
|
| /tools/testing/selftests/ftrace/test.d/ftrace/ |
| A D | func_mod_trace.tc | 12 if ! modprobe trace-printk ; then
|
| /tools/perf/util/ |
| A D | trace-event-parse.c | 236 char *printk; in parse_ftrace_printk() local 251 printk = strdup(fmt+1); in parse_ftrace_printk() 253 tep_register_print_string(pevent, printk, addr); in parse_ftrace_printk() 254 free(printk); in parse_ftrace_printk()
|
| /tools/testing/selftests/drivers/net/ |
| A D | netcons_cmdline.sh | 28 echo "6 5" > /proc/sys/kernel/printk
|
| A D | netcons_basic.sh | 32 echo "6 5" > /proc/sys/kernel/printk
|
| A D | netcons_fragmented_msg.sh | 85 echo "6 5" > /proc/sys/kernel/printk
|
| A D | netcons_sysdata.sh | 216 echo "6 5" > /proc/sys/kernel/printk
|
| /tools/testing/selftests/bpf/progs/ |
| A D | lru_bug.c | 21 int printk(void *ctx) in printk() function
|
| /tools/power/pm-graph/config/ |
| A D | cgskip.txt | 28 printk
|
| /tools/testing/selftests/drivers/net/lib/sh/ |
| A D | lib_netcons.sh | 25 DEFAULT_PRINTK_VALUES=$(cat /proc/sys/kernel/printk) 177 echo "${DEFAULT_PRINTK_VALUES}" > /proc/sys/kernel/printk
|
| /tools/testing/radix-tree/ |
| A D | idr-test.c | 192 printk("vvv Ignore these warnings\n"); in idr_u32_test1() 203 printk("^^^ Warnings over\n"); in idr_u32_test1()
|