Lines Matching refs:p_err

360 				p_err("btf dump failed: %d", err);  in show_prog_metadata()
385 p_err("jsonw alloc failed"); in show_prog_metadata()
398 p_err("btf dump failed: %d", err); in show_prog_metadata()
585 p_err("can't get prog info: %s", strerror(errno)); in show_prog()
605 p_err("mem alloc failed"); in do_show_subset()
641 p_err("failed to create hashmap for pinned paths"); in do_show()
663 p_err("can't get next program: %s%s", strerror(errno), in do_show()
673 p_err("can't get prog by id (%u): %s", in do_show()
720 p_err("error retrieving insn dump: kernel.kptr_restrict set?"); in prog_dump()
730 p_err("failed to get btf"); in prog_dump()
746 p_err("can't open file %s: %s", filepath, in prog_dump()
754 p_err("error writing output file: %s", in prog_dump()
895 p_err("expected 'xlated' or 'jited', got: %s", *argv); in do_dump()
905 p_err("mem alloc failed"); in do_dump()
915 p_err("expected file path"); in do_dump()
919 p_err("several programs matched"); in do_dump()
930 p_err("several programs matched"); in do_dump()
953 p_err("can't get prog info: %s", strerror(errno)); in do_dump()
959 p_err("can't grow prog info_data"); in do_dump()
965 p_err("can't get prog info: %s", strerror(errno)); in do_dump()
1036 p_err("invalid attach/detach type"); in parse_attach_detach_args()
1069 p_err("failed prog attach to map"); in do_attach()
1091 p_err("failed prog detach from map"); in do_detach()
1104 p_err("cannot use standard input for both data_in and ctx_in"); in check_single_stdin()
1130 p_err("failed to open %s: %s", fname, strerror(errno)); in get_run_data()
1136 p_err("failed to allocate memory for data_in/ctx_in: %s", in get_run_data()
1145 p_err("failed to read data_in/ctx_in from %s: %s", in get_run_data()
1151 p_err("data_in/ctx_in is too long (max: %d)", in get_run_data()
1159 p_err("failed to reallocate data_in/ctx_in: %s", in get_run_data()
1233 p_err("failed to open %s: %s", fname, strerror(errno)); in print_run_output()
1240 p_err("failed to write output data/ctx: %s", strerror(errno)); in print_run_output()
1251 p_err("failed to allocate memory for output data/ctx: %s", in alloc_run_data()
1308 p_err("can't parse %s as output data size", in do_run()
1336 p_err("can't parse %s as output context size", in do_run()
1350 p_err("can't parse %s as repeat number", in do_run()
1356p_err("expected no more arguments, 'data_in', 'data_out', 'data_size_out', 'ctx_in', 'ctx_out', 'c… in do_run()
1394 p_err("failed to run program: %s", strerror(errno)); in do_run()
1486 p_err("program type already specified"); in load_with_options()
1499 p_err("mem alloc failed"); in load_with_options()
1529 p_err("can't parse %s as IDX", *argv); in load_with_options()
1539 p_err("expected 'idx' or 'name', got: '%s'?", in load_with_options()
1553 p_err("mem alloc failed"); in load_with_options()
1566 p_err("offload device already specified"); in load_with_options()
1574 p_err("unrecognized netdevice '%s': %s", in load_with_options()
1587 p_err("expected no more arguments, 'type', 'map' or 'dev', got: '%s'?", in load_with_options()
1601 p_err("failed to open object file"); in load_with_options()
1639 p_err("unable to find map '%s'", map_replace[j].name); in load_with_options()
1659 p_err("unable to set up map reuse: %d", err); in load_with_options()
1665 p_err("replacement for map idx %d specified more than once", in load_with_options()
1674 p_err("map idx '%d' not used", map_replace[j].idx); in load_with_options()
1680 p_err("failed to load object file"); in load_with_options()
1691 p_err("object file doesn't contain any bpf program"); in load_with_options()
1697 p_err("failed to pin program %s", in load_with_options()
1704 p_err("failed to pin all programs"); in load_with_options()
1712 p_err("failed to pin all maps"); in load_with_options()
1819 p_err("failed to open object file"); in do_loader()
1829 p_err("failed to load object file"); in do_loader()
1862 p_err("bpftool prog profile command is not supported. Please build bpftool with clang >= 10.0.0"); in do_profile()
1977 p_err("unknown metric %s", argv[0]); in profile_parse_metrics()
1983 p_err("too many (%d) metrics, please specify no more than %d metrics at at time", in profile_parse_metrics()
2001 p_err("failed to get fd for map"); in profile_read_values()
2007 p_err("failed to read count_map: %s", strerror(errno)); in profile_read_values()
2023 p_err("failed to read reading_map: %s", in profile_read_values()
2108 p_err("failed to bpf_obj_get_info_by_fd for prog FD %d", tgt_fd); in profile_target_name()
2113 p_err("prog FD %d doesn't have valid btf", tgt_fd); in profile_target_name()
2119 p_err("bpf_obj_get_info_by_fd for prog FD %d found 0 func_info", tgt_fd); in profile_target_name()
2130 p_err("failed to get func_info for prog FD %d", tgt_fd); in profile_target_name()
2136 p_err("failed to load btf for prog FD %d", tgt_fd); in profile_target_name()
2142 p_err("btf %d doesn't have type %d", in profile_target_name()
2177 p_err("failed to allocate memory for perf_event array: %s", in profile_open_perf_events()
2183 p_err("failed to get fd for events map"); in profile_open_perf_events()
2197 p_err("failed to create event %s on cpu %d", in profile_open_perf_events()
2238 p_err("failed to parse fd"); in do_profile()
2259 p_err("failed to identify number of CPUs"); in do_profile()
2265 p_err("failed to open and/or load BPF object"); in do_profile()
2287 p_err("failed to set attach target\n"); in do_profile()
2295 p_err("failed to load profile_obj"); in do_profile()
2305 p_err("failed to attach profile_obj"); in do_profile()