Lines Matching refs:log
41 log(log_indent_, log_str.c_str()); in LogRawData()
70 log(log_indent_, "Raw Data: 0x00 0x00 0x00 0x01"); in ExtractEntryData()
72 log(log_indent_, "[cantunwind]"); in ExtractEntryData()
198 log(log_indent_, "Refuse to unwind"); in DecodePrefix_10_00()
219 log(log_indent_, "%s}", msg.c_str()); in DecodePrefix_10_00()
267 log(log_indent_, "[Reserved]"); in DecodePrefix_10_01()
275 log(log_indent_, "vsp = r%d", bits); in DecodePrefix_10_01()
303 log(log_indent_, "%s, r14}", msg.c_str()); in DecodePrefix_10_10()
305 log(log_indent_, "%s}", msg.c_str()); in DecodePrefix_10_10()
353 log(log_indent_, "finish"); in DecodePrefix_10_11_0000()
374 log(log_indent_, "Spare"); in DecodePrefix_10_11_0001()
382 log(log_indent_, "Spare"); in DecodePrefix_10_11_0001()
402 log(log_indent_, "%s}", msg.c_str()); in DecodePrefix_10_11_0001()
459 log(log_indent_, "vsp = vsp + %d", cfa_offset); in DecodePrefix_10_11_0010()
489 log(log_indent_, "%s}", msg.c_str()); in DecodePrefix_10_11_0011()
491 log(log_indent_, "Unsupported DX register display"); in DecodePrefix_10_11_0011()
505 log(log_indent_, "Spare"); in DecodePrefix_10_11_01nn()
522 log(log_indent_, "%s}", msg.c_str()); in DecodePrefix_10_11_1nnn()
524 log(log_indent_, "Unsupported DX register display"); in DecodePrefix_10_11_1nnn()
584 log(log_indent_, "%s}", msg.c_str()); in DecodePrefix_11_000()
586 log(log_indent_, "Unsupported wRX register display"); in DecodePrefix_11_000()
603 log(log_indent_, "Spare"); in DecodePrefix_11_000()
622 log(log_indent_, "%s}", msg.c_str()); in DecodePrefix_11_000()
624 log(log_indent_, "Unsupported wCGR register display"); in DecodePrefix_11_000()
636 log(log_indent_, "Spare"); in DecodePrefix_11_000()
650 log(log_indent_, "%s}", msg.c_str()); in DecodePrefix_11_000()
652 log(log_indent_, "Unsupported wRX register display"); in DecodePrefix_11_000()
683 log(log_indent_, "%s}", msg.c_str()); in DecodePrefix_11_001()
685 log(log_indent_, "Unsupported DX register display"); in DecodePrefix_11_001()
708 log(log_indent_, "%s}", msg.c_str()); in DecodePrefix_11_001()
710 log(log_indent_, "Unsupported DX register display"); in DecodePrefix_11_001()
722 log(log_indent_, "Spare"); in DecodePrefix_11_001()
741 log(log_indent_, "%s}", msg.c_str()); in DecodePrefix_11_010()
743 log(log_indent_, "Unsupported DX register display"); in DecodePrefix_11_010()
767 log(log_indent_, "Spare"); in DecodePrefix_11()
787 log(log_indent_, "vsp = vsp + %d", cfa_offset); in Decode()
804 log(log_indent_, "vsp = vsp - %d", cfa_offset); in Decode()
844 log(log_indent_, "cfa = r%zu %c %d", cfa_reg, sign, abs(log_cfa_offset_)); in LogByReg()
846 log(log_indent_, "cfa = r%zu", cfa_reg); in LogByReg()
854 log(log_indent_, "r%zu = [cfa]", entry.first); in LogByReg()
857 log(log_indent_, "r%zu = [cfa %c %d]", entry.first, sign, abs(entry.second)); in LogByReg()