Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0015-vmcore-dmesg-fix-warning.patch4 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 D0009-vmcore-dmesg.c-work-around-missing-imaxdiv.patch4 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 Ddmesg.sh14 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 Dlogrotate-dmesg.conf4 /var/log/dmesg {
/OK3568_Linux_fs/kernel/arch/m68k/tools/amiga/
H A DMakefile7 All: dmesg
10 dmesg: dmesg.c target
11 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
/OK3568_Linux_fs/kernel/scripts/
H A 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) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/
H A Dcheck_con_ap.sh11 dmesg -c
22 addr=$(dmesg | grep "30 49 3b 01 3f c0")
37 addr=$(dmesg | grep "30 49 3b 01 3f c0")
H A Dscan_test.sh77 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 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 …]
H A Dsleepgraph.py1336 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 DREADME52 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 Drun.sh65 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 Dkexec-tools-klibc_git.bb28 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 Dkexec-tools_2.0.23.bb60 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 Dfunctions.sh46 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 Dstap.py30 status, dmesg = self.target.run('dmesg')
32 print(dmesg)
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A 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
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_kmod.sh27 dmesg -C
45 dmesg | grep FAIL
/OK3568_Linux_fs/kernel/tools/testing/selftests/pstore/
H A Dpstore_post_reboot_tests41 check_files_exist dmesg
53 files=`ls dmesg-${backend}-*`
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dprintk-basics.rst21 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 Dinitscripts_1.0.bb34 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 Dmain.sh183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt
186 dmesg >> $1.dmesg_full.txt
/OK3568_Linux_fs/external/xserver/debian/
H A Dxserver-xorg-core.bug.script140 if [ -x /bin/dmesg ]; then
142 dmesg | egrep -i 'drm|agp'
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/
H A Doops-tracing.txt25 注意: 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 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)

12345678