Searched refs:dmesg (Results 1 – 25 of 129) sorted by relevance
123456
/Linux-v5.4/arch/m68k/tools/amiga/ |
D | Makefile | 7 All: dmesg 10 dmesg: dmesg.c target 11 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
|
/Linux-v5.4/tools/testing/selftests/livepatch/ |
D | test-callbacks.sh | 32 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 …]
|
D | test-livepatch.sh | 19 dmesg -C 58 dmesg -C 121 dmesg -C
|
D | test-shadow-vars.sh | 16 dmesg -C
|
/Linux-v5.4/scripts/ |
D | leaking_addresses.pl | 520 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/ |
D | inject_fault.sh | 45 dmesg > $BEFORE 47 dmesg > $AFTER
|
/Linux-v5.4/tools/power/pm-graph/ |
D | bootgraph.py | 211 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 …]
|
D | sleepgraph.py | 1253 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/ |
D | test_kmod.sh | 21 dmesg -C 39 dmesg | grep FAIL
|
/Linux-v5.4/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-v5.4/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-v5.4/tools/testing/selftests/cpufreq/ |
D | main.sh | 183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt 186 dmesg >> $1.dmesg_full.txt
|
/Linux-v5.4/Documentation/translations/zh_CN/ |
D | oops-tracing.txt | 25 注意: 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/ |
D | hmi.sh | 80 echo "Processed $expected_hmis events; presumed success. Check dmesg."
|
/Linux-v5.4/scripts/gdb/ |
D | vmlinux-gdb.py | 28 import linux.dmesg
|
/Linux-v5.4/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 | 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 | 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-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-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 | 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)
|
123456