Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dptr_untrusted.c26 skel->links.raw_tp_run = bpf_program__attach_raw_tracepoint(skel->progs.raw_tp_run, in serial_test_ptr_untrusted()
28 if (!ASSERT_OK_PTR(skel->links.raw_tp_run, "raw_tp_attach")) in serial_test_ptr_untrusted()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_ptr_untrusted.c24 int BPF_PROG(raw_tp_run) in BPF_PROG() argument