Lines Matching defs:p_err
71 void p_err(const char *fmt, ...)
159 p_err("can't mount tracefs: %s", err_str);
173 p_err("mem alloc failed");
180 p_err("bpf obj get (%s): %s", pname,
208 p_err("incorrect object type: %s", get_fd_type_name(type));
225 p_err("mem alloc failed");
237 p_err("no BPF file system found, not mounting it due to --nomount option");
245 p_err("can't mount BPF file system to pin the object (%s): %s",
264 p_err("can't pin the object (%s): %s", name, strerror(errno));
311 p_err("can't read link type: %s", strerror(errno));
315 p_err("can't read link type: path too long!");
496 p_err("Can't get # of possible cpus: %s", strerror(-cpus));
510 p_err("Can't stat /proc/self: %s", strerror(errno));
528 p_err("Can't open %s: %s", path, strerror(errno));
535 p_err("Can't read %s: %s", path, strerror(errno));
539 p_err("Value in %s too long", path);
567 p_err("Can't get net device name for ifindex %d: %s", ifindex,
574 p_err("Can't get device vendor id for %s", devname);
588 p_err("Can't get bfd arch name for device vendor id 0x%04x",
633 p_err("%s already specified", what);
639 p_err("can't parse %s as %s", **argv, what);
668 p_err("%s", strerror(errno));
676 p_err("can't get prog by id (%u): %s",
683 p_err("can't get prog info (%u): %s",
697 p_err("failed to realloc");
723 p_err("can't parse %s as ID", **argv);
730 p_err("get by id (%u): %s", id, strerror(errno));
742 p_err("can't parse tag");
755 p_err("can't parse name");
775 p_err("expected 'id', 'tag', 'name' or 'pinned', got: '%s'?", **argv);
786 p_err("mem alloc failed");
792 p_err("several programs match this handle");
820 p_err("%s", strerror(errno));
828 p_err("can't get map by id (%u): %s",
835 p_err("can't get map info (%u): %s",
848 p_err("failed to realloc");
874 p_err("can't parse %s as ID", **argv);
881 p_err("get map by id (%u): %s", id, strerror(errno));
892 p_err("can't parse name");
912 p_err("expected 'id', 'name' or 'pinned', got: '%s'?", **argv);
923 p_err("mem alloc failed");
929 p_err("several maps match this handle");
954 p_err("can't get map info: %s", strerror(errno));