Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_vmlinux.c12 bool tp_called = false; variable
32 tp_called = true; in handle__tp()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dvmlinux.c35 ASSERT_TRUE(bss->tp_called, "tp"); in test_vmlinux()