Lines Matching defs:p_err
40 void p_err(const char *fmt, ...)
190 p_err("can't mount tracefs: %s", err_str);
204 p_err("mem alloc failed");
211 p_err("bpf obj get (%s): %s", pname,
239 p_err("incorrect object type: %s", get_fd_type_name(type));
259 p_err("mem alloc failed");
271 p_err("no BPF file system found, not mounting it due to --nomount option");
279 p_err("can't mount BPF file system to pin the object (%s): %s",
298 p_err("can't pin the object (%s): %s", name, strerror(errno));
389 p_err("can't read link type: %s", strerror(errno));
393 p_err("can't read link type: path too long!");
505 p_err("failed to append entry to hashmap for ID %u, path '%s': %s",
574 p_err("Can't get # of possible cpus: %s", strerror(-cpus));
588 p_err("Can't stat /proc/self: %s", strerror(errno));
606 p_err("Can't open %s: %s", path, strerror(errno));
613 p_err("Can't read %s: %s", path, strerror(errno));
617 p_err("Value in %s too long", path);
644 p_err("Can't get net device name for ifindex %d: %s", ifindex,
651 p_err("Can't get device vendor id for %s", devname);
668 p_err("Can't get arch name for device vendor id 0x%04x",
713 p_err("%s already specified", what);
719 p_err("can't parse %s as %s", **argv, what);
749 p_err("%s", strerror(errno));
757 p_err("can't get prog by id (%u): %s",
764 p_err("can't get prog info (%u): %s",
786 p_err("failed to realloc");
812 p_err("can't parse %s as ID", **argv);
819 p_err("get by id (%u): %s", id, strerror(errno));
831 p_err("can't parse tag");
844 p_err("can't parse name");
864 p_err("expected 'id', 'tag', 'name' or 'pinned', got: '%s'?", **argv);
875 p_err("mem alloc failed");
881 p_err("several programs match this handle");
909 p_err("%s", strerror(errno));
917 p_err("can't get map by id (%u): %s",
924 p_err("can't get map info (%u): %s",
937 p_err("failed to realloc");
963 p_err("can't parse %s as ID", **argv);
970 p_err("get map by id (%u): %s", id, strerror(errno));
981 p_err("can't parse name");
1001 p_err("expected 'id', 'name' or 'pinned', got: '%s'?", **argv);
1012 p_err("mem alloc failed");
1018 p_err("several maps match this handle");
1044 p_err("can't get map info: %s", strerror(errno));