Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/probes/kprobes/
Dtest-core.c1213 struct test_probe { struct
1219 static void unregister_test_probe(struct test_probe *probe) in unregister_test_probe() argument
1228 static int register_test_probe(struct test_probe *probe) in register_test_probe()
1246 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_before_pre_handler()
1262 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_case_pre_handler()
1271 if (container_of(p, struct test_probe, kprobe)->hit == test_instance) in test_after_pre_handler()
1290 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_after_pre_handler()
1294 static struct test_probe test_before_probe = {
1299 static struct test_probe test_case_probe = {
1303 static struct test_probe test_after_probe = {
[all …]
/linux-4.4.14/drivers/rtc/
Drtc-test.c109 static int test_probe(struct platform_device *plat_dev) in test_probe() function
143 .probe = test_probe,