Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/probes/kprobes/
Dtest-core.c229 static int jprobe_func_called; variable
374 jprobe_func_called = test_func_instance; in jprobe_func()
402 if (jprobe_func_called != test_func_instance) { in test_jprobe()
408 if (jprobe_func_called == test_func_instance) { in test_jprobe()
453 if (jprobe_func_called == test_func_instance) { in test_kretprobe()