Searched refs:load_kallsyms (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtrace_helpers.h16 int load_kallsyms(void);
H A Dtrace_helpers.c112 int load_kallsyms(void) function
/linux-master/samples/bpf/
H A Dspintest_user.c20 if (load_kallsyms()) {
H A Doffwaketime_user.c103 if (load_kallsyms()) {
H A Dsampleip_user.c167 if (load_kallsyms()) {
H A Dtrace_event_user.c306 if (load_kallsyms()) {
H A Dtask_fd_query_user.c319 if (load_kallsyms()) {
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dget_stack_raw_tp.c115 err = load_kallsyms();
116 if (CHECK(err < 0, "load_kallsyms", "err %d errno %d\n", err, errno))
H A Dkprobe_multi_test.c522 if (!ASSERT_OK(load_kallsyms(), "load_kallsyms"))
H A Dbpf_cookie.c108 if (!ASSERT_OK(load_kallsyms(), "load_kallsyms"))
H A Dfill_link_info.c578 if (!ASSERT_OK(load_kallsyms(), "load_kallsyms"))

Completed in 263 milliseconds