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); 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()
276 pr_debug("dso__data_read_offset failed\n"); in read_object_code()
296 pr_debug("kcore map tested already"); in read_object_code()
297 pr_debug(" - skipping\n"); in read_object_code()
302 pr_debug("Too many kcore maps - skipping\n"); in read_object_code()
313 pr_debug("decompression failed\n"); in read_object_code()
338 pr_debug("Reducing len to %zu\n", len); in read_object_code()
344 pr_debug("objdump failed for kcore"); in read_object_code()
345 pr_debug(" - skipping\n"); in read_object_code()
353 pr_debug("read_via_objdump failed\n"); in read_object_code()
360 pr_debug("Bytes read differ from those read by objdump\n"); in read_object_code()
361 pr_debug("buf1 (dso):\n"); in read_object_code()
363 pr_debug("buf2 (objdump):\n"); in read_object_code()
368 pr_debug("Bytes read match those read by objdump\n"); in read_object_code()
383 pr_debug("evlist__parse_sample failed\n"); in process_sample_event()
389 pr_debug("machine__findnew_thread failed\n"); in process_sample_event()
413 pr_debug("machine__process_event failed, event type %u\n", in process_event()
460 pr_debug("qsort failed\n"); in do_sort_something()
481 pr_debug("pipe failed\n"); in syscall_something()
586 pr_debug("machine__create_kernel_maps failed\n"); in do_test_code_reading()
598 pr_debug("map__load failed\n"); in do_test_code_reading()
615 pr_debug("thread_map__new_by_tid failed\n"); in do_test_code_reading()
623 pr_debug("perf_event__synthesize_thread_map failed\n"); in do_test_code_reading()
629 pr_debug("machine__findnew_thread failed\n"); in do_test_code_reading()
635 pr_debug("perf_cpu_map__new failed\n"); in do_test_code_reading()
644 pr_debug("evlist__new failed\n"); in do_test_code_reading()
651 pr_debug("Parsing event '%s'\n", str); in do_test_code_reading()
654 pr_debug("parse_events failed\n"); in do_test_code_reading()
686 pr_debug("perf_evlist__open() failed!\n%s\n", errbuf); in do_test_code_reading()
696 pr_debug("evlist__mmap failed\n"); in do_test_code_reading()
741 pr_debug("no vmlinux\n"); in test__code_reading()
744 pr_debug("no kcore\n"); in test__code_reading()
747 pr_debug("no access\n"); in test__code_reading()
750 pr_debug("no kernel obj\n"); in test__code_reading()