| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | 0015-vmcore-dmesg-fix-warning.patch | 4 Subject: [PATCH] vmcore-dmesg: fix warning 11 vmcore-dmesg/vmcore-dmesg.c | 3 +++ 14 diff --git a/vmcore-dmesg/vmcore-dmesg.c b/vmcore-dmesg/vmcore-dmesg.c 16 --- a/vmcore-dmesg/vmcore-dmesg.c 17 +++ b/vmcore-dmesg/vmcore-dmesg.c
|
| H A D | 0009-vmcore-dmesg.c-work-around-missing-imaxdiv.patch | 4 Subject: [PATCH] vmcore-dmesg.c: work around missing imaxdiv() 10 vmcore-dmesg.c: In function 'dump_dmesg_structured': 11 vmcore-dmesg.c:578:2: error: unknown type name 'imaxdiv_t' 17 vmcore-dmesg/vmcore-dmesg.c | 13 ++++++++++++- 20 diff --git a/vmcore-dmesg/vmcore-dmesg.c b/vmcore-dmesg/vmcore-dmesg.c 22 --- a/vmcore-dmesg/vmcore-dmesg.c 23 +++ b/vmcore-dmesg/vmcore-dmesg.c
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | dmesg.sh | 14 if [ -f /var/log/dmesg ]; then 16 $LOGPATH -f /etc/logrotate-dmesg.conf 18 mv -f /var/log/dmesg /var/log/dmesg.old 21 dmesg -s 131072 > /var/log/dmesg
|
| H A D | logrotate-dmesg.conf | 4 /var/log/dmesg {
|
| /OK3568_Linux_fs/kernel/arch/m68k/tools/amiga/ |
| H A D | Makefile | 7 All: dmesg 10 dmesg: dmesg.c target 11 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A 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) {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/ |
| H A D | check_con_ap.sh | 11 dmesg -c 22 addr=$(dmesg | grep "30 49 3b 01 3f c0") 37 addr=$(dmesg | grep "30 49 3b 01 3f c0")
|
| H A D | scan_test.sh | 77 dmesg -c > "./UnloadReloadScan/Log.of.Passed.Loop[$i].txt" 89 dmesg -c > "./UnloadReloadScan/Log.of.Failed.Loop[$i].txt"
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/ |
| H A 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 …]
|
| H A D | sleepgraph.py | 1336 self.dmesg = dict() # root data structure 1342 return sorted(self.dmesg, key=lambda k:self.dmesg[k]['order']) 1345 for phase in sorted(self.dmesg.keys()): 1349 self.dmesg[pnew] = self.dmesg.pop(phase) 1354 order = self.dmesg[phase]['order'] + offset 1355 for p in self.dmesg: 1356 if self.dmesg[p]['order'] == order: 1429 list = self.dmesg[phase]['list'] 1440 pend = self.dmesg[phase]['end'] 1447 list = self.dmesg[phase]['list'] [all …]
|
| H A D | README | 52 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 …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/lkdtm/ |
| H A D | run.sh | 65 DMESG=$(mktemp --tmpdir -t lkdtm-dmesg-XXXXXX) 77 dmesg > "$DMESG" 89 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/ |
| H A D | kexec-tools-klibc_git.bb | 28 file://0009-vmcore-dmesg.c-work-around-missing-imaxdiv.patch \ 34 file://0015-vmcore-dmesg-fix-warning.patch \ 87 PACKAGES =+ "kexec-klibc vmcore-dmesg-klibc" 90 FILES:vmcore-dmesg-klibc = "${sbindir}/vmcore-dmesg"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kexec/ |
| H A D | kexec-tools_2.0.23.bb | 60 PACKAGES =+ "kexec kdump vmcore-dmesg" 63 RRECOMMENDS:${PN} = "kexec kdump vmcore-dmesg" 73 FILES:vmcore-dmesg = "${sbindir}/vmcore-dmesg"
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/livepatch/ |
| H A D | functions.sh | 46 SAVED_DMESG=$(mktemp --tmpdir -t klp-dmesg-XXXXXX) 47 dmesg > "$SAVED_DMESG" 281 result=$(dmesg | comm --nocheck-order -13 "$SAVED_DMESG" - | \
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | stap.py | 30 status, dmesg = self.target.run('dmesg') 32 print(dmesg)
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_kmod.sh | 27 dmesg -C 45 dmesg | grep FAIL
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/pstore/ |
| H A D | pstore_post_reboot_tests | 41 check_files_exist dmesg 53 files=`ls dmesg-${backend}-*`
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | printk-basics.rst | 21 using ``dmesg``. 77 Another way, using ``dmesg``:: 79 # dmesg -n 5 82 console. See ``dmesg(1)`` for more information.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/ |
| H A D | initscripts_1.0.bb | 34 file://dmesg.sh \ 35 file://logrotate-dmesg.conf \ 111 install -m 0755 ${WORKDIR}/dmesg.sh ${D}${sysconfdir}/init.d 112 install -m 0644 ${WORKDIR}/logrotate-dmesg.conf ${D}${sysconfdir}/ 153 update-rc.d -r ${D} dmesg.sh start 38 S . 162 dmesg \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/cpufreq/ |
| H A D | main.sh | 183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt 186 dmesg >> $1.dmesg_full.txt
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | xserver-xorg-core.bug.script | 140 if [ -x /bin/dmesg ]; then 142 dmesg | egrep -i 'drm|agp'
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/ |
| H A D | oops-tracing.txt | 25 注意: ksymoops 在2.6中是没有用的。 请以原有格式使用Oops(来自dmesg,等等)。 44 能够运行dmesg > file来从内核缓冲区中读取数据并保存下来。 否则你可以 57 使用在Documentation/admin-guide/kdump/gdbmacros.txt中定义的dmesg gdb宏,从旧的内存中提取内核
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/config/ |
| H A 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)
|