Home
last modified time | relevance | path

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

/arch/arm/kernel/
Dkprobes-test.c226 static int test_func_instance; variable
292 ++test_func_instance; in call_test_func()
311 pre_handler_called = test_func_instance; in pre_handler()
320 post_handler_called = test_func_instance; in post_handler()
349 if (pre_handler_called != test_func_instance) { in test_kprobe()
353 if (post_handler_called != test_func_instance) { in test_kprobe()
359 if (pre_handler_called == test_func_instance || in test_kprobe()
360 post_handler_called == test_func_instance) { in test_kprobe()
370 jprobe_func_called = test_func_instance; in jprobe_func()
398 if (jprobe_func_called != test_func_instance) { in test_jprobe()
[all …]