Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/probes/kprobes/
Dtest-core.c227 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()
375 kretprobe_handler_called = test_func_instance; in kretprobe_handler()
403 if (kretprobe_handler_called != test_func_instance) { in test_kretprobe()
[all …]