Home
last modified time | relevance | path

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

123456789

/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0015-vmcore-dmesg-fix-warning.patch4 Subject: [PATCH] vmcore-dmesg: fix warning
13 vmcore-dmesg/vmcore-dmesg.c | 3 +++
16 diff --git a/vmcore-dmesg/vmcore-dmesg.c b/vmcore-dmesg/vmcore-dmesg.c
18 --- a/vmcore-dmesg/vmcore-dmesg.c
19 +++ 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
/openbmc/openbmc/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
/openbmc/linux/arch/m68k/tools/amiga/
H A DMakefile7 All: dmesg
10 dmesg: dmesg.c target
11 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
/openbmc/linux/tools/testing/selftests/damon/
H A Dsysfs_update_removed_scheme_dir.sh21 dmesg -C
42 if dmesg | grep -q BUG
45 dmesg
51 if dmesg | grep -q BUG
54 dmesg
H A Ddebugfs_huge_count_read_write.sh9 dmesg -C
16 if dmesg | grep -q WARNING
18 dmesg
H A Ddebugfs_rm_non_contexts.sh9 dmesg -C
14 if dmesg | grep -q BUG
16 dmesg
/openbmc/linux/scripts/
H A Dleaking_addresses.pl522 my ($total, $dmesg, $paths, $files) = parse_raw_file($file);
527 print_dmesg($dmesg);
560 my @dmesg; # dmesg output.
569 push @dmesg, $line;
577 return $total, \@dmesg, \%paths, \%files;
582 my ($dmesg) = @_;
586 if (@$dmesg == 0) {
591 foreach(@$dmesg) {
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dstress_code_patching.sh28 dmesg -C
35 if dmesg | grep -q 'ftrace bug'
42 if dmesg | grep -q 'ftrace bug'
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-basics.rst27 形缓冲区。读取它的通常方法是使用 ``dmesg`` 。
80 另一种方式,使用 ``dmesg``::
82 # dmesg -n 5
85 见 ``dmesg(1)`` 。
/openbmc/linux/tools/testing/selftests/lkdtm/
H A Drun.sh71 DMESG=$(mktemp --tmpdir -t lkdtm-dmesg-XXXXXX)
83 dmesg > "$DMESG"
97 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
/openbmc/linux/tools/power/pm-graph/
H A Dbootgraph.py213 dmesg = {} # root data structure variable in Data
229 self.dmesg = {
241 list = self.dmesg[phase]['list']
258 list = self.dmesg[p]['list']
282 dc = len(self.dmesg[phase]['list'])
284 self.dmesg[phase]['start']*1000,
285 self.dmesg[phase]['end']*1000, dc))
297 data.dmesg['kernel']['start'] = data.start = ktime = 0.0
364 data.dmesg['kernel']['end'] = ktime
365 data.dmesg['user']['start'] = ktime
[all …]
H A Dsleepgraph.py1516 self.dmesg = dict() # root data structure
1522 return sorted(self.dmesg, key=lambda k:self.dmesg[k]['order'])
1525 for phase in sorted(self.dmesg.keys()):
1529 self.dmesg[pnew] = self.dmesg.pop(phase)
1534 order = self.dmesg[phase]['order'] + offset
1535 for p in self.dmesg:
1536 if self.dmesg[p]['order'] == order:
1609 list = self.dmesg[phase]['list']
1620 pend = self.dmesg[phase]['end']
1623 return 'resume_complete' if 'resume_complete' in self.dmesg else ''
[all …]
/openbmc/phosphor-fan-presence/
H A Dhwmon_ffdc.cpp128 auto dmesg = util::getDmesgFFDC(); in collectHwmonFFDC() local
129 if (!dmesg.empty()) in collectHwmonFFDC()
131 ffdc["dmesg"] = std::move(dmesg); in collectHwmonFFDC()
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/
H A Dkexec-tools-klibc_git.bb29 file://0009-vmcore-dmesg.c-work-around-missing-imaxdiv.patch \
35 file://0015-vmcore-dmesg-fix-warning.patch \
88 PACKAGES =+ "kexec-klibc vmcore-dmesg-klibc"
91 FILES:vmcore-dmesg-klibc = "${sbindir}/vmcore-dmesg"
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/
H A Dkexec-tools_2.0.30.bb60 PACKAGES =+ "kexec kdump vmcore-dmesg"
63 RRECOMMENDS:${PN} = "kexec kdump vmcore-dmesg"
73 FILES:vmcore-dmesg = "${sbindir}/vmcore-dmesg"
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dstap.py32 status, dmesg = self.target.run('dmesg')
34 print(dmesg)
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_kmod.sh33 dmesg -C
51 dmesg | grep FAIL
/openbmc/linux/tools/testing/selftests/pstore/
H A Dpstore_post_reboot_tests41 check_files_exist dmesg
53 files=`ls dmesg-${backend}-*`
/openbmc/linux/Documentation/ABI/testing/
H A Dpstore19 -r--r--r-- 1 root root 7896 Nov 30 15:38 dmesg-erst-1
24 - "dmesg" - saved console log
31 $ rm /sys/fs/pstore/dmesg-erst-1
/openbmc/linux/tools/testing/selftests/livepatch/
H A Dfunctions.sh47 SAVED_DMESG=$(mktemp --tmpdir -t klp-dmesg-XXXXXX)
48 dmesg > "$SAVED_DMESG"
298 result=$(dmesg | comm --nocheck-order -13 "$SAVED_DMESG" - | \
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh487 PRE_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+")
489 POST_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+")
509 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
514 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
521 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
525 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
/openbmc/linux/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.
/openbmc/linux/tools/testing/selftests/cpufreq/
H A Dmain.sh183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt
186 dmesg >> $1.dmesg_full.txt
/openbmc/openbmc/poky/meta/recipes-core/initscripts/
H A Dinitscripts_1.0.bb33 file://dmesg.sh \
34 file://logrotate-dmesg.conf \
116 install -m 0755 ${S}/dmesg.sh ${D}${sysconfdir}/init.d
117 install -m 0644 ${S}/logrotate-dmesg.conf ${D}${sysconfdir}/
158 update-rc.d -r ${D} dmesg.sh start 38 S .
167 dmesg \

123456789