Home
last modified time | relevance | path

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

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