Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/probes/kprobes/
Dtest-core.c224 static int test_func_instance; variable
293 ++test_func_instance; in call_test_func()
312 pre_handler_called = test_func_instance; in pre_handler()
321 post_handler_called = test_func_instance; in post_handler()
350 if (pre_handler_called != test_func_instance) { in test_kprobe()
354 if (post_handler_called != test_func_instance) { in test_kprobe()
360 if (pre_handler_called == test_func_instance || in test_kprobe()
361 post_handler_called == test_func_instance) { in test_kprobe()
372 kretprobe_handler_called = test_func_instance; in kretprobe_handler()
400 if (kretprobe_handler_called != test_func_instance) { in test_kretprobe()
[all …]