/Linux-v4.19/arch/m68k/tools/amiga/ |
D | Makefile | 7 All: dmesg 10 dmesg: dmesg.c target 11 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
|
/Linux-v4.19/scripts/ |
D | leaking_addresses.pl | 521 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/ |
D | sleepgraph.py | 864 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 …]
|
D | bootgraph.py | 206 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/ |
D | inject_fault.sh | 45 dmesg > $BEFORE 47 dmesg > $AFTER
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_kmod.sh | 21 dmesg -C 39 dmesg | grep FAIL
|
/Linux-v4.19/tools/testing/selftests/pstore/ |
D | pstore_post_reboot_tests | 41 check_files_exist dmesg 53 files=`ls dmesg-${backend}-*`
|
D | pstore_tests | 13 dmesg | grep -q "console \[pstore"
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | pstore | 18 -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/ |
D | main.sh | 183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt 186 dmesg >> $1.dmesg_full.txt
|
/Linux-v4.19/Documentation/translations/zh_CN/ |
D | oops-tracing.txt | 25 注意: ksymoops 在2.6中是没有用的。 请以原有格式使用Oops(来自dmesg,等等)。 44 能够运行dmesg > file来从内核缓冲区中读取数据并保存下来。 否则你可以 57 使用在Documentation/kdump/gdbmacros.txt中定义的dmesg gdb宏,从旧的内存中提取内核
|
/Linux-v4.19/scripts/gdb/ |
D | vmlinux-gdb.py | 28 import linux.dmesg
|
/Linux-v4.19/tools/testing/selftests/powerpc/scripts/ |
D | hmi.sh | 87 echo "Processed $expected_hmis events; presumed success. Check dmesg."
|
/Linux-v4.19/tools/power/pm-graph/config/ |
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)
|
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)
|
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)
|
D | standby-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)
|
D | suspend-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)
|
D | suspend-x2-proc.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)
|
D | freeze-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)
|
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)
|
D | suspend-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)
|
D | suspend.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-v4.19/kernel/debug/kdb/ |
D | kdb_cmds | 16 -dmesg 600
|
/Linux-v4.19/Documentation/trace/ |
D | mmiotrace.rst | 89 $ dmesg 109 $ dmesg > dmesg.txt 110 $ tar zcf pciid-nick-mmiotrace.tar.gz mydump.txt lspci.txt dmesg.txt
|