Home
last modified time | relevance | path

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

/linux/arch/arm/probes/kprobes/
H A Dtest-core.c1007 static int test_instance; variable
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()
1420 ++test_instance; in kprobes_test_case_start()
1480 if (test_before_probe.hit != test_instance) { in kprobes_test_case_end()
1485 if (test_after_probe.hit != test_instance && in kprobes_test_case_end()
1486 test_after2_probe.hit != test_instance) { in kprobes_test_case_end()
1510 if (test_case_probe.hit != test_instance) { in kprobes_test_case_end()
[all …]