Home
last modified time | relevance | path

Searched refs:load_kallsyms (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dstacktrace_ips.c75 load_kallsyms(); in test_stacktrace_ips_kprobe_multi()
130 load_kallsyms();
165 load_kallsyms();
212 load_kallsyms();
H A Dget_stack_raw_tp.c115 err = load_kallsyms(); in test_get_stack_raw_tp()
H A Dkprobe_multi_test.c721 if (!ASSERT_OK(load_kallsyms(), "load_kallsyms")) in test_kprobe_multi_test()
H A Dfill_link_info.c608 if (!ASSERT_OK(load_kallsyms(), "load_kallsyms")) in test_fill_link_info()
H A Dbpf_cookie.c114 if (!ASSERT_OK(load_kallsyms(), "load_kallsyms")) in kprobe_multi_link_api_subtest()
/linux/samples/bpf/
H A Dspintest_user.c20 if (load_kallsyms()) { in main()
H A Doffwaketime_user.c103 if (load_kallsyms()) { in main()
H A Dsampleip_user.c167 if (load_kallsyms()) { in main()
H A Dtrace_event_user.c306 if (load_kallsyms()) { in main()
H A Dtask_fd_query_user.c319 if (load_kallsyms()) { in main()
/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.h38 int load_kallsyms(void);
H A Dtrace_helpers.c122 int load_kallsyms(void) in load_kallsyms() function