Home
last modified time | relevance | path

Searched refs:jited_ksyms (Results 1 – 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_btf.c5930 __u64 *jited_linfo = NULL, *jited_ksyms = NULL; in test_get_linfo() local
6005 jited_ksyms = calloc(nr_jited_ksyms, sizeof(*jited_ksyms)); in test_get_linfo()
6008 if (CHECK(!jited_linfo || !jited_ksyms || !jited_func_lens, in test_get_linfo()
6010 jited_linfo, jited_ksyms, jited_func_lens)) { in test_get_linfo()
6019 info.jited_ksyms = ptr_to_u64(jited_ksyms); in test_get_linfo()
6090 if (CHECK(jited_linfo[0] != jited_ksyms[0], in test_get_linfo()
6092 (long)(jited_linfo[0]), (long)(jited_ksyms[0]))) { in test_get_linfo()
6099 cur_func_ksyms = jited_ksyms[0]; in test_get_linfo()
6102 jited_linfo[i] == jited_ksyms[ksyms_found]) { in test_get_linfo()
6103 cur_func_ksyms = jited_ksyms[ksyms_found]; in test_get_linfo()
[all …]
/external/bcc/src/cc/includes/compat/linux/
Dbpf.h2717 __aligned_u64 jited_ksyms; member
/external/bcc/src/cc/compat/linux/
Dbpf.h2717 __aligned_u64 jited_ksyms; member
/external/kernel-headers/original/uapi/linux/
Dbpf.h4568 __aligned_u64 jited_ksyms; member