Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dtest_vmlinux.c12 bool tp_called = false; variable
32 tp_called = true; in handle__tp()
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dvmlinux.c35 CHECK(!bss->tp_called, "tp", "not called\n"); in test_vmlinux()