Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/probes/kprobes/
Dtest-core.c1021 static int probe_should_run; /* 0 = no, 1 = yes, -1 = unknown */ variable
1028 probe_should_run = 1; in test_context_cpsr()
1039 probe_should_run = test_check_cc(cc, cpsr) != 0; in test_context_cpsr()
1047 probe_should_run = test_check_cc(cc, cpsr) != 0; in test_context_cpsr()
1074 probe_should_run = test_check_cc((cpsr >> 12) & 0xf, cpsr) != 0; in test_context_cpsr()
1081 probe_should_run = 0; in test_context_cpsr()
1085 probe_should_run = 0; in test_context_cpsr()
1513 if (probe_should_run == 1) { in kprobes_test_case_end()
1518 } else if (probe_should_run == 0) { in kprobes_test_case_end()