Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/
Dtrace_helpers.h12 int load_kallsyms(void);
Dtrace_helpers.c22 int load_kallsyms(void) in load_kallsyms() function
/Linux-v5.4/samples/bpf/
Dspintest_user.c23 if (load_kallsyms()) { in main()
Doffwaketime_user.c108 if (load_kallsyms()) { in main()
Dsampleip_user.c160 if (load_kallsyms()) { in main()
Dtrace_event_user.c293 if (load_kallsyms()) { in main()
Dtask_fd_query_user.c304 if (load_kallsyms()) { in main()
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dget_stack_raw_tp.c108 err = load_kallsyms(); in test_get_stack_raw_tp()