Searched refs:handle_probed (Results 1 – 2 of 2) sorted by relevance
161 skel->links.handle_probed = bpf_program__attach(prog); in test_core_autosize()162 if (!ASSERT_OK_PTR(skel->links.handle_probed, "prog_attach")) in test_core_autosize()
139 int handle_probed(void *ctx) in handle_probed() function