Searched refs:test_func_instance (Results 1 – 1 of 1) sorted by relevance
227 static int test_func_instance; variable296 ++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 …]