Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_attach_probe.c16 int uprobe_byname3_sleepable_res = 0; variable
94 uprobe_byname3_sleepable_res = 9; in handle_uprobe_byname3_sleepable()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dattach_probe.c285 ASSERT_EQ(skel->bss->uprobe_byname3_sleepable_res, 9, "check_uprobe_byname3_sleepable_res"); in test_uprobe_sleepable()