Searched refs:inj (Results 1 – 12 of 12) sorted by relevance
1 What: /sys/kernel/debug/cec/*/error-inj7 debugfs. Drivers that support this will create an error-inj file21 This ensures that you can always do 'echo clear >error-inj' to clear any25 Note that the output of 'error-inj' shall be valid as input to 'error-inj'.28 $ cat error-inj >einj.txt29 $ cat einj.txt >error-inj40 - Documentation/media/uapi/cec/cec-pin-error-inj.rst
240 #define SET_NB_DRAM_INJECTION_WRITE(inj) \ argument241 (BIT(((inj.word) & 0xF) + 20) | \242 F10_NB_ARR_ECC_WR_REQ | inj.bit_map)243 #define SET_NB_DRAM_INJECTION_READ(inj) \ argument244 (BIT(((inj.word) & 0xF) + 20) | \245 BIT(16) | inj.bit_map)
22 - interrupt-names: should contain the interrupt names: "xtr", "inj". Can contain68 interrupt-names = "ptp_rdy", "xtr", "inj";
13 cec-objs += cec-pin-error-inj.o
30 now an ``error-inj`` file.37 With ``cat error-inj`` you can see both the possible commands and the current40 $ cat /sys/kernel/debug/cec/cec0/error-inj85 You can write error injection commands to ``error-inj`` using86 ``echo 'cmd' >error-inj`` or ``cat cmd.txt >error-inj``. The ``cat error-inj``88 and use it as an input to ``error-inj`` later.
33 cec-pin-error-inj
774 struct nd_intel_smart_inject *inj, in nfit_test_cmd_smart_inject() argument780 if (buf_len != sizeof(*inj)) in nfit_test_cmd_smart_inject()783 if (inj->flags & ND_INTEL_SMART_INJECT_MTEMP) { in nfit_test_cmd_smart_inject()784 if (inj->mtemp_enable) in nfit_test_cmd_smart_inject()785 smart->media_temperature = inj->media_temperature; in nfit_test_cmd_smart_inject()789 if (inj->flags & ND_INTEL_SMART_INJECT_SPARE) { in nfit_test_cmd_smart_inject()790 if (inj->spare_enable) in nfit_test_cmd_smart_inject()791 smart->spares = inj->spares; in nfit_test_cmd_smart_inject()795 if (inj->flags & ND_INTEL_SMART_INJECT_FATAL) { in nfit_test_cmd_smart_inject()796 if (inj->fatal_enable) in nfit_test_cmd_smart_inject()[all …]
321 If both callbacks are set, then an ``error-inj`` file will appear in debugfs.332 This ensures that you can always do ``echo clear >error-inj`` to clear any error335 Note that the output of ``error-inj`` shall be valid as input to ``error-inj``.340 $ cat error-inj >einj.txt341 $ cat einj.txt >error-inj352 The second callback will parse commands written to the ``error-inj`` file:
143 interrupt-names = "ptp_rdy", "xtr", "inj";
456 $ perf inject -i perf.data -o inj.data --itrace=il64 --strip457 $ create_gcov --binary=./sort --profile=inj.data --gcov=sort.gcov -gcov_version=1
913 $ perf inject -i perf.data -o inj --itrace=i100usle --strip914 $ ./create_gcov --binary=./sort --profile=inj --gcov=sort.gcov -gcov_version=1
3775 F: Documentation/ABI/testing/debugfs-cec-error-inj