Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/kernel/
Dkprobes-test.c222 static int jprobe_func_called; variable
362 jprobe_func_called = test_func_instance; in jprobe_func()
390 if (jprobe_func_called != test_func_instance) { in test_jprobe()
396 if (jprobe_func_called == test_func_instance) { in test_jprobe()
441 if (jprobe_func_called == test_func_instance) { in test_kretprobe()