Lines Matching refs:pr_debug
157 pr_debug("bpf: failed to get private field\n"); in libbpf_prog_prepare_load_fn()
194 pr_debug("bpf: failed to register libbpf section handler: %d\n", in libbpf_init()
215 pr_debug("bpf: failed to load buffer\n"); in bpf__prepare_load_buffer()
252 pr_debug("bpf: builtin compilation failed: %d, try external compiler\n", err); in bpf__prepare_load()
257 pr_debug("bpf: successful builtin compilation\n"); in bpf__prepare_load()
269 pr_debug("bpf: failed to load %s\n", filename); in bpf__prepare_load()
467 pr_debug("config bpf program: %s=%s\n", key, value); in do_prog_config()
472 pr_debug("BPF: ERROR: invalid program config option: %s=%s\n", in do_prog_config()
475 pr_debug("\nHint: Valid options are:\n"); in do_prog_config()
477 pr_debug("\t%s:\t%s\n", bpf_prog_config_terms[i].usage, in do_prog_config()
479 pr_debug("\n"); in do_prog_config()
493 pr_debug("Not enough memory: dup config_str failed\n"); in parse_prog_config_kvpair()
541 pr_debug("bpf: '%s' is not a valid tracepoint\n", in parse_prog_config()
553 pr_debug("bpf: '%s' is not a valid config string\n", in parse_prog_config()
576 pr_debug("bpf: failed to alloc priv\n"); in config_bpf_program()
582 pr_debug("bpf: config program '%s'\n", config_str); in config_bpf_program()
597 pr_debug("bpf: '%s': group for event is set and not '%s'.\n", in config_bpf_program()
605 pr_debug("bpf: strdup failed\n"); in config_bpf_program()
611 pr_debug("bpf: '%s': event name is missing. Section name should be 'key=value'\n", in config_bpf_program()
616 pr_debug("bpf: config '%s' is ok\n", config_str); in config_bpf_program()
621 pr_debug("Failed to set priv for program '%s'\n", config_str); in config_bpf_program()
650 pr_debug("Failed to init_probe_symbol_maps\n"); in bpf__prepare_probe()
682 pr_debug("Internal error: prologue type %d not found\n", n); in preproc_gen_prologue()
696 pr_debug("Failed to generate prologue for program %s\n", in preproc_gen_prologue()
709 pr_debug("Internal error in preproc_gen_prologue\n"); in preproc_gen_prologue()
774 pr_debug("Not enough memory: alloc ptevs failed\n"); in map_prologue()
778 pr_debug("In map_prologue, ntevs=%d\n", pev->ntevs); in map_prologue()
791 pr_debug("mapping[%d]=%d\n", n, type); in map_prologue()
800 pr_debug("mapping[%d]=%d\n", n, mapping[n]); in map_prologue()
816 pr_debug("Internal error when hook preprocessor\n"); in hook_load_preprocessor()
847 pr_debug("Not enough memory: alloc insns_buf failed\n"); in hook_load_preprocessor()
853 pr_debug("Not enough memory: alloc prologue fds failed\n"); in hook_load_preprocessor()
860 pr_debug("Not enough memory: alloc type_mapping failed\n"); in hook_load_preprocessor()
878 pr_debug("bpf__prepare_probe failed\n"); in bpf__probe()
906 pr_debug("bpf_probe: failed to convert perf probe events\n"); in bpf__probe()
912 pr_debug("bpf_probe: failed to apply perf probe events\n"); in bpf__probe()
956 pr_debug("Failed to create filter for unprobing\n"); in bpf__unprobe()
964 pr_debug("Failed to delete %s\n", name_buf); in bpf__unprobe()
987 pr_debug("bpf: failed to get private field\n"); in bpf_object__load_prologue()
1029 pr_debug("bpf: load objects with prologue failed: err=%d: (%s)\n", in bpf_object__load_prologue()
1052 pr_debug("bpf: load objects failed: err=%d: (%s)\n", err, bf); in bpf__load()
1072 pr_debug("bpf: failed to get private field\n"); in bpf__foreach_event()
1080 pr_debug("bpf: tracepoint call back failed, stop iterate\n"); in bpf__foreach_event()
1096 pr_debug("bpf: failed to get file descriptor\n"); in bpf__foreach_event()
1102 pr_debug("bpf: call back failed, stop iterate\n"); in bpf__foreach_event()
1228 pr_debug("Not enough memory to alloc indices for map\n"); in bpf_map_op_setkey()
1245 pr_debug("Failed to alloc bpf_map_op\n"); in bpf_map_op__new()
1265 pr_debug("Failed to alloc bpf_map_op\n"); in bpf_map_op__clone()
1276 pr_debug("Failed to alloc indices for map\n"); in bpf_map_op__clone()
1293 pr_debug("Not enough memory to alloc map private\n"); in bpf_map_priv__clone()
1317 pr_debug("Failed to get private from map %s\n", map_name); in bpf_map__add_op()
1324 pr_debug("Not enough memory to alloc map private\n"); in bpf_map__add_op()
1365 pr_debug("Map '%s' is invalid\n", map_name); in __bpf_map__config_value()
1370 pr_debug("Map %s type is not BPF_MAP_TYPE_ARRAY\n", in __bpf_map__config_value()
1375 pr_debug("Map %s has incorrect key size\n", map_name); in __bpf_map__config_value()
1385 pr_debug("Map %s has incorrect value size\n", map_name); in __bpf_map__config_value()
1403 pr_debug("Config value not set\n"); in bpf_map__config_value()
1408 pr_debug("ERROR: wrong value type for 'value'\n"); in bpf_map__config_value()
1425 pr_debug("Event (for '%s') '%s' doesn't exist\n", in __bpf_map__config_event()
1431 pr_debug("Map '%s' is invalid\n", map_name); in __bpf_map__config_event()
1440 pr_debug("Map %s type is not BPF_MAP_TYPE_PERF_EVENT_ARRAY\n", in __bpf_map__config_event()
1459 pr_debug("Config value not set\n"); in bpf_map__config_event()
1464 pr_debug("ERROR: wrong value type for 'event'\n"); in bpf_map__config_event()
1493 pr_debug("ERROR: map %s: array->nr_ranges is %d but range array is NULL\n", in config_map_indices_range_check()
1499 pr_debug("Map '%s' is invalid\n", map_name); in config_map_indices_range_check()
1509 pr_debug("ERROR: index %d too large\n", idx); in config_map_indices_range_check()
1534 pr_debug("ERROR: Invalid map config: %s\n", map_name); in bpf__obj_config_map()
1540 pr_debug("ERROR: Invalid map option: %s\n", term->config); in bpf__obj_config_map()
1546 pr_debug("ERROR: Map %s doesn't exist\n", map_name); in bpf__obj_config_map()
1567 pr_debug("ERROR: Invalid map config option '%s'\n", map_opt); in bpf__obj_config_map()
1618 pr_debug("ERROR: failed to insert value to %s[%u]\n", in foreach_key_array_all()
1644 pr_debug("ERROR: failed to insert value to %s[%u]\n", in foreach_key_array_ranges()
1664 pr_debug("ERROR: failed to get private from map %s\n", name); in bpf_map_config_foreach_key()
1668 pr_debug("INFO: nothing to config for map %s\n", name); in bpf_map_config_foreach_key()
1673 pr_debug("Map '%s' is invalid\n", name); in bpf_map_config_foreach_key()
1678 pr_debug("ERROR: failed to get fd from map %s\n", name); in bpf_map_config_foreach_key()
1697 pr_debug("ERROR: keytype for map '%s' invalid\n", in bpf_map_config_foreach_key()
1705 pr_debug("ERROR: type of '%s' incorrect\n", name); in bpf_map_config_foreach_key()
1740 pr_debug("ERROR: invalid value size\n"); in apply_config_value_for_key()
1760 pr_debug("ERROR: evsel not ready for map %s\n", name); in apply_config_evsel_for_key()
1765 pr_debug("ERROR: Dimension of target event is incorrect for map %s\n", in apply_config_evsel_for_key()
1772 pr_debug("ERROR: Can't put inherit event into map %s\n", name); in apply_config_evsel_for_key()
1783 pr_debug("ERROR: Event type is wrong for map %s\n", name); in apply_config_evsel_for_key()
1790 pr_debug("ERROR: there is no event %d for map %s\n", in apply_config_evsel_for_key()
1820 pr_debug("ERROR: unknown value type for '%s'\n", name); in apply_obj_config_map_for_key()
1908 pr_debug("ERROR: failed to create the \"%s\" bpf-output event\n", name); in bpf__setup_output_event()