/openbmc/openbmc/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 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 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
|
/openbmc/openbmc/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
|
/openbmc/linux/arch/m68k/tools/amiga/ |
H A D | Makefile | 7 All: dmesg 10 dmesg: dmesg.c target 11 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
|
/openbmc/linux/tools/testing/selftests/damon/ |
H A D | sysfs_update_removed_scheme_dir.sh | 21 dmesg -C 42 if dmesg | grep -q BUG 45 dmesg 51 if dmesg | grep -q BUG 54 dmesg
|
H A D | debugfs_huge_count_read_write.sh | 9 dmesg -C 16 if dmesg | grep -q WARNING 18 dmesg
|
H A D | debugfs_rm_non_contexts.sh | 9 dmesg -C 14 if dmesg | grep -q BUG 16 dmesg
|
/openbmc/linux/scripts/ |
H A D | leaking_addresses.pl | 522 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 D | stress_code_patching.sh | 28 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 D | printk-basics.rst | 27 形缓冲区。读取它的通常方法是使用 ``dmesg`` 。 80 另一种方式,使用 ``dmesg``:: 82 # dmesg -n 5 85 见 ``dmesg(1)`` 。
|
/openbmc/linux/tools/testing/selftests/lkdtm/ |
H A D | run.sh | 71 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 D | log_collector_config_template.yaml | 9 - "dmesg >/tmp/dmesg.txt" 11 - "/tmp/dmesg.txt"
|
/openbmc/phosphor-fan-presence/ |
H A D | hwmon_ffdc.cpp | 128 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 D | bootgraph.py | 213 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 D | sleepgraph.py | 1522 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/poky/meta/lib/oeqa/runtime/cases/ |
H A D | stap.py | 32 status, dmesg = self.target.run('dmesg') 34 print(dmesg)
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/ |
H A D | kexec-tools-klibc_git.bb | 29 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 D | kexec-tools_2.0.28.bb | 60 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 D | test_kmod.sh | 33 dmesg -C 51 dmesg | grep FAIL
|
/openbmc/linux/tools/testing/selftests/pstore/ |
H A D | pstore_post_reboot_tests | 41 check_files_exist dmesg 53 files=`ls dmesg-${backend}-*`
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | pstore | 19 -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 D | functions.sh | 47 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 D | main.sh | 183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt 186 dmesg >> $1.dmesg_full.txt
|
/openbmc/linux/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.
|
/openbmc/linux/tools/testing/selftests/net/openvswitch/ |
H A D | openvswitch.sh | 485 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}")
|