Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dget_branch_snapshot.c9 __u64 test1_hits = 0; variable
35 test1_hits++; in BPF_PROG()
36 else if (!test1_hits) in BPF_PROG()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_branch_snapshot.c117 ASSERT_GT(skel->bss->test1_hits, 6, "find_looptest_in_lbr"); in serial_test_get_branch_snapshot()