Home
last modified time | relevance | path

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

12345

/Linux-v4.19/arch/m68k/tools/amiga/
DMakefile7 All: dmesg
10 dmesg: dmesg.c target
11 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
/Linux-v4.19/scripts/
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-v4.19/tools/power/pm-graph/
Dsleepgraph.py864 dmesg = {} # root data structure variable in Data
892 self.dmesg = { # fixed list of 10 phases
960 list = self.dmesg[phase]['list']
971 if self.dmesg[phase][key] >= 0:
977 pend = self.dmesg[phase]['end']
984 list = self.dmesg[phase]['list']
1057 list = self.dmesg[phase]['list']
1068 list = self.dmesg[phase]['list']
1083 list = self.dmesg[phase]['list']
1097 list = self.dmesg[phase]['list']
[all …]
Dbootgraph.py206 dmesg = {} # root data structure variable in Data
222 self.dmesg = {
234 list = self.dmesg[phase]['list']
251 list = self.dmesg[p]['list']
275 dc = len(self.dmesg[phase]['list'])
277 self.dmesg[phase]['start']*1000,
278 self.dmesg[phase]['end']*1000, dc))
290 data.dmesg['kernel']['start'] = data.start = ktime = 0.0
357 data.dmesg['kernel']['end'] = ktime
358 data.dmesg['user']['start'] = ktime
[all …]
/Linux-v4.19/tools/nfsd/
Dinject_fault.sh45 dmesg > $BEFORE
47 dmesg > $AFTER
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_kmod.sh21 dmesg -C
39 dmesg | grep FAIL
/Linux-v4.19/tools/testing/selftests/pstore/
Dpstore_post_reboot_tests41 check_files_exist dmesg
53 files=`ls dmesg-${backend}-*`
Dpstore_tests13 dmesg | grep -q "console \[pstore"
/Linux-v4.19/Documentation/ABI/testing/
Dpstore18 -r--r--r-- 1 root root 7896 Nov 30 15:38 dmesg-erst-1
23 "dmesg" - saved console log
30 $ rm /sys/fs/pstore/dmesg-erst-1
/Linux-v4.19/tools/testing/selftests/cpufreq/
Dmain.sh183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt
186 dmesg >> $1.dmesg_full.txt
/Linux-v4.19/Documentation/translations/zh_CN/
Doops-tracing.txt25 注意: ksymoops 在2.6中是没有用的。 请以原有格式使用Oops(来自dmesg,等等)。
44 能够运行dmesg > file来从内核缓冲区中读取数据并保存下来。 否则你可以
57 使用在Documentation/kdump/gdbmacros.txt中定义的dmesg gdb宏,从旧的内存中提取内核
/Linux-v4.19/scripts/gdb/
Dvmlinux-gdb.py28 import linux.dmesg
/Linux-v4.19/tools/testing/selftests/powerpc/scripts/
Dhmi.sh87 echo "Processed $expected_hmis events; presumed success. Check dmesg."
/Linux-v4.19/tools/power/pm-graph/config/
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)
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)
Dstandby-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)
Dstandby-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)
Dsuspend-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)
Dsuspend-x2-proc.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)
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)
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)
Dsuspend-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)
Dsuspend.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)
/Linux-v4.19/kernel/debug/kdb/
Dkdb_cmds16 -dmesg 600
/Linux-v4.19/Documentation/trace/
Dmmiotrace.rst89 $ dmesg
109 $ dmesg > dmesg.txt
110 $ tar zcf pciid-nick-mmiotrace.tar.gz mydump.txt lspci.txt dmesg.txt

12345