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()
242 pr_debug("Reading object code for memory address: %#"PRIx64"\n", addr); in read_object_code()
247 pr_debug("Hypervisor address can not be resolved - skipping\n"); in read_object_code()
251 pr_debug("thread__find_map failed\n"); in read_object_code()
256 pr_debug("File is: %s\n", dso__long_name(dso)); in read_object_code()
259 pr_debug("Unexpected kernel address - skipping\n"); in read_object_code()
263 pr_debug("On file address is: %#"PRIx64"\n", al.addr); in read_object_code()
278 pr_debug("skipping the module address %#"PRIx64" after text end\n", al.addr); in read_object_code()
286 pr_debug("dso__data_read_offset failed\n"); in read_object_code()
306 pr_debug("kcore map tested already"); in read_object_code()
307 pr_debug(" - skipping\n"); in read_object_code()
312 pr_debug("Too many kcore maps - skipping\n"); in read_object_code()
323 pr_debug("decompression failed\n"); in read_object_code()
348 pr_debug("Reducing len to %zu\n", len); in read_object_code()
354 pr_debug("objdump failed for kcore"); in read_object_code()
355 pr_debug(" - skipping\n"); in read_object_code()
363 pr_debug("read_via_objdump failed\n"); in read_object_code()
370 pr_debug("Bytes read differ from those read by objdump\n"); in read_object_code()
371 pr_debug("buf1 (dso):\n"); in read_object_code()
373 pr_debug("buf2 (objdump):\n"); in read_object_code()
378 pr_debug("Bytes read match those read by objdump\n"); in read_object_code()
393 pr_debug("evlist__parse_sample failed\n"); in process_sample_event()
399 pr_debug("machine__findnew_thread failed\n"); in process_sample_event()
423 pr_debug("machine__process_event failed, event type %u\n", in process_event()
470 pr_debug("qsort failed\n"); in do_sort_something()
491 pr_debug("pipe failed\n"); in syscall_something()
566 pr_debug("machine__create_kernel_maps failed\n"); in do_test_code_reading()
578 pr_debug("map__load failed\n"); in do_test_code_reading()
595 pr_debug("thread_map__new_by_tid failed\n"); in do_test_code_reading()
603 pr_debug("perf_event__synthesize_thread_map failed\n"); in do_test_code_reading()
609 pr_debug("machine__findnew_thread failed\n"); in do_test_code_reading()
615 pr_debug("perf_cpu_map__new failed\n"); in do_test_code_reading()
624 pr_debug("evlist__new failed\n"); in do_test_code_reading()
631 pr_debug("Parsing event '%s'\n", str); in do_test_code_reading()
634 pr_debug("parse_events failed\n"); in do_test_code_reading()
653 pr_debug("perf_evlist__open() failed!\n%s\n", errbuf); in do_test_code_reading()
676 pr_debug("evlist__mmap failed\n"); in do_test_code_reading()
721 pr_debug("no vmlinux\n"); in test__code_reading()
724 pr_debug("no kcore\n"); in test__code_reading()
727 pr_debug("no access\n"); in test__code_reading()
730 pr_debug("no kernel obj\n"); in test__code_reading()