Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dunpriv_bpf_disabled.c22 static __u32 got_perfbuf_val; variable
35 got_perfbuf_val = *(__u32 *)data; in process_perfbuf()
90 ASSERT_EQ(got_perfbuf_val, skel->bss->perfbuf_val, "check_perfbuf_val"); in test_unpriv_bpf_disabled_positive()