| /linux/arch/m68k/tools/amiga/ |
| A D | Makefile | 7 All: dmesg 10 dmesg: dmesg.c target 11 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
|
| /linux/tools/testing/selftests/damon/ |
| A D | sysfs_update_removed_scheme_dir.sh | 21 dmesg -C 42 if dmesg | grep -q BUG 45 dmesg 51 if dmesg | grep -q BUG 54 dmesg
|
| A D | debugfs_target_ids_read_before_terminate_race.sh | 4 dmesg -C 8 if dmesg | grep -q dbgfs_target_ids_read 10 dmesg
|
| A D | debugfs_huge_count_read_write.sh | 9 dmesg -C 16 if dmesg | grep -q WARNING 18 dmesg
|
| A D | debugfs_rm_non_contexts.sh | 9 dmesg -C 14 if dmesg | grep -q BUG 16 dmesg
|
| /linux/scripts/ |
| 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/tools/testing/selftests/powerpc/mm/ |
| A D | stress_code_patching.sh | 28 dmesg -C 35 if dmesg | grep -q 'ftrace bug' 42 if dmesg | grep -q 'ftrace bug'
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| A D | printk-basics.rst | 27 形缓冲区。读取它的通常方法是使用 ``dmesg`` 。 80 另一种方式,使用 ``dmesg``:: 82 # dmesg -n 5 85 见 ``dmesg(1)`` 。
|
| /linux/tools/testing/selftests/lkdtm/ |
| 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/power/pm-graph/ |
| 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'] 284 self.dmesg[phase]['start']*1000, 371 data.dmesg['user']['end'] = data.end 385 list = data.dmesg[p]['list'] 547 list = data.dmesg[p]['list'] 558 phase = data.dmesg[p] 570 list = data.dmesg[phase]['list'] [all …]
|
| A D | sleepgraph.py | 1522 return sorted(self.dmesg, key=lambda k:self.dmesg[k]['order']) 1529 self.dmesg[pnew] = self.dmesg.pop(phase) 1535 for p in self.dmesg: 1792 p = self.dmesg[phase] 1832 tS, tR = self.dmesg[lp]['end'], self.dmesg[phase]['start'] 2172 dm = self.dmesg 3573 del data.dmesg[lp] 3745 data.dmesg[lp]['end'] = data.dmesg[p]['start'] 4179 if lp not in data.dmesg: 4195 data.dmesg[lp]['end'] = data.dmesg[p]['start'] [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| A D | test_kmod.sh | 33 dmesg -C 51 dmesg | grep FAIL
|
| /linux/tools/testing/selftests/pstore/ |
| A D | pstore_post_reboot_tests | 41 check_files_exist dmesg 53 files=`ls dmesg-${backend}-*`
|
| A D | pstore_tests | 13 dmesg | grep -Eq "console \[(pstore|${backend})"
|
| /linux/tools/testing/selftests/net/openvswitch/ |
| A D | openvswitch.sh | 218 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}") 220 POST_TEST=$(dmesg | grep -c "${ERR_MSG}") 687 PRE_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+") 689 POST_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+") 709 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}") 714 POST_TEST=$(dmesg | grep -c "${ERR_MSG}") 721 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}") 725 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
|
| /linux/Documentation/ABI/testing/ |
| A D | pstore | 19 -r--r--r-- 1 root root 7896 Nov 30 15:38 dmesg-erst-1 24 - "dmesg" - saved console log 31 $ rm /sys/fs/pstore/dmesg-erst-1
|
| /linux/Documentation/core-api/ |
| 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/cpufreq/ |
| A D | main.sh | 191 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt 194 dmesg >> $1.dmesg_full.txt
|
| /linux/tools/testing/selftests/net/netfilter/ |
| A D | nft_fib.sh | 28 if dmesg | grep -q ' nft_rpfilter: ';then 29 dmesg -c | grep ' nft_rpfilter: ' 77 if dmesg | grep -q ' nft_rpfilter: ';then 78 dmesg | grep ' nft_rpfilter: '
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| 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/Documentation/translations/zh_TW/admin-guide/ |
| 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/tools/testing/selftests/livepatch/ |
| A D | functions.sh | 283 LAST_DMESG=$(dmesg | grep "$last_dmesg_msg") 299 result=$(dmesg | awk -v last_dmesg="$LAST_DMESG" 'p; $0 == last_dmesg { p=1 }' | \
|
| /linux/include/linux/ |
| A D | ptdump.h | 23 bool checkwx, bool dmesg);
|
| /linux/tools/testing/selftests/powerpc/scripts/ |
| A D | hmi.sh | 80 echo "Processed $expected_hmis events; presumed success. Check dmesg."
|
| /linux/tools/power/pm-graph/config/ |
| 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)
|