Searched refs:kernel_version (Results 1 – 3 of 3) sorted by relevance
22 unsigned int kernel_version; in __test__clang_to_IR() local24 if (fetch_kernel_version(&kernel_version, NULL, 0)) in __test__clang_to_IR()28 std::to_string(kernel_version)); in __test__clang_to_IR()
436 unsigned int kernel_version; in llvm__compile_bpf() local480 if (fetch_kernel_version(&kernel_version, NULL, 0)) in llvm__compile_bpf()481 kernel_version = 0; in llvm__compile_bpf()484 "0x%x", kernel_version); in llvm__compile_bpf()
2129 char *kernel_version; in vmlinux_path__init() local2146 kernel_version = env->os_release; in vmlinux_path__init()2151 kernel_version = uts.release; in vmlinux_path__init()2155 snprintf(bf, sizeof(bf), vmlinux_paths_upd[i], kernel_version); in vmlinux_path__init()