Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
Dtest_verifier.c91 uint32_t insn_processed; member
983 if (!unpriv && test->insn_processed) { in do_test_single()
984 uint32_t insn_processed; in do_test_single() local
988 insn_processed = atoi(proc + 10); in do_test_single()
989 if (test->insn_processed != insn_processed) { in do_test_single()
991 insn_processed, test->insn_processed); in do_test_single()
/tools/testing/selftests/bpf/verifier/
Dsearch_pruning.c155 .insn_processed = 15,