Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_unpriv_bpf_disabled.c10 __u32 perfbuf_val = 0; variable
71 bpf_perf_event_output(ctx, &perfbuf, BPF_F_CURRENT_CPU, &perfbuf_val, sizeof(perfbuf_val)); in sys_nanosleep_enter()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dunpriv_bpf_disabled.c68 skel->bss->perfbuf_val = 1; in test_unpriv_bpf_disabled_positive()
90 ASSERT_EQ(got_perfbuf_val, skel->bss->perfbuf_val, "check_perfbuf_val"); in test_unpriv_bpf_disabled_positive()