Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/
Dtrace_helpers.h12 int load_kallsyms(void);
Dtrace_helpers.c25 int load_kallsyms(void) in load_kallsyms() function
/Linux-v5.15/samples/bpf/
Dspintest_user.c22 if (load_kallsyms()) { in main()
Doffwaketime_user.c104 if (load_kallsyms()) { in main()
Dsampleip_user.c167 if (load_kallsyms()) { in main()
Dtrace_event_user.c306 if (load_kallsyms()) { in main()
Dtask_fd_query_user.c320 if (load_kallsyms()) { in main()
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dget_stack_raw_tp.c113 err = load_kallsyms(); in test_get_stack_raw_tp()