Lines Matching refs:pr_debug

63 		pr_debug("bpf: failed to load buffer\n");  in bpf__prepare_load_buffer()
88 pr_debug("bpf: builtin compilation failed: %d, try external compiler\n", err); in bpf__prepare_load()
93 pr_debug("bpf: successful builtin compilation\n"); in bpf__prepare_load()
104 pr_debug("bpf: failed to load %s\n", filename); in bpf__prepare_load()
224 pr_debug("config bpf program: %s=%s\n", key, value); in do_prog_config()
229 pr_debug("BPF: ERROR: invalid program config option: %s=%s\n", in do_prog_config()
232 pr_debug("\nHint: Valid options are:\n"); in do_prog_config()
234 pr_debug("\t%s:\t%s\n", bpf_prog_config_terms[i].usage, in do_prog_config()
236 pr_debug("\n"); in do_prog_config()
250 pr_debug("Not enough memory: dup config_str failed\n"); in parse_prog_config_kvpair()
298 pr_debug("bpf: '%s' is not a valid tracepoint\n", in parse_prog_config()
310 pr_debug("bpf: '%s' is not a valid config string\n", in parse_prog_config()
333 pr_debug("bpf: failed to alloc priv\n"); in config_bpf_program()
339 pr_debug("bpf: config program '%s'\n", config_str); in config_bpf_program()
354 pr_debug("bpf: '%s': group for event is set and not '%s'.\n", in config_bpf_program()
362 pr_debug("bpf: strdup failed\n"); in config_bpf_program()
368 pr_debug("bpf: '%s': event name is missing. Section name should be 'key=value'\n", in config_bpf_program()
373 pr_debug("bpf: config '%s' is ok\n", config_str); in config_bpf_program()
378 pr_debug("Failed to set priv for program '%s'\n", config_str); in config_bpf_program()
407 pr_debug("Failed to init_probe_symbol_maps\n"); in bpf__prepare_probe()
439 pr_debug("Internal error: prologue type %d not found\n", n); in preproc_gen_prologue()
453 pr_debug("Failed to generate prologue for program %s\n", in preproc_gen_prologue()
467 pr_debug("Internal error in preproc_gen_prologue\n"); in preproc_gen_prologue()
532 pr_debug("Not enough memory: alloc ptevs failed\n"); in map_prologue()
536 pr_debug("In map_prologue, ntevs=%d\n", pev->ntevs); in map_prologue()
549 pr_debug("mapping[%d]=%d\n", n, type); in map_prologue()
558 pr_debug("mapping[%d]=%d\n", n, mapping[n]); in map_prologue()
574 pr_debug("Internal error when hook preprocessor\n"); in hook_load_preprocessor()
605 pr_debug("Not enough memory: alloc insns_buf failed\n"); in hook_load_preprocessor()
611 pr_debug("Not enough memory: alloc type_mapping failed\n"); in hook_load_preprocessor()
635 pr_debug("bpf__prepare_probe failed\n"); in bpf__probe()
660 pr_debug("bpf_probe: failed to convert perf probe events\n"); in bpf__probe()
666 pr_debug("bpf_probe: failed to apply perf probe events\n"); in bpf__probe()
710 pr_debug("Failed to create filter for unprobing\n"); in bpf__unprobe()
718 pr_debug("Failed to delete %s\n", name_buf); in bpf__unprobe()
735 pr_debug("bpf: load objects failed: err=%d: (%s)\n", err, bf); in bpf__load()
755 pr_debug("bpf: failed to get private field\n"); in bpf__foreach_event()
763 pr_debug("bpf: tracepoint call back failed, stop iterate\n"); in bpf__foreach_event()
782 pr_debug("bpf: failed to get file descriptor\n"); in bpf__foreach_event()
788 pr_debug("bpf: call back failed, stop iterate\n"); in bpf__foreach_event()
867 pr_debug("Not enough memory to alloc indices for map\n"); in bpf_map_op_setkey()
884 pr_debug("Failed to alloc bpf_map_op\n"); in bpf_map_op__new()
904 pr_debug("Failed to alloc bpf_map_op\n"); in bpf_map_op__clone()
915 pr_debug("Failed to alloc indices for map\n"); in bpf_map_op__clone()
932 pr_debug("Not enough memory to alloc map private\n"); in bpf_map_priv__clone()
956 pr_debug("Failed to get private from map %s\n", map_name); in bpf_map__add_op()
963 pr_debug("Not enough memory to alloc map private\n"); in bpf_map__add_op()
1005 pr_debug("Unable to get map definition from '%s'\n", in __bpf_map__config_value()
1011 pr_debug("Map %s type is not BPF_MAP_TYPE_ARRAY\n", in __bpf_map__config_value()
1016 pr_debug("Map %s has incorrect key size\n", map_name); in __bpf_map__config_value()
1026 pr_debug("Map %s has incorrect value size\n", map_name); in __bpf_map__config_value()
1044 pr_debug("Config value not set\n"); in bpf_map__config_value()
1049 pr_debug("ERROR: wrong value type for 'value'\n"); in bpf_map__config_value()
1068 pr_debug("Event (for '%s') '%s' doesn't exist\n", in __bpf_map__config_event()
1075 pr_debug("Unable to get map definition from '%s'\n", in __bpf_map__config_event()
1085 pr_debug("Map %s type is not BPF_MAP_TYPE_PERF_EVENT_ARRAY\n", in __bpf_map__config_event()
1104 pr_debug("Config value not set\n"); in bpf_map__config_event()
1109 pr_debug("ERROR: wrong value type for 'event'\n"); in bpf_map__config_event()
1139 pr_debug("ERROR: map %s: array->nr_ranges is %d but range array is NULL\n", in config_map_indices_range_check()
1146 pr_debug("ERROR: Unable to get map definition from '%s'\n", in config_map_indices_range_check()
1157 pr_debug("ERROR: index %d too large\n", idx); in config_map_indices_range_check()
1182 pr_debug("ERROR: Invalid map config: %s\n", map_name); in bpf__obj_config_map()
1188 pr_debug("ERROR: Invalid map option: %s\n", term->config); in bpf__obj_config_map()
1194 pr_debug("ERROR: Map %s doesn't exist\n", map_name); in bpf__obj_config_map()
1215 pr_debug("ERROR: Invalid map config option '%s'\n", map_opt); in bpf__obj_config_map()
1265 pr_debug("ERROR: failed to insert value to %s[%u]\n", in foreach_key_array_all()
1291 pr_debug("ERROR: failed to insert value to %s[%u]\n", in foreach_key_array_ranges()
1312 pr_debug("ERROR: failed to get private from map %s\n", name); in bpf_map_config_foreach_key()
1316 pr_debug("INFO: nothing to config for map %s\n", name); in bpf_map_config_foreach_key()
1322 pr_debug("ERROR: failed to get definition from map %s\n", name); in bpf_map_config_foreach_key()
1327 pr_debug("ERROR: failed to get fd from map %s\n", name); in bpf_map_config_foreach_key()
1346 pr_debug("ERROR: keytype for map '%s' invalid\n", in bpf_map_config_foreach_key()
1354 pr_debug("ERROR: type of '%s' incorrect\n", name); in bpf_map_config_foreach_key()
1389 pr_debug("ERROR: invalid value size\n"); in apply_config_value_for_key()
1409 pr_debug("ERROR: evsel not ready for map %s\n", name); in apply_config_evsel_for_key()
1414 pr_debug("ERROR: Dimension of target event is incorrect for map %s\n", in apply_config_evsel_for_key()
1421 pr_debug("ERROR: Can't put inherit event into map %s\n", name); in apply_config_evsel_for_key()
1432 pr_debug("ERROR: Event type is wrong for map %s\n", name); in apply_config_evsel_for_key()
1439 pr_debug("ERROR: there is no event %d for map %s\n", in apply_config_evsel_for_key()
1469 pr_debug("ERROR: unknown value type for '%s'\n", name); in apply_obj_config_map_for_key()
1559 pr_debug("ERROR: failed to create the \"%s\" bpf-output event\n", name); in bpf__setup_output_event()