Lines Matching refs:pr_debug

204 			pr_debug("getline failed\n");  in read_objdump_output()
217 pr_debug("addr going backwards, read beyond section?\n"); in read_objdump_output()
263 pr_debug("popen failed\n"); in objdump_version()
270 pr_debug("getline failed\n"); in objdump_version()
312 pr_debug("uname failed\n"); in read_via_objdump()
342 pr_debug("Objdump command is: %s\n", cmd); in read_via_objdump()
349 pr_debug("popen failed\n"); in read_via_objdump()
355 pr_debug("objdump read too few bytes: %zd\n", len); in read_via_objdump()
370 pr_debug("0x%02x ", buf[i]); in dump_buf()
372 pr_debug("\n"); in dump_buf()
374 pr_debug("\n"); in dump_buf()
393 pr_debug("Reading object code for memory address: %#"PRIx64"\n", addr); in read_object_code()
398 pr_debug("Hypervisor address can not be resolved - skipping\n"); in read_object_code()
402 pr_debug("thread__find_map failed\n"); in read_object_code()
407 pr_debug("File is: %s\n", dso__long_name(dso)); in read_object_code()
410 pr_debug("Unexpected kernel address - skipping\n"); in read_object_code()
421 pr_debug("Already tested %s @ %#"PRIx64" - skipping\n", in read_object_code()
426 pr_debug("On file address is: %#"PRIx64"\n", al.addr); in read_object_code()
441 pr_debug("skipping the module address %#"PRIx64" after text end\n", al.addr); in read_object_code()
449 pr_debug("dso__data_read_offset failed\n"); in read_object_code()
468 pr_debug("decompression failed\n"); in read_object_code()
493 pr_debug("Reducing len to %zu\n", len); in read_object_code()
499 pr_debug("objdump failed for kcore"); in read_object_code()
500 pr_debug(" - skipping\n"); in read_object_code()
508 pr_debug("read_via_objdump failed\n"); in read_object_code()
515 pr_debug("Bytes read differ from those read by objdump\n"); in read_object_code()
516 pr_debug("buf1 (dso):\n"); in read_object_code()
518 pr_debug("buf2 (objdump):\n"); in read_object_code()
523 pr_debug("Bytes read match those read by objdump\n"); in read_object_code()
540 pr_debug("evlist__parse_sample failed\n"); in process_sample_event()
547 pr_debug("machine__findnew_thread failed\n"); in process_sample_event()
576 pr_debug("machine__process_event failed, event type %u\n", in process_event()
623 pr_debug("qsort failed\n"); in do_sort_something()
644 pr_debug("pipe failed\n"); in syscall_something()
718 pr_debug("machine__create_kernel_maps failed\n"); in do_test_code_reading()
730 pr_debug("map__load failed\n"); in do_test_code_reading()
747 pr_debug("thread_map__new_by_tid failed\n"); in do_test_code_reading()
755 pr_debug("perf_event__synthesize_thread_map failed\n"); in do_test_code_reading()
761 pr_debug("machine__findnew_thread failed\n"); in do_test_code_reading()
767 pr_debug("perf_cpu_map__new failed\n"); in do_test_code_reading()
776 pr_debug("evlist__new failed\n"); in do_test_code_reading()
783 pr_debug("Parsing event '%s'\n", str); in do_test_code_reading()
786 pr_debug("parse_events failed\n"); in do_test_code_reading()
805 pr_debug("perf_evlist__open() failed!\n%s\n", errbuf); in do_test_code_reading()
821 pr_debug("evlist__mmap failed\n"); in do_test_code_reading()
868 pr_debug("no vmlinux\n"); in test__code_reading()
871 pr_debug("no kcore\n"); in test__code_reading()
874 pr_debug("no access\n"); in test__code_reading()
877 pr_debug("no kernel obj\n"); in test__code_reading()