Lines Matching refs:pr_err
104 pr_err("ERROR: unable to popen cmd: %s\n", in read_from_pipe()
121 pr_err("ERROR: failed to realloc memory\n"); in read_from_pipe()
132 pr_err("ERROR: internal error\n"); in read_from_pipe()
138 pr_err("ERROR: error occurred when reading from pipe: %s\n", in read_from_pipe()
193 pr_err( in version_notice()
347 pr_err( in llvm__compile_bpf()
363 pr_err( in llvm__compile_bpf()
396 pr_err("ERROR:\tunable to compile %s\n", path); in llvm__compile_bpf()
397 pr_err("Hint:\tCheck error message shown above.\n"); in llvm__compile_bpf()
398 pr_err("Hint:\tYou can also pre-compile it into .o using:\n"); in llvm__compile_bpf()
399 pr_err(" \t\tclang -target bpf -O2 -c %s\n", path); in llvm__compile_bpf()
400 pr_err(" \twith proper -I and -D options.\n"); in llvm__compile_bpf()