Home
last modified time | relevance | path

Searched refs:ksym_search_local (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.h43 struct ksym *ksym_search_local(struct ksyms *ksyms, long key);
H A Dtrace_helpers.c131 struct ksym *ksym_search_local(struct ksyms *ksyms, long key) in ksym_search_local() function
187 return ksym_search_local(ksyms, key); in ksym_search()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dstacktrace_ips.c37 ksym = ksym_search_local(ksyms, ips[i]); in check_stacktrace_ips()
38 if (!ASSERT_OK_PTR(ksym, "ksym_search_local")) in check_stacktrace_ips()