Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/probes/kprobes/
Dtest-core.c1018 static int probe_should_run; /* 0 = no, 1 = yes, -1 = unknown */ variable
1025 probe_should_run = 1; in test_context_cpsr()
1036 probe_should_run = test_check_cc(cc, cpsr) != 0; in test_context_cpsr()
1044 probe_should_run = test_check_cc(cc, cpsr) != 0; in test_context_cpsr()
1071 probe_should_run = test_check_cc((cpsr >> 12) & 0xf, cpsr) != 0; in test_context_cpsr()
1078 probe_should_run = 0; in test_context_cpsr()
1082 probe_should_run = 0; in test_context_cpsr()
1510 if (probe_should_run == 1) { in kprobes_test_case_end()
1515 } else if (probe_should_run == 0) { in kprobes_test_case_end()