Home
last modified time | relevance | path

Searched refs:btf_log_buf (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c49 static char btf_log_buf[BTF_LOG_BUF_SIZE]; variable
3657 *btf_log_buf = '\0'; in do_test_raw()
3659 btf_log_buf, BTF_LOG_BUF_SIZE, in do_test_raw()
3666 CHECK(test->err_str && !strstr(btf_log_buf, test->err_str), in do_test_raw()
3691 if (*btf_log_buf && (err || always_log)) in do_test_raw()
3692 fprintf(stderr, "\n%s", btf_log_buf); in do_test_raw()
3782 *btf_log_buf = '\0'; in test_big_btf_info()
3791 btf_log_buf, BTF_LOG_BUF_SIZE, in test_big_btf_info()
3833 if (*btf_log_buf && (err || always_log)) in test_big_btf_info()
3834 fprintf(stderr, "\n%s", btf_log_buf); in test_big_btf_info()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h397 __aligned_u64 btf_log_buf; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h397 __aligned_u64 btf_log_buf; member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h636 __aligned_u64 btf_log_buf; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h636 __aligned_u64 btf_log_buf; member
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf.c874 attr.btf_log_buf = ptr_to_u64(log_buf); in bpf_load_btf()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c5447 u64_to_user_ptr(attr->btf_log_buf), in btf_new_fd()