Lines Matching refs:pr_debug

153 		pr_debug("bpf: failed to get private field\n");  in libbpf_prog_prepare_load_fn()
190 pr_debug("bpf: failed to register libbpf section handler: %d\n", in libbpf_init()
211 pr_debug("bpf: failed to load buffer\n"); in bpf__prepare_load_buffer()
248 pr_debug("bpf: builtin compilation failed: %d, try external compiler\n", err); in bpf__prepare_load()
253 pr_debug("bpf: successful builtin compilation\n"); in bpf__prepare_load()
265 pr_debug("bpf: failed to load %s\n", filename); in bpf__prepare_load()
462 pr_debug("config bpf program: %s=%s\n", key, value); in do_prog_config()
467 pr_debug("BPF: ERROR: invalid program config option: %s=%s\n", in do_prog_config()
470 pr_debug("\nHint: Valid options are:\n"); in do_prog_config()
472 pr_debug("\t%s:\t%s\n", bpf_prog_config_terms[i].usage, in do_prog_config()
474 pr_debug("\n"); in do_prog_config()
488 pr_debug("Not enough memory: dup config_str failed\n"); in parse_prog_config_kvpair()
536 pr_debug("bpf: '%s' is not a valid tracepoint\n", in parse_prog_config()
548 pr_debug("bpf: '%s' is not a valid config string\n", in parse_prog_config()
571 pr_debug("bpf: failed to alloc priv\n"); in config_bpf_program()
577 pr_debug("bpf: config program '%s'\n", config_str); in config_bpf_program()
592 pr_debug("bpf: '%s': group for event is set and not '%s'.\n", in config_bpf_program()
600 pr_debug("bpf: strdup failed\n"); in config_bpf_program()
606 pr_debug("bpf: '%s': event name is missing. Section name should be 'key=value'\n", in config_bpf_program()
611 pr_debug("bpf: config '%s' is ok\n", config_str); in config_bpf_program()
616 pr_debug("Failed to set priv for program '%s'\n", config_str); in config_bpf_program()
645 pr_debug("Failed to init_probe_symbol_maps\n"); in bpf__prepare_probe()
677 pr_debug("Internal error: prologue type %d not found\n", n); in preproc_gen_prologue()
691 pr_debug("Failed to generate prologue for program %s\n", in preproc_gen_prologue()
704 pr_debug("Internal error in preproc_gen_prologue\n"); in preproc_gen_prologue()
769 pr_debug("Not enough memory: alloc ptevs failed\n"); in map_prologue()
773 pr_debug("In map_prologue, ntevs=%d\n", pev->ntevs); in map_prologue()
786 pr_debug("mapping[%d]=%d\n", n, type); in map_prologue()
795 pr_debug("mapping[%d]=%d\n", n, mapping[n]); in map_prologue()
811 pr_debug("Internal error when hook preprocessor\n"); in hook_load_preprocessor()
842 pr_debug("Not enough memory: alloc insns_buf failed\n"); in hook_load_preprocessor()
848 pr_debug("Not enough memory: alloc prologue fds failed\n"); in hook_load_preprocessor()
855 pr_debug("Not enough memory: alloc type_mapping failed\n"); in hook_load_preprocessor()
873 pr_debug("bpf__prepare_probe failed\n"); in bpf__probe()
901 pr_debug("bpf_probe: failed to convert perf probe events\n"); in bpf__probe()
907 pr_debug("bpf_probe: failed to apply perf probe events\n"); in bpf__probe()
951 pr_debug("Failed to create filter for unprobing\n"); in bpf__unprobe()
959 pr_debug("Failed to delete %s\n", name_buf); in bpf__unprobe()
982 pr_debug("bpf: failed to get private field\n"); in bpf_object__load_prologue()
1024 pr_debug("bpf: load objects with prologue failed: err=%d: (%s)\n", in bpf_object__load_prologue()
1047 pr_debug("bpf: load objects failed: err=%d: (%s)\n", err, bf); in bpf__load()
1067 pr_debug("bpf: failed to get private field\n"); in bpf__foreach_event()
1075 pr_debug("bpf: tracepoint call back failed, stop iterate\n"); in bpf__foreach_event()
1091 pr_debug("bpf: failed to get file descriptor\n"); in bpf__foreach_event()
1097 pr_debug("bpf: call back failed, stop iterate\n"); in bpf__foreach_event()
1223 pr_debug("Not enough memory to alloc indices for map\n"); in bpf_map_op_setkey()
1240 pr_debug("Failed to alloc bpf_map_op\n"); in bpf_map_op__new()
1260 pr_debug("Failed to alloc bpf_map_op\n"); in bpf_map_op__clone()
1271 pr_debug("Failed to alloc indices for map\n"); in bpf_map_op__clone()
1288 pr_debug("Not enough memory to alloc map private\n"); in bpf_map_priv__clone()
1312 pr_debug("Failed to get private from map %s\n", map_name); in bpf_map__add_op()
1319 pr_debug("Not enough memory to alloc map private\n"); in bpf_map__add_op()
1360 pr_debug("Map '%s' is invalid\n", map_name); in __bpf_map__config_value()
1365 pr_debug("Map %s type is not BPF_MAP_TYPE_ARRAY\n", in __bpf_map__config_value()
1370 pr_debug("Map %s has incorrect key size\n", map_name); in __bpf_map__config_value()
1380 pr_debug("Map %s has incorrect value size\n", map_name); in __bpf_map__config_value()
1398 pr_debug("Config value not set\n"); in bpf_map__config_value()
1403 pr_debug("ERROR: wrong value type for 'value'\n"); in bpf_map__config_value()
1420 pr_debug("Event (for '%s') '%s' doesn't exist\n", in __bpf_map__config_event()
1426 pr_debug("Map '%s' is invalid\n", map_name); in __bpf_map__config_event()
1435 pr_debug("Map %s type is not BPF_MAP_TYPE_PERF_EVENT_ARRAY\n", in __bpf_map__config_event()
1454 pr_debug("Config value not set\n"); in bpf_map__config_event()
1459 pr_debug("ERROR: wrong value type for 'event'\n"); in bpf_map__config_event()
1488 pr_debug("ERROR: map %s: array->nr_ranges is %d but range array is NULL\n", in config_map_indices_range_check()
1494 pr_debug("Map '%s' is invalid\n", map_name); in config_map_indices_range_check()
1504 pr_debug("ERROR: index %d too large\n", idx); in config_map_indices_range_check()
1529 pr_debug("ERROR: Invalid map config: %s\n", map_name); in bpf__obj_config_map()
1535 pr_debug("ERROR: Invalid map option: %s\n", term->config); in bpf__obj_config_map()
1541 pr_debug("ERROR: Map %s doesn't exist\n", map_name); in bpf__obj_config_map()
1562 pr_debug("ERROR: Invalid map config option '%s'\n", map_opt); in bpf__obj_config_map()
1613 pr_debug("ERROR: failed to insert value to %s[%u]\n", in foreach_key_array_all()
1639 pr_debug("ERROR: failed to insert value to %s[%u]\n", in foreach_key_array_ranges()
1659 pr_debug("ERROR: failed to get private from map %s\n", name); in bpf_map_config_foreach_key()
1663 pr_debug("INFO: nothing to config for map %s\n", name); in bpf_map_config_foreach_key()
1668 pr_debug("Map '%s' is invalid\n", name); in bpf_map_config_foreach_key()
1673 pr_debug("ERROR: failed to get fd from map %s\n", name); in bpf_map_config_foreach_key()
1692 pr_debug("ERROR: keytype for map '%s' invalid\n", in bpf_map_config_foreach_key()
1700 pr_debug("ERROR: type of '%s' incorrect\n", name); in bpf_map_config_foreach_key()
1735 pr_debug("ERROR: invalid value size\n"); in apply_config_value_for_key()
1755 pr_debug("ERROR: evsel not ready for map %s\n", name); in apply_config_evsel_for_key()
1760 pr_debug("ERROR: Dimension of target event is incorrect for map %s\n", in apply_config_evsel_for_key()
1767 pr_debug("ERROR: Can't put inherit event into map %s\n", name); in apply_config_evsel_for_key()
1778 pr_debug("ERROR: Event type is wrong for map %s\n", name); in apply_config_evsel_for_key()
1785 pr_debug("ERROR: there is no event %d for map %s\n", in apply_config_evsel_for_key()
1815 pr_debug("ERROR: unknown value type for '%s'\n", name); in apply_obj_config_map_for_key()
1903 pr_debug("ERROR: failed to create the \"%s\" bpf-output event\n", name); in bpf__setup_output_event()