Home
last modified time | relevance | path

Searched refs:test_probe (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/probes/kprobes/
H A Dtest-core.c1159 struct test_probe { struct
1165 static void unregister_test_probe(struct test_probe *probe) in unregister_test_probe() argument
1174 static int register_test_probe(struct test_probe *probe) in register_test_probe()
1192 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_before_pre_handler()
1208 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_case_pre_handler()
1217 if (container_of(p, struct test_probe, kprobe)->hit == test_instance) in test_after_pre_handler()
1236 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_after_pre_handler()
1240 static struct test_probe test_before_probe = {
1245 static struct test_probe test_case_probe = {
1249 static struct test_probe test_after_probe = {
[all …]
/linux/drivers/base/test/
H A Dtest_async_driver_probe.c23 static int test_probe(struct platform_device *pdev) in test_probe() function
65 .probe = test_probe,
73 .probe = test_probe,
/linux/drivers/rtc/
H A Drtc-test.c115 static int test_probe(struct platform_device *plat_dev) in test_probe() function
145 .probe = test_probe,