Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_vmlinux.c13 bool raw_tp_called = false; variable
50 raw_tp_called = true; in BPF_PROG()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dvmlinux.c36 CHECK(!bss->raw_tp_called, "raw_tp", "not called\n"); in test_vmlinux()