Lines Matching refs:pr_debug
150 pr_debug("getline failed\n"); in read_objdump_output()
163 pr_debug("addr going backwards, read beyond section?\n"); in read_objdump_output()
200 pr_debug("Objdump command is: %s\n", cmd); in read_via_objdump()
207 pr_debug("popen failed\n"); in read_via_objdump()
213 pr_debug("objdump read too few bytes: %zd\n", len); in read_via_objdump()
228 pr_debug("0x%02x ", buf[i]); in dump_buf()
230 pr_debug("\n"); in dump_buf()
232 pr_debug("\n"); in dump_buf()
248 pr_debug("Reading object code for memory address: %#"PRIx64"\n", addr); in read_object_code()
252 pr_debug("Hypervisor address can not be resolved - skipping\n"); in read_object_code()
256 pr_debug("thread__find_map failed\n"); in read_object_code()
260 pr_debug("File is: %s\n", al.map->dso->long_name); in read_object_code()
264 pr_debug("Unexpected kernel address - skipping\n"); in read_object_code()
268 pr_debug("On file address is: %#"PRIx64"\n", al.addr); in read_object_code()
281 pr_debug("dso__data_read_offset failed\n"); in read_object_code()
298 pr_debug("kcore map tested already"); in read_object_code()
299 pr_debug(" - skipping\n"); in read_object_code()
304 pr_debug("Too many kcore maps - skipping\n"); in read_object_code()
315 pr_debug("decompression failed\n"); in read_object_code()
339 pr_debug("Reducing len to %zu\n", len); in read_object_code()
345 pr_debug("objdump failed for kcore"); in read_object_code()
346 pr_debug(" - skipping\n"); in read_object_code()
354 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()
367 pr_debug("Bytes read match those read by objdump\n"); in read_object_code()
381 pr_debug("perf_evlist__parse_sample failed\n"); in process_sample_event()
387 pr_debug("machine__findnew_thread failed\n"); in process_sample_event()
411 pr_debug("machine__process_event failed, event type %u\n", in process_event()
458 pr_debug("qsort failed\n"); in do_sort_something()
479 pr_debug("pipe failed\n"); in syscall_something()
583 pr_debug("machine__create_kernel_maps failed\n"); in do_test_code_reading()
595 pr_debug("map__load failed\n"); in do_test_code_reading()
611 pr_debug("thread_map__new_by_tid failed\n"); in do_test_code_reading()
618 pr_debug("perf_event__synthesize_thread_map failed\n"); in do_test_code_reading()
624 pr_debug("machine__findnew_thread failed\n"); in do_test_code_reading()
630 pr_debug("perf_cpu_map__new failed\n"); in do_test_code_reading()
639 pr_debug("perf_evlist__new failed\n"); in do_test_code_reading()
646 pr_debug("Parsing event '%s'\n", str); in do_test_code_reading()
649 pr_debug("parse_events failed\n"); in do_test_code_reading()
681 pr_debug("perf_evlist__open() failed!\n%s\n", errbuf); in do_test_code_reading()
691 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()