Home
last modified time | relevance | path

Searched refs:dmesg (Results 1 – 25 of 205) 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/openbmc-test-automation/ffdc/templates/
H A Dlog_collector_config_template.yaml9 - "dmesg >/tmp/dmesg.txt"
11 - "/tmp/dmesg.txt"
/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/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']
284 self.dmesg[phase]['start']*1000,
371 data.dmesg['user']['end'] = data.end
385 list = data.dmesg[p]['list']
547 list = data.dmesg[p]['list']
558 phase = data.dmesg[p]
570 list = data.dmesg[phase]['list']
[all …]
H A Dsleepgraph.py1522 return sorted(self.dmesg, key=lambda k:self.dmesg[k]['order'])
1529 self.dmesg[pnew] = self.dmesg.pop(phase)
1535 for p in self.dmesg:
1792 p = self.dmesg[phase]
1832 tS, tR = self.dmesg[lp]['end'], self.dmesg[phase]['start']
2172 dm = self.dmesg
3573 del data.dmesg[lp]
3745 data.dmesg[lp]['end'] = data.dmesg[p]['start']
4179 if lp not in data.dmesg:
4195 data.dmesg[lp]['end'] = data.dmesg[p]['start']
[all …]
/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/lib/oeqa/runtime/cases/
H A Dstap.py32 status, dmesg = self.target.run('dmesg')
34 print(dmesg)
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/
H A Dkexec-tools_2.0.28.bb60 PACKAGES =+ "kexec kdump vmcore-dmesg"
63 RRECOMMENDS:${PN} = "kexec kdump vmcore-dmesg"
73 FILES:vmcore-dmesg = "${sbindir}/vmcore-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/cpufreq/
H A Dmain.sh183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt
186 dmesg >> $1.dmesg_full.txt
/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/net/openvswitch/
H A Dopenvswitch.sh485 PRE_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+")
487 POST_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+")
507 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
512 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
519 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
523 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")

123456789