Lines Matching refs:pr_debug
143 pr_debug("getline failed\n"); in read_objdump_output()
156 pr_debug("addr going backwards, read beyond section?\n"); in read_objdump_output()
193 pr_debug("Objdump command is: %s\n", cmd); in read_via_objdump()
200 pr_debug("popen failed\n"); in read_via_objdump()
206 pr_debug("objdump read too few bytes: %zd\n", len); in read_via_objdump()
221 pr_debug("0x%02x ", buf[i]); in dump_buf()
223 pr_debug("\n"); in dump_buf()
225 pr_debug("\n"); in dump_buf()
241 pr_debug("Reading object code for memory address: %#"PRIx64"\n", addr); in read_object_code()
245 pr_debug("Hypervisor address can not be resolved - skipping\n"); in read_object_code()
249 pr_debug("thread__find_map failed\n"); in read_object_code()
253 pr_debug("File is: %s\n", al.map->dso->long_name); in read_object_code()
257 pr_debug("Unexpected kernel address - skipping\n"); in read_object_code()
261 pr_debug("On file address is: %#"PRIx64"\n", al.addr); in read_object_code()
274 pr_debug("dso__data_read_offset failed\n"); in read_object_code()
291 pr_debug("kcore map tested already"); in read_object_code()
292 pr_debug(" - skipping\n"); in read_object_code()
297 pr_debug("Too many kcore maps - skipping\n"); in read_object_code()
308 pr_debug("decompression failed\n"); in read_object_code()
332 pr_debug("Reducing len to %zu\n", len); in read_object_code()
338 pr_debug("objdump failed for kcore"); in read_object_code()
339 pr_debug(" - skipping\n"); in read_object_code()
347 pr_debug("read_via_objdump failed\n"); in read_object_code()
353 pr_debug("Bytes read differ from those read by objdump\n"); in read_object_code()
354 pr_debug("buf1 (dso):\n"); in read_object_code()
356 pr_debug("buf2 (objdump):\n"); in read_object_code()
360 pr_debug("Bytes read match those read by objdump\n"); in read_object_code()
374 pr_debug("evlist__parse_sample failed\n"); in process_sample_event()
380 pr_debug("machine__findnew_thread failed\n"); in process_sample_event()
404 pr_debug("machine__process_event failed, event type %u\n", in process_event()
451 pr_debug("qsort failed\n"); in do_sort_something()
472 pr_debug("pipe failed\n"); in syscall_something()
576 pr_debug("machine__create_kernel_maps failed\n"); in do_test_code_reading()
588 pr_debug("map__load failed\n"); in do_test_code_reading()
604 pr_debug("thread_map__new_by_tid failed\n"); in do_test_code_reading()
612 pr_debug("perf_event__synthesize_thread_map failed\n"); in do_test_code_reading()
618 pr_debug("machine__findnew_thread failed\n"); in do_test_code_reading()
624 pr_debug("perf_cpu_map__new failed\n"); in do_test_code_reading()
633 pr_debug("evlist__new failed\n"); in do_test_code_reading()
640 pr_debug("Parsing event '%s'\n", str); in do_test_code_reading()
643 pr_debug("parse_events failed\n"); in do_test_code_reading()
675 pr_debug("perf_evlist__open() failed!\n%s\n", errbuf); in do_test_code_reading()
685 pr_debug("evlist__mmap failed\n"); in do_test_code_reading()
731 pr_debug("no vmlinux\n"); in test__code_reading()
734 pr_debug("no kcore\n"); in test__code_reading()
737 pr_debug("no access\n"); in test__code_reading()
740 pr_debug("no kernel obj\n"); in test__code_reading()