Lines Matching refs:pr_debug
151 pr_debug("getline failed\n"); in read_objdump_output()
164 pr_debug("addr going backwards, read beyond section?\n"); in read_objdump_output()
201 pr_debug("Objdump command is: %s\n", cmd); in read_via_objdump()
208 pr_debug("popen failed\n"); in read_via_objdump()
214 pr_debug("objdump read too few bytes: %zd\n", len); in read_via_objdump()
229 pr_debug("0x%02x ", buf[i]); in dump_buf()
231 pr_debug("\n"); in dump_buf()
233 pr_debug("\n"); in dump_buf()
249 pr_debug("Reading object code for memory address: %#"PRIx64"\n", addr); in read_object_code()
253 pr_debug("Hypervisor address can not be resolved - skipping\n"); in read_object_code()
257 pr_debug("thread__find_map failed\n"); in read_object_code()
261 pr_debug("File is: %s\n", al.map->dso->long_name); in read_object_code()
265 pr_debug("Unexpected kernel address - skipping\n"); in read_object_code()
269 pr_debug("On file address is: %#"PRIx64"\n", al.addr); in read_object_code()
282 pr_debug("dso__data_read_offset failed\n"); in read_object_code()
299 pr_debug("kcore map tested already"); in read_object_code()
300 pr_debug(" - skipping\n"); in read_object_code()
305 pr_debug("Too many kcore maps - skipping\n"); in read_object_code()
316 pr_debug("decompression failed\n"); in read_object_code()
340 pr_debug("Reducing len to %zu\n", len); in read_object_code()
346 pr_debug("objdump failed for kcore"); in read_object_code()
347 pr_debug(" - skipping\n"); in read_object_code()
355 pr_debug("read_via_objdump failed\n"); in read_object_code()
361 pr_debug("Bytes read differ from those read by objdump\n"); in read_object_code()
362 pr_debug("buf1 (dso):\n"); in read_object_code()
364 pr_debug("buf2 (objdump):\n"); in read_object_code()
368 pr_debug("Bytes read match those read by objdump\n"); in read_object_code()
382 pr_debug("perf_evlist__parse_sample failed\n"); in process_sample_event()
388 pr_debug("machine__findnew_thread failed\n"); in process_sample_event()
412 pr_debug("machine__process_event failed, event type %u\n", in process_event()
459 pr_debug("qsort failed\n"); in do_sort_something()
480 pr_debug("pipe failed\n"); in syscall_something()
584 pr_debug("machine__create_kernel_maps failed\n"); in do_test_code_reading()
596 pr_debug("map__load failed\n"); in do_test_code_reading()
612 pr_debug("thread_map__new_by_tid failed\n"); in do_test_code_reading()
619 pr_debug("perf_event__synthesize_thread_map failed\n"); in do_test_code_reading()
625 pr_debug("machine__findnew_thread failed\n"); in do_test_code_reading()
631 pr_debug("perf_cpu_map__new failed\n"); in do_test_code_reading()
640 pr_debug("perf_evlist__new failed\n"); in do_test_code_reading()
647 pr_debug("Parsing event '%s'\n", str); in do_test_code_reading()
650 pr_debug("parse_events failed\n"); in do_test_code_reading()
682 pr_debug("perf_evlist__open() failed!\n%s\n", errbuf); in do_test_code_reading()
692 pr_debug("evlist__mmap failed\n"); in do_test_code_reading()
742 pr_debug("no vmlinux\n"); in test__code_reading()
745 pr_debug("no kcore\n"); in test__code_reading()
748 pr_debug("no access\n"); in test__code_reading()
751 pr_debug("no kernel obj\n"); in test__code_reading()