Home
last modified time | relevance | path

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

/arch/arm/kernel/
Dkprobes-test.c229 static int jprobe_func_called; variable
370 jprobe_func_called = test_func_instance; in jprobe_func()
398 if (jprobe_func_called != test_func_instance) { in test_jprobe()
404 if (jprobe_func_called == test_func_instance) { in test_jprobe()
449 if (jprobe_func_called == test_func_instance) { in test_kretprobe()