Home
last modified time | relevance | path

Searched refs:lkdtm (Results 1 – 8 of 8) sorted by relevance

/external/ltp/testcases/kdump/lib/
Dtest.sh6 lkdtm=lkdtm
69 insmod "${lkdtm}"/lkdtm.ko cpoint_name=INT_HARDWARE_ENTRY cpoint_type=BUG cpoint_count=05
72 insmod "${lkdtm}"/lkdtm.ko cpoint_name=INT_HARDWARE_ENTRY cpoint_type=EXCEPTION cpoint_count=05
75 insmod "${lkdtm}"/lkdtm.ko cpoint_name=INT_HARDWARE_ENTRY cpoint_type=LOOP cpoint_count=05
78 insmod "${lkdtm}"/lkdtm.ko cpoint_name=INT_HARDWARE_ENTRY cpoint_type=PANIC cpoint_count=05
82 insmod "${lkdtm}"/lkdtm.ko cpoint_name=INT_HARDWARE_ENTRY cpoint_type=OVERFLOW cpoint_count=10
85 insmod "${lkdtm}"/lkdtm.ko cpoint_name=INT_HW_IRQ_EN cpoint_type=BUG cpoint_count=10
88 insmod "${lkdtm}"/lkdtm.ko cpoint_name=INT_HW_IRQ_EN cpoint_type=EXCEPTION cpoint_count=10
91 insmod "${lkdtm}"/lkdtm.ko cpoint_name=INT_HW_IRQ_EN cpoint_type=LOOP cpoint_count=10
94 insmod "${lkdtm}"/lkdtm.ko cpoint_name=INT_HW_IRQ_EN cpoint_type=PANIC cpoint_count=10
[all …]
DMakefile3 $(MAKE) -C lkdtm
8 $(MAKE) -C lkdtm clean
/external/ltp/testcases/kdump/lib/lkdtm/
Dlkdtm.c110 static struct jprobe lkdtm; variable
284 lkdtm.kp.symbol_name = name; in lkdtm_symbol_name()
285 lkdtm.entry = (kprobe_opcode_t *) entry; in lkdtm_symbol_name()
295 *(lkdtm.kp.addr) = addr; in lkdtm_lookup_name()
296 lkdtm.entry = JPROBE_ENTRY(entry); in lkdtm_lookup_name()
468 if ((ret = register_jprobe(&lkdtm)) < 0) { in lkdtm_module_init()
480 unregister_jprobe(&lkdtm); in lkdtm_module_exit()
DMakefile1 obj-m := lkdtm.o
/external/autotest/client/site_tests/platform_AnomalyCollector/
Dplatform_AnomalyCollector.py21 lkdtm = "/sys/kernel/debug/provoke-crash/DIRECT"
22 if os.path.exists(lkdtm):
23 utils.system("echo WARNING > %s" % (lkdtm))
/external/autotest/server/site_tests/logging_KernelCrashServer/
Dlogging_KernelCrashServer.py91 lkdtm = "/sys/kernel/debug/provoke-crash/DIRECT"
92 if self._exists_on_client(lkdtm):
93 cmd = "echo BUG > %s" % (lkdtm)
/external/autotest/server/site_tests/platform_KernelErrorPaths/
Dplatform_KernelErrorPaths.py216 def _test_panic_path(self, lkdtm, kcrash_tuple): argument
223 trigger = lkdtm
238 logging.info("Skipping unavailable trigger %s", lkdtm)
240 if lkdtm == "HARDLOCKUP":
/external/ltp/testcases/kdump/doc/
D00_Descriptions.txt7 * lkdtm : These tests use kprobes / jprobes to put probes in different
11 select the one you want to run. It is suggested to use the lkdtm tests (which is
28 The lkdtm module consists of following tests