Lines Matching refs:p_err

487 			p_err("can't get prog info: %s", strerror(errno));  in do_dump()
497 p_err("can't parse %s as ID", *argv); in do_dump()
506 p_err("failed to load BTF from %s: %s", in do_dump()
513 p_err("unrecognized BTF source specifier: '%s'", src); in do_dump()
521 p_err("expecting value for 'format' option\n"); in do_dump()
529 p_err("unrecognized format specifier: '%s', possible values: raw, c", in do_dump()
535 p_err("unrecognized option: '%s'", *argv); in do_dump()
543 p_err("get btf by id (%u): %s", btf_id, strerror(err)); in do_dump()
548 p_err("can't find btf with ID (%u)", btf_id); in do_dump()
555 p_err("JSON output for C-syntax dump is not supported"); in do_dump()
577 p_err("expected 'id', got: '%s'?", **argv); in btf_parse_fd()
584 p_err("can't parse %s as ID", **argv); in btf_parse_fd()
591 p_err("can't get BTF object by id (%u): %s", in btf_parse_fd()
634 p_err("unexpected object type: %d", type); in build_btf_type_table()
642 p_err("can't get next %s: %s%s", names[type], in build_btf_type_table()
657 p_err("unexpected object type: %d", type); in build_btf_type_table()
663 p_err("can't get %s by id (%u): %s", names[type], id, in build_btf_type_table()
673 p_err("can't get %s info: %s", names[type], in build_btf_type_table()
687 p_err("unexpected object type: %d", type); in build_btf_type_table()
695 p_err("failed to allocate memory: %s", strerror(errno)); in build_btf_type_table()
810 p_err("can't get BTF object info: %s", strerror(errno)); in show_btf()
867 p_err("can't get next BTF object: %s%s", in do_show()
878 p_err("can't get BTF object by id (%u): %s", in do_show()