Home
last modified time | relevance | path

Searched refs:inject (Results 1 – 25 of 179) sorted by relevance

12345678

/openbmc/linux/tools/perf/
H A Dbuiltin-inject.c401 ret = jit_process(inject->session, &inject->output, machine, in perf_event__jit_repipe_mmap()
1923 struct perf_inject *inject = inj_fc->inject; in feat_copy_cb() local
1943 inject->input_name, inject->output.path); in copy_kcore_dir()
1983 if (inject->build_ids || inject->sched_stat || in __cmd_inject()
2020 memset(&inject->tool, 0, sizeof(inject->tool)); in __cmd_inject()
2029 inject->itrace_synth_opts.inject = true; in __cmd_inject()
2091 if (!inject->is_pipe && !inject->in_place_update) in __cmd_inject()
2110 if (!inject->is_pipe && !inject->in_place_update) { in __cmd_inject()
2113 .inject = inject, in __cmd_inject()
2285 if (inject.strip && !inject.itrace_synth_opts.set) { in cmd_inject()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/aer-inject/aer-inject/
H A D0001-include-libgen.h-for-basename.patch15 aer-inject.c | 1 +
18 diff --git a/aer-inject.c b/aer-inject.c
20 --- a/aer-inject.c
21 +++ b/aer-inject.c
/openbmc/linux/drivers/edac/
H A Di7core_edac.c664 pvt->inject.enable = 0; in disable_inject()
691 if (pvt->inject.enable) in i7core_inject_section_store()
728 if (pvt->inject.enable) in i7core_inject_type_store()
768 if (pvt->inject.enable) in i7core_inject_eccmask_store()
929 pvt->inject.enable = 1; in i7core_inject_enable_store()
968 if (pvt->inject.col < 0) in i7core_inject_enable_store()
2211 pvt->inject.dimm = -1; in i7core_register_mci()
2212 pvt->inject.rank = -1; in i7core_register_mci()
2213 pvt->inject.bank = -1; in i7core_register_mci()
2214 pvt->inject.page = -1; in i7core_register_mci()
[all …]
H A Docteon_edac-lmc.c29 unsigned long inject; member
78 if (!pvt->inject) in octeon_lmc_edac_poll_o2()
90 if (likely(!pvt->inject)) in octeon_lmc_edac_poll_o2()
120 if (likely(!pvt->inject)) in octeon_lmc_edac_poll_o2()
123 pvt->inject = 0; in octeon_lmc_edac_poll_o2()
154 TEMPLATE_SHOW(inject);
155 TEMPLATE_STORE(inject);
197 static DEVICE_ATTR(inject, S_IRUGO | S_IWUSR,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/aer-inject/
H A Daer-inject_1.0.bb3 aer-inject allows to inject PCIE AER errors on the software \
7 HOMEPAGE = "https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/"
13 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git;protocol=https;br…
29 FILES:${PN} += "${prefix}/aer-inject"
/openbmc/linux/Documentation/fault-injection/
H A Dnotifier-error-inject.rst4 Notifier error injection provides the ability to inject artificial errors to
18 /sys/kernel/debug/notifier-error-inject/pm/actions/<notifier event>/error
28 # cd /sys/kernel/debug/notifier-error-inject/pm/
37 /sys/kernel/debug/notifier-error-inject/memory/actions/<notifier event>/error
46 # cd /sys/kernel/debug/notifier-error-inject/memory
55 /sys/kernel/debug/notifier-error-inject/pSeries-reconfig/actions/<notifier event>/error
68 /sys/kernel/debug/notifier-error-inject/netdev/actions/<notifier event>/error
84 # cd /sys/kernel/debug/notifier-error-inject/netdev
H A Dfault-injection.rst50 inject NVMe status code and retry flag on devices permitted by setting
57 inject IO timeouts by setting config items under
59 inject requeue requests by setting config items under
61 inject init_hctx() errors by setting config items under
141 default is 'Y', setting it to 'N' will also inject failures into
149 default is 'Y', setting it to 'N' will also inject failures
185 - /sys/kernel/debug/fail_function/inject:
310 - #include <linux/fault-inject.h>
316 Please see the definition of struct fault_attr in fault-inject.h
438 echo $FAILFUNC > /sys/kernel/debug/$FAILTYPE/inject
[all …]
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A DMakefile9 mce-inject-y := inject.o
10 obj-$(CONFIG_X86_MCE_INJECT) += mce-inject.o
/openbmc/linux/drivers/vfio/
H A Dvirqfd.c53 schedule_work(&virqfd->inject); in virqfd_wakeup()
91 flush_work(&virqfd->inject); in virqfd_shutdown()
99 struct virqfd *virqfd = container_of(work, struct virqfd, inject); in virqfd_inject()
108 flush_work(&virqfd->inject); in virqfd_flush_inject()
133 INIT_WORK(&virqfd->inject, virqfd_inject); in vfio_virqfd_enable()
182 schedule_work(&virqfd->inject); in vfio_virqfd_enable()
/openbmc/linux/Documentation/devicetree/bindings/misc/
H A Dxlnx,tmr-inject.yaml4 $id: http://devicetree.org/schemas/misc/xlnx,tmr-inject.yaml#
21 - xlnx,tmr-inject-1.0
43 fault-inject@44a30000 {
44 compatible = "xlnx,tmr-inject-1.0";
/openbmc/qemu/tests/qemu-iotests/
H A D02689 [inject-error]
147 [inject-error]
186 [inject-error]
211 [inject-error]
228 [inject-error]
H A D277.out3 NBD server: Closing connection on rule match inject-error
6 NBD server: Closing connection on rule match inject-error
H A D07464 [inject-error]
78 [inject-error]
/openbmc/linux/tools/perf/tests/shell/
H A Dpipe_test.sh15 if ! perf record -e task-clock:u -o - ${prog} | perf inject -b | perf report -i - | grep ${sym}; th…
20 perf record -e task-clock:u -o - ${prog} | perf inject -b -o ${data}
27 if ! perf inject -b -i ${data} | perf report -i - | grep ${sym}; then
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/
H A Dmce-inject_git.bb2 DESCRIPTION = "mce-inject allows to inject machine check errors on the \
7 SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git;branch=master"
/openbmc/linux/Documentation/sound/designs/
H A Djack-injection.rst8 Here jack injection means users could inject plugin or plugout events
13 in this case, we could inject plugin or plugout events to an audio
26 To inject events to audio jacks, we need to enable the jack injection
28 change the state by hardware events anymore, we could inject plugin or
154 write-only, inject plugin or plugout
156 - to inject plugin:
162 - to inject plugout:
/openbmc/qemu/qapi/
H A Dcxl.json32 # @cxl-inject-general-media-event:
75 { 'command': 'cxl-inject-general-media-event',
83 # @cxl-inject-dram-event:
134 { 'command': 'cxl-inject-dram-event',
144 # @cxl-inject-memory-module-event:
197 # @cxl-inject-poison:
214 { 'command': 'cxl-inject-poison',
302 # @cxl-inject-uncorrectable-errors:
309 # @errors: Errors to inject
320 # Type of CXL correctable error to inject
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dperf-inject.txt1 perf-inject(1)
6 perf-inject - Filter to augment the events stream with additional information
11 'perf inject <options>'
15 perf-inject reads a perf-record event stream and repipes it to stdout. At any
16 point the processing code can inject other events into the event stream - in
20 Build-ids are just the first user of perf-inject - potentially anything that
36 Override build-ids to inject using these comma-separated pairs of
112 :GMEXAMPLECMD: inject
/openbmc/linux/tools/testing/selftests/memory-hotplug/
H A Dmem-on-off-test.sh243 NOTIFIER_ERR_INJECT_DIR=$DEBUGFS/notifier-error-inject/memory
249 /sbin/modprobe -q -r memory-notifier-error-inject
250 /sbin/modprobe -q memory-notifier-error-inject priority=$priority
258 echo $msg memory-notifier-error-inject module is not available >&2
305 /sbin/modprobe -q -r memory-notifier-error-inject
/openbmc/linux/lib/
H A Dtest_firmware.c133 struct upload_inject_err inject; member
1145 tst->inject.prog = prog; in upload_err_inject_error()
1146 tst->inject.err_code = err; in upload_err_inject_error()
1203 if (tst->inject.err_code == FW_UPLOAD_ERR_NONE || in test_fw_upload_prepare()
1210 ret = tst->inject.err_code; in test_fw_upload_prepare()
1217 tst->inject.err_code = FW_UPLOAD_ERR_NONE; in test_fw_upload_prepare()
1218 tst->inject.prog = NULL; in test_fw_upload_prepare()
1246 return tst->inject.err_code; in test_fw_upload_write()
1264 return tst->inject.err_code; in test_fw_upload_complete()
1278 tst->inject.err_code = FW_UPLOAD_ERR_NONE; in test_fw_cleanup()
[all …]
H A DMakefile16 KCOV_INSTRUMENT_fault-inject.o := n
226 obj-$(CONFIG_FAULT_INJECTION) += fault-inject.o
227 obj-$(CONFIG_FAULT_INJECTION_USERCOPY) += fault-inject-usercopy.o
228 obj-$(CONFIG_NOTIFIER_ERROR_INJECTION) += notifier-error-inject.o
229 obj-$(CONFIG_PM_NOTIFIER_ERROR_INJECT) += pm-notifier-error-inject.o
230 obj-$(CONFIG_NETDEV_NOTIFIER_ERROR_INJECT) += netdev-notifier-error-inject.o
231 obj-$(CONFIG_MEMORY_NOTIFIER_ERROR_INJECT) += memory-notifier-error-inject.o
233 of-reconfig-notifier-error-inject.o
234 obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dhwpoison.rst104 * 通过debugfs ``/sys/kernel/debug/hwpoison/`` hwpoison-inject模块
143 x86 有 mce-inject, mce-test
156 git://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git
/openbmc/qemu/block/
H A Dblkdebug.c98 } inject; member
217 rule->options.inject.immediately = in add_rule()
220 rule->options.inject.offset = in add_rule()
232 rule->options.inject.iotype_mask = (1ull << iotype); in add_rule()
235 rule->options.inject.iotype_mask = in add_rule()
600 uint64_t inject_offset = rule->options.inject.offset; in rule_check()
605 (rule->options.inject.iotype_mask & (1ull << iotype))) in rule_check()
611 if (!rule || !rule->options.inject.error) { in rule_check()
616 immediately = rule->options.inject.immediately; in rule_check()
617 error = rule->options.inject.error; in rule_check()
[all …]
/openbmc/u-boot/doc/
H A DREADME.mpc83xx.ddrecc8 * define inject mask (which tells the DDR controller what type of errors
12 indicated in the inject mask
20 inject mask and enable injection, U-Boot is very likely to hang quickly as the
128 => ecc inject en
134 => ecc inject dis
/openbmc/linux/mm/
H A Dhwpoison-inject.c31 goto inject; in hwpoison_inject()
49 inject: in hwpoison_inject()

12345678