Home
last modified time | relevance | path

Searched refs:dmesg (Results 1 – 25 of 155) sorted by relevance

1234567

/linux/arch/m68k/tools/amiga/
A DMakefile7 All: dmesg
10 dmesg: dmesg.c target
11 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
/linux/scripts/
A Dleaking_addresses.pl521 my ($total, $dmesg, $paths, $files) = parse_raw_file($file);
526 print_dmesg($dmesg);
559 my @dmesg; # dmesg output.
568 push @dmesg, $line;
576 return $total, \@dmesg, \%paths, \%files;
581 my ($dmesg) = @_;
585 if (@$dmesg == 0) {
590 foreach(@$dmesg) {
/linux/tools/testing/selftests/damon/
A Ddebugfs_huge_count_read_write.sh9 dmesg -C
16 if dmesg | grep -q WARNING
18 dmesg
/linux/Documentation/translations/zh_CN/core-api/
A Dprintk-basics.rst26 形缓冲区。读取它的通常方法是使用 ``dmesg`` 。
79 另一种方式,使用 ``dmesg``::
81 # dmesg -n 5
84 见 ``dmesg(1)`` 。
/linux/tools/testing/selftests/powerpc/mm/
A Dstress_code_patching.sh28 dmesg -C
35 if dmesg | grep -q 'ftrace bug'
42 if dmesg | grep -q 'ftrace bug'
/linux/tools/power/pm-graph/
A Dbootgraph.py211 dmesg = {} # root data structure variable in Data
227 self.dmesg = {
239 list = self.dmesg[phase]['list']
256 list = self.dmesg[p]['list']
282 self.dmesg[phase]['start']*1000,
369 data.dmesg['user']['end'] = data.end
383 list = data.dmesg[p]['list']
545 list = data.dmesg[p]['list']
556 phase = data.dmesg[p]
568 list = data.dmesg[phase]['list']
[all …]
A Dsleepgraph.py1419 return sorted(self.dmesg, key=lambda k:self.dmesg[k]['order'])
1426 self.dmesg[pnew] = self.dmesg.pop(phase)
1432 for p in self.dmesg:
1686 p = self.dmesg[phase]
1718 tS, tR = self.dmesg[lp]['end'], self.dmesg[phase]['start']
2090 dm = self.dmesg
3407 del data.dmesg[lp]
3577 data.dmesg[lp]['end'] = data.dmesg[p]['start']
4010 if p not in data.dmesg:
4023 data.dmesg[lp]['end'] = data.dmesg[p]['start']
[all …]
A DREADME52 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/
A Drun.sh71 DMESG=$(mktemp --tmpdir -t lkdtm-dmesg-XXXXXX)
83 dmesg > "$DMESG"
97 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
/linux/tools/testing/selftests/livepatch/
A Dfunctions.sh46 SAVED_DMESG=$(mktemp --tmpdir -t klp-dmesg-XXXXXX)
47 dmesg > "$SAVED_DMESG"
281 result=$(dmesg | comm --nocheck-order -13 "$SAVED_DMESG" - | \
/linux/Documentation/ABI/testing/
A Dpstore19 -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/tools/testing/selftests/bpf/
A Dtest_kmod.sh27 dmesg -C
45 dmesg | grep FAIL
/linux/tools/testing/selftests/pstore/
A Dpstore_post_reboot_tests41 check_files_exist dmesg
53 files=`ls dmesg-${backend}-*`
A Dpstore_tests13 dmesg | grep -Eq "console \[(pstore|${backend})"
/linux/tools/testing/selftests/netfilter/
A Dnft_fib.sh46 dmesg | grep -q ' nft_rpfilter: '
48 dmesg -c | grep ' nft_rpfilter: '
84 dmesg | grep -q ' nft_rpfilter: '
86 dmesg | grep ' nft_rpfilter: '
/linux/Documentation/core-api/
A Dprintk-basics.rst21 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 Dmain.sh183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt
186 dmesg >> $1.dmesg_full.txt
/linux/Documentation/translations/zh_TW/admin-guide/
A Dreporting-issues.rst130 構建配置(.config)和 ``dmesg`` 的輸出放在網上的某個地方,並連結到它。包
764 [user@something ~]$ sudo dmesg | ./linux-5.10.5/scripts/decode_stacktrace.sh ./linux-5.10.5/vmlinux
770 [user@something ~]$ sudo dmesg | ./linux-5.10.5/scripts/decode_stacktrace.sh \
838 核構建配置(.config)和 ``dmesg`` 的輸出放在網上的某個地方,並連結到它。
877 * 內核的信息,你從 ``dmesg`` 得到的信息寫到一個文件里。確保它以像「Linux
882 ``dmesg`` 。
/linux/Documentation/translations/zh_CN/admin-guide/
A Dreporting-issues.rst129 构建配置(.config)和 ``dmesg`` 的输出放在网上的某个地方,并链接到它。包
763 [user@something ~]$ sudo dmesg | ./linux-5.10.5/scripts/decode_stacktrace.sh ./linux-5.10.5/vmlinux
769 [user@something ~]$ sudo dmesg | ./linux-5.10.5/scripts/decode_stacktrace.sh \
837 核构建配置(.config)和 ``dmesg`` 的输出放在网上的某个地方,并链接到它。
876 * 内核的信息,你从 ``dmesg`` 得到的信息写到一个文件里。确保它以像“Linux
881 ``dmesg`` 。
/linux/Documentation/translations/zh_CN/
A Doops-tracing.txt25 注意: ksymoops 在2.6中是没有用的。 请以原有格式使用Oops(来自dmesg,等等)。
44 能够运行dmesg > file来从内核缓冲区中读取数据并保存下来。 否则你可以
57 使用在Documentation/admin-guide/kdump/gdbmacros.txt中定义的dmesg gdb宏,从旧的内存中提取内核
/linux/Documentation/translations/zh_TW/
A Doops-tracing.txt24 注意: ksymoops 在2.6中是沒有用的。 請以原有格式使用Oops(來自dmesg,等等)。
43 能夠運行dmesg > file來從內核緩衝區中讀取數據並保存下來。 否則你可以
56 使用在Documentation/admin-guide/kdump/gdbmacros.txt中定義的dmesg gdb宏,從舊的內存中提取內核
/linux/tools/power/pm-graph/config/
A Dfreeze.cfg25 # 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)
A Dstandby.cfg25 # 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)
A Dfreeze-callgraph.cfg26 # 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)
A Dfreeze-dev.cfg25 # 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)

Completed in 46 milliseconds

1234567