Home
last modified time | relevance | path

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

123456

/Linux-v5.4/arch/m68k/tools/amiga/
DMakefile7 All: dmesg
10 dmesg: dmesg.c target
11 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
/Linux-v5.4/tools/testing/selftests/livepatch/
Dtest-callbacks.sh32 dmesg -C
82 dmesg -C
133 dmesg -C
184 dmesg -C
231 dmesg -C
269 dmesg -C
311 dmesg -C
357 dmesg -C
439 dmesg -C
492 dmesg -C
[all …]
Dtest-livepatch.sh19 dmesg -C
58 dmesg -C
121 dmesg -C
Dtest-shadow-vars.sh16 dmesg -C
/Linux-v5.4/scripts/
Dleaking_addresses.pl520 my ($total, $dmesg, $paths, $files) = parse_raw_file($file);
525 print_dmesg($dmesg);
558 my @dmesg; # dmesg output.
567 push @dmesg, $line;
575 return $total, \@dmesg, \%paths, \%files;
580 my ($dmesg) = @_;
584 if (@$dmesg == 0) {
589 foreach(@$dmesg) {
/Linux-v5.4/tools/nfsd/
Dinject_fault.sh45 dmesg > $BEFORE
47 dmesg > $AFTER
/Linux-v5.4/tools/power/pm-graph/
Dbootgraph.py211 dmesg = {} # root data structure variable in Data
227 self.dmesg = {
239 list = self.dmesg[phase]['list']
256 list = self.dmesg[p]['list']
280 dc = len(self.dmesg[phase]['list'])
282 self.dmesg[phase]['start']*1000,
283 self.dmesg[phase]['end']*1000, dc))
295 data.dmesg['kernel']['start'] = data.start = ktime = 0.0
362 data.dmesg['kernel']['end'] = ktime
363 data.dmesg['user']['start'] = ktime
[all …]
Dsleepgraph.py1253 self.dmesg = dict() # root data structure
1259 return sorted(self.dmesg, key=lambda k:self.dmesg[k]['order'])
1262 for phase in sorted(self.dmesg.keys()):
1266 self.dmesg[pnew] = self.dmesg.pop(phase)
1271 order = self.dmesg[phase]['order'] + offset
1272 for p in self.dmesg:
1273 if self.dmesg[p]['order'] == order:
1332 list = self.dmesg[phase]['list']
1343 pend = self.dmesg[phase]['end']
1350 list = self.dmesg[phase]['list']
[all …]
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_kmod.sh21 dmesg -C
39 dmesg | grep FAIL
/Linux-v5.4/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-v5.4/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-v5.4/tools/testing/selftests/cpufreq/
Dmain.sh183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt
186 dmesg >> $1.dmesg_full.txt
/Linux-v5.4/Documentation/translations/zh_CN/
Doops-tracing.txt25 注意: ksymoops 在2.6中是没有用的。 请以原有格式使用Oops(来自dmesg,等等)。
44 能够运行dmesg > file来从内核缓冲区中读取数据并保存下来。 否则你可以
57 使用在Documentation/admin-guide/kdump/gdbmacros.txt中定义的dmesg gdb宏,从旧的内存中提取内核
/Linux-v5.4/tools/testing/selftests/powerpc/scripts/
Dhmi.sh80 echo "Processed $expected_hmis events; presumed success. Check dmesg."
/Linux-v5.4/scripts/gdb/
Dvmlinux-gdb.py28 import linux.dmesg
/Linux-v5.4/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)
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)
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-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-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)
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)

123456