Searched refs:kernel_version (Results 1 – 3 of 3) sorted by relevance
20 unsigned int kernel_version; in __test__clang_to_IR() local22 if (fetch_kernel_version(&kernel_version, NULL, 0)) in __test__clang_to_IR()26 std::to_string(kernel_version)); in __test__clang_to_IR()
429 unsigned int kernel_version; in llvm__compile_bpf() local468 if (fetch_kernel_version(&kernel_version, NULL, 0)) in llvm__compile_bpf()469 kernel_version = 0; in llvm__compile_bpf()472 "0x%x", kernel_version); in llvm__compile_bpf()
2014 char *kernel_version; in vmlinux_path__init() local2031 kernel_version = env->os_release; in vmlinux_path__init()2036 kernel_version = uts.release; in vmlinux_path__init()2040 snprintf(bf, sizeof(bf), vmlinux_paths_upd[i], kernel_version); in vmlinux_path__init()