Home
last modified time | relevance | path

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

/arch/arm/probes/kprobes/
Dtest-core.c226 static int test_func_instance; variable
296 ++test_func_instance; in call_test_func()
315 pre_handler_called = test_func_instance; in pre_handler()
324 post_handler_called = test_func_instance; in post_handler()
353 if (pre_handler_called != test_func_instance) { in test_kprobe()
357 if (post_handler_called != test_func_instance) { in test_kprobe()
363 if (pre_handler_called == test_func_instance || in test_kprobe()
364 post_handler_called == test_func_instance) { in test_kprobe()
374 jprobe_func_called = test_func_instance; in jprobe_func()
402 if (jprobe_func_called != test_func_instance) { in test_jprobe()
[all …]