Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtrace_helpers.h12 int load_kallsyms(void);
Dtrace_helpers.c25 int load_kallsyms(void) in load_kallsyms() function
/kernel/linux/linux-5.10/samples/bpf/
Dspintest_user.c28 if (load_kallsyms()) { in main()
Doffwaketime_user.c110 if (load_kallsyms()) { in main()
Dsampleip_user.c167 if (load_kallsyms()) { in main()
Dtrace_event_user.c308 if (load_kallsyms()) { in main()
Dtask_fd_query_user.c304 if (load_kallsyms()) { in main()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dget_stack_raw_tp.c113 err = load_kallsyms(); in test_get_stack_raw_tp()