| /linux/arch/m68k/tools/amiga/ |
| H A D | Makefile | 7 All: dmesg 10 dmesg: dmesg.c target 11 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
|
| /linux/tools/testing/selftests/damon/ |
| H A D | sysfs_update_removed_scheme_dir.sh | 19 dmesg -C 40 if dmesg | grep -q BUG 43 dmesg 49 if dmesg | grep -q BUG 52 dmesg
|
| /linux/scripts/ |
| H A D | leaking_addresses.pl | 580 my ($total, $dmesg, $paths, $files) = parse_raw_file($file); 585 print_dmesg($dmesg); 618 my @dmesg; # dmesg output. 627 push @dmesg, $line; 635 return $total, \@dmesg, \%paths, \%files; 640 my ($dmesg) = @_; 644 if (@$dmesg == 0) { 649 foreach(@$dmesg) {
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | printk-basics.rst | 27 形缓冲区。读取它的通常方法是使用 ``dmesg`` 。 80 另一种方式,使用 ``dmesg``:: 82 # dmesg -n 5 85 见 ``dmesg(1)`` 。
|
| /linux/tools/testing/selftests/powerpc/mm/ |
| H A D | stress_code_patching.sh | 28 dmesg -C 35 if dmesg | grep -q 'ftrace bug' 42 if dmesg | grep -q 'ftrace bug'
|
| /linux/tools/power/pm-graph/ |
| H A D | bootgraph.py | 213 dmesg = {} # root data structure variable in Data 229 self.dmesg = { 241 list = self.dmesg[phase]['list'] 258 list = self.dmesg[p]['list'] 282 dc = len(self.dmesg[phase]['list']) 284 self.dmesg[phase]['start']*1000, 285 self.dmesg[phase]['end']*1000, dc)) 297 data.dmesg['kernel']['start'] = data.start = ktime = 0.0 364 data.dmesg['kernel']['end'] = ktime 365 data.dmesg['user']['start'] = ktime [all …]
|
| H A D | sleepgraph.py | 1539 self.dmesg = dict() # root data structure 1545 return sorted(self.dmesg, key=lambda k:self.dmesg[k]['order']) 1548 for phase in sorted(self.dmesg.keys()): 1552 self.dmesg[pnew] = self.dmesg.pop(phase) 1557 order = self.dmesg[phase]['order'] + offset 1558 for p in self.dmesg: 1559 if self.dmesg[p]['order'] == order: 1632 list = self.dmesg[phase]['list'] 1643 pend = self.dmesg[phase]['end'] 1646 return 'resume_complete' if 'resume_complete' in self.dmesg else '' [all …]
|
| H A D | README | 52 and will capture dmesg and ftrace data. This data is transformed into a set of 94 data from trace events instead of from dmesg. You can enable 145 raw dmesg output: <hostname>_<mode>_dmesg.txt 236 Gzip the trace and dmesg logs to save space. The tool can also read in 264 is a list of kernel issues found in dmesg from all the tests. 269 dmesg and ftrace logs. This will require a significant amount of time if 284 Each test subfolder contains the dmesg/ftrace logs and/or the html timeline 361 # Add Logs: add the dmesg and ftrace log to the html output (def: false) 636 dmesg out : /mnt/shell/emulated/0/dmesg.txt 651 # (optional) get the dmesg data, this is for debugging [all …]
|
| /linux/tools/testing/selftests/lkdtm/ |
| H A D | run.sh | 71 DMESG=$(mktemp --tmpdir -t lkdtm-dmesg-XXXXXX) 83 dmesg > "$DMESG" 97 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
|
| /linux/tools/testing/selftests/verification/test.d/ |
| H A D | rv_wwnr_printk.tc | 9 lines_before=$(dmesg | wc -l) 11 dmesg | tail -n $((lines_before + 1)) | grep -q "rv: monitor wwnr does not allow event"
|
| /linux/tools/testing/selftests/net/openvswitch/ |
| H A D | openvswitch.sh | 221 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}") 223 POST_TEST=$(dmesg | grep -c "${ERR_MSG}") 695 PRE_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+") 697 POST_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+") 717 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}") 722 POST_TEST=$(dmesg | grep -c "${ERR_MSG}") 729 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}") 733 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_kmod.sh | 33 dmesg -C 51 dmesg | grep FAIL
|
| /linux/tools/testing/selftests/pstore/ |
| H A D | pstore_post_reboot_tests | 41 check_files_exist dmesg 53 files=`ls dmesg-${backend}-*`
|
| H A D | pstore_tests | 13 dmesg | grep -Eq "console \[(pstore|${backend})"
|
| /linux/Documentation/core-api/ |
| H A D | printk-basics.rst | 21 using ``dmesg``. 77 Another way, using ``dmesg``:: 79 # dmesg -n 5 82 console. See ``dmesg(1)`` for more information.
|
| /linux/tools/testing/selftests/vsock/ |
| H A D | vmtest.sh | 547 vm_ssh "${ns}" -- dmesg 2>/dev/null | grep -c -i 'Oops' 553 vm_ssh "${ns}" -- dmesg --level=warn 2>/dev/null | grep -c -i 'vsock' 1429 host_oops_cnt_before=$(dmesg | grep -c -i 'Oops') 1430 host_warn_cnt_before=$(dmesg --level=warn | grep -c -i 'vsock') 1438 host_oops_cnt_after=$(dmesg | grep -i 'Oops' | wc -l) 1444 host_warn_cnt_after=$(dmesg --level=warn | grep -c -i 'vsock') 1481 host_oops_before=$(dmesg 2>/dev/null | grep -c -i 'Oops') 1482 host_warn_before=$(dmesg --level=warn 2>/dev/null | grep -c -i 'vsock') 1486 host_oops_after=$(dmesg 2>/dev/null | grep -c -i 'Oops') 1494 host_warn_after=$(dmesg --level=warn 2>/dev/null | grep -c -i 'vsock')
|
| /linux/tools/testing/selftests/cpufreq/ |
| H A D | main.sh | 191 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt 194 dmesg >> $1.dmesg_full.txt
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | reporting-issues.rst | 126 構建配置(.config)和 ``dmesg`` 的輸出放在網上的某個地方,並鏈接到它。包 759 [user@something ~]$ sudo dmesg | ./linux-5.10.5/scripts/decode_stacktrace.sh ./linux-5.10.5/vmlinux 765 [user@something ~]$ sudo dmesg | ./linux-5.10.5/scripts/decode_stacktrace.sh \ 833 核構建配置(.config)和 ``dmesg`` 的輸出放在網上的某個地方,並鏈接到它。 872 * 內核的信息,你從 ``dmesg`` 得到的信息寫到一個文件裏。確保它以像“Linux 877 ``dmesg`` 。
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | reporting-issues.rst | 125 构建配置(.config)和 ``dmesg`` 的输出放在网上的某个地方,并链接到它。包 758 [user@something ~]$ sudo dmesg | ./linux-5.10.5/scripts/decode_stacktrace.sh ./linux-5.10.5/vmlinux 764 [user@something ~]$ sudo dmesg | ./linux-5.10.5/scripts/decode_stacktrace.sh \ 832 核构建配置(.config)和 ``dmesg`` 的输出放在网上的某个地方,并链接到它。 871 * 内核的信息,你从 ``dmesg`` 得到的信息写到一个文件里。确保它以像“Linux 876 ``dmesg`` 。
|
| /linux/tools/power/pm-graph/config/ |
| H A D | freeze.cfg | 25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values 33 # add the dmesg and ftrace log to the html output (default: false)
|
| H A D | standby.cfg | 25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values 33 # add the dmesg and ftrace log to the html output (default: false)
|
| H A D | standby-callgraph.cfg | 26 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values 34 # add the dmesg and ftrace log to the html output (default: false)
|
| H A D | freeze-dev.cfg | 25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values 33 # add the dmesg and ftrace log to the html output (default: false)
|
| /linux/tools/testing/selftests/livepatch/ |
| H A D | functions.sh | 309 LAST_DMESG=$(dmesg | grep "$last_dmesg_msg") 325 result=$(dmesg | awk -v last_dmesg="$LAST_DMESG" 'p; $0 == last_dmesg { p=1 }' | \
|
| /linux/tools/testing/selftests/net/bench/ |
| H A D | test_bench_page_pool.sh | 14 result=$(dmesg | tail -10)
|