/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dwarf_op.cpp | 58 LOGU("%s", "DW_OP_addr"); in Decode() 133 LOGU("%s", "DW_OP_dup"); in Decode() 153 LOGU("%s", "DW_OP_rot"); in Decode() 157 LOGU("%s", "DW_OP_abs"); in Decode() 189 LOGU("%s", "DW_OP_or"); in Decode() 225 LOGU("%s", "DW_OP_eq"); in Decode() 229 LOGU("%s", "DW_OP_ge"); in Decode() 233 LOGU("%s", "DW_OP_gt"); in Decode() 237 LOGU("%s", "DW_OP_le"); in Decode() 241 LOGU("%s", "DW_OP_lt"); in Decode() [all …]
|
H A D | dwarf_cfa_instructions.cpp | 79 LOGU("%s", "DW_CFA_nop"); in DecodeDwCfa() 105 LOGU("DW_CFA_offset_extended: reg=%d", (int)reg); in DecodeDwCfa() 115 LOGU("DW_CFA_restore_extended: reg=%d", (int)reg); in DecodeDwCfa() 124 LOGU("DW_CFA_undefined: reg=%d", (int)reg); in DecodeDwCfa() 136 LOGU("DW_CFA_same_value: reg=%d", (int)reg); in DecodeDwCfa() 160 LOGU("%s", "DW_CFA_remember_state"); in DecodeDwCfa() 168 LOGU("%s", "DW_CFA_restore_state"); in DecodeDwCfa() 181 LOGU("DW_CFA_def_cfa_register: reg=%d", (int)reg); in DecodeDwCfa() 258 LOGU("%s", "DW_CFA_AARCH64_negate_ra_state"); in DecodeDwCfa() 314 LOGU("%s", "Iterate cie operations"); in Parse() [all …]
|
H A D | arm_exidx.cpp | 65 LOGU("Transform reg: %d", reg); in Transform() 79 LOGU("AddUpVsp imm: %d", imm); in AddUpVsp() 139 LOGU("%s", logStr.c_str()); in LogRawData() 247 LOGU("Exidx tabOffset: %llx", (uint64_t)tabOffset); in ExtractEntryTab() 329 LOGU("curOp: %llx", (uint64_t)curOp_); in GetOpCode() 381 LOGU("%s", "Exidx Decode Spare"); in DecodeSpare() 450 LOGU("%s", "10011101 or 10011111: Reserved"); in Decode1001nnnn() 456 LOGU("1001nnnn: Set vsp = R%d", bits); in Decode1001nnnn() 483 LOGU("%s", msg.c_str()); in Decode1010nnnn() 499 LOGU("%s", "10110000: Finish"); in Decode10110000() [all …]
|
H A D | dwarf_section.cpp | 48 LOGU("Fde entry addr: %" PRIx64 "", (uint64_t)fdeAddr); in LinearSearchEntry() 66 LOGU("SearchEntry pc: %p segbase:%p, tableData:%p, tableLen: %u", in SearchEntry() 111 LOGU("Fde entry addr: %" PRIx64 "", (uint64_t)entry); in SearchEntry() 202 LOGU("fdeAddr: %" PRIx64 "", (uint64_t)fdeAddr); in ParseFde() 240 LOGU("pointerEncoding: %02x", fdeInfo.cie.pointerEncoding); in FillInFde() 267 LOGU("cieAddr: %" PRIx64 "", (uint64_t)cieAddr); in ParseCie() 299 LOGU("Cie version: %d", version); in FillInCie() 329 LOGU("codeAlignFactor: %d", cieInfo.codeAlignFactor); in FillInCie() 333 LOGU("dataAlignFactor: %d", cieInfo.dataAlignFactor); in FillInCie() 353 LOGU("augSize: %" PRIxPTR "", augSize); in FillInCie() [all …]
|
H A D | dfx_instr_statistic.cpp | 46 LOGU("type: %u, val: %" PRIx64 "", type, val); in AddInstrStatistic() 64 LOGU("++++++Dump Instr Statistic for elf file: %s", soName_.c_str()); in DumpInstrStatResult() 76 LOGU("\t Type: %u, Count: %" PRIu64 "", type, (uint64_t) stats->size()); in DumpInstrStatResult() 78 LOGU("\t Value: %" PRIx64 "", (uint64_t) stats->at(i).first); in DumpInstrStatResult() 83 LOGU("\t Type: %u, Count: %" PRIu64 "", type, (uint64_t) stats->size()); in DumpInstrStatResult() 89 LOGU("%s", "------Dump Instr Statistic End."); in DumpInstrStatResult()
|
H A D | dfx_elf.cpp | 107 LOGU("elfSize: %zu", elfSize); in CreateFromHap() 122 LOGU("file: %s", file.c_str()); in DfxElf() 436 LOGU("Elf buildId: %s", buildId_.c_str()); in GetBuildId() 561 LOGU("GetElfSymbols, size: %zu", elfSymbols_.size()); in GetElfSymbols() 584 LOGU("GetFuncSymbols, size: %zu", funcSymbols_.size()); in GetFuncSymbols() 689 LOGU("gp: %" PRIx64 ", ehFramePtrEnc: %x, fdeCountEnc: %x", in FillUnwindTableByEhhdrLocal() 697 LOGU("tableEnc: %x", hdr->tableEnc); in FillUnwindTableByEhhdrLocal() 733 LOGU("gp: %" PRIx64 ", ehFramePtrEnc: %x, fdeCountEnc: %x", in FillUnwindTableByEhhdr() 743 LOGU("tableEnc: %x", hdr->tableEnc); in FillUnwindTableByEhhdr() 771 LOGU("%s", "FindUnwindTableInfo had found"); in FindUnwindTableInfo() [all …]
|
H A D | unwinder.cpp | 116 LOGU("Failed to ark destroy local."); in ~Impl() 799 LOGU("%s", "Failed to update pc and sp"); in Unwind() 849 LOGU("+fp: %lx, pc: %lx", (uint64_t)fp, (uint64_t)pc); in FpStep() 863 LOGU("Illegal or same fp value"); in FpStep() 951 LOGU("Stop by ark frame"); in StepInner() 998 LOGU("%s", "Step exidx section error?"); in StepInner() 1014 LOGU("%s", "Step dwarf section error?"); in StepInner() 1072 LOGU("Illegal sp value"); in StepInner() 1226 LOGU("%s", "Current frame is not mapped."); in FillFrame() 1252 LOGU("%s", "Current js frame is not map."); in FillJsFrame() [all …]
|
H A D | dfx_accessors.cpp | 54 LOGU("map had matched by ctx, map name: %s", map->name.c_str()); in GetMapByPcAndCtx() 110 LOGU("%s", "Failed to access addr"); in AccessMem() 142 LOGU("%s", "FindUnwindTable elf is null"); in FindUnwindTable() 179 LOGU("Read elf mmap pos: %p", (void *)pos); in AccessMem() 207 LOGU("errno: %d", errno); in AccessMem() 236 LOGU("%s", "FindUnwindTable had pc matched"); in FindUnwindTable() 243 LOGU("%s", "FindUnwindTable elf is null"); in FindUnwindTable()
|
H A D | dfx_hap.cpp | 53 LOGU("%s", "Failed to create ark js symbol extractor"); in ParseHapInfo() 124 LOGU("name: %s", name.c_str()); in ParseHapFileData() 135 LOGU("Failed to get hap source map info: %s", name.c_str()); in ParseHapFileData() 152 LOGU("pid: %d", pid); in ParseHapMemData()
|
H A D | dfx_instructions.cpp | 96 LOGU("Update cfa : %" PRIx64 "", (uint64_t)cfa); in Apply() 102 LOGU("Update reg[%zu] : %" PRIx64 "", reg, (uint64_t)regs[reg]); in Apply() 115 LOGU("returnAddressRegister: %d", (int)rsState.returnAddressRegister); in Apply()
|
H A D | dfx_regs_x86_64.cpp | 103 LOGU("data: %llx", data); in StepIfSignalFrame() 116 LOGU("data2: %x", data2); in StepIfSignalFrame() 124 LOGU("scAddr: %llx", scAddr); in StepIfSignalFrame()
|
H A D | dfx_maps.cpp | 62 LOGU("Create maps(%s) with not crash, will only parse exec map", path.c_str()); in Create() 117 LOGU("Failed to parse map: %s", mapBuf); in Parse() 143 … LOGU("parse maps(%s) completed, map size: (%zu), count: (%d)", path.c_str(), mapsSize, fgetCount); in Parse() 319 LOGU("%s", "Not mapped map for current addr."); in IsArkExecutedMap()
|
H A D | dfx_map.cpp | 277 LOGU("Current ark map(%s) is not exec", name.c_str()); in IsArkExecutable() 280 LOGU("Current ark map: %s", name.c_str()); in IsArkExecutable() 348 LOGU("GetElf name: %s", name.c_str()); in GetElf()
|
H A D | dfx_symbols.cpp | 110 LOGU("nameStr: %s", elfSymbol.nameStr.c_str()); in GetFuncNameAndOffsetByPc() 116 …LOGU("Symbol relPc: %" PRIx64 ", funcName: %s, funcOffset: %" PRIx64 "", relPc, funcName.c_str(), … in GetFuncNameAndOffsetByPc()
|
H A D | dfx_regs_arm.cpp | 135 LOGU("data: %x", data); in StepIfSignalFrame() 194 LOGU("scAddr: %x", scAddr); in StepIfSignalFrame()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_extractor_utils.h | 71 … LOGU("Hap entry file: %s, offset: 0x%016" PRIx64 "", fileName.c_str(), (uint64_t)offset); in GetHapAbcInfo() 74 LOGU("Hap abc: %s, size: %zu", fileName.c_str(), abcDataSize); in GetHapAbcInfo() 104 … LOGU("Hap entry file: %s, offset: 0x%016" PRIx64 "", fileName.c_str(), (uint64_t)offset); in GetHapSourceMapInfo() 107 LOGU("Hap sourcemap: %s, size: %zu", fileName.c_str(), sourceMapSize); in GetHapSourceMapInfo() 128 LOGU("Done load zip file %s", file.c_str()); in Init()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/ |
H A D | unwind_remote_benchmark.cpp | 98 LOGU("%s pcs.size: %zu", __func__, pcs.size()); in UnwindRemote() 117 LOGU("pid: %d", pid); in Run() 129 LOGU("Detach pid: %d", pid); in Run() 159 LOGU("pid: %d", pid); in RunCache() 173 LOGU("Detach pid: %d", pid); in RunCache()
|
H A D | unwind_local_benchmark.cpp | 78 LOGU("%s pcs.size: %zu", __func__, pcs.size()); in UnwindLocal() 84 LOGU("++++++pid: %d", getpid()); in Run() 90 LOGU("------pid: %d", getpid()); in Run()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_local_benchmark.cpp | 98 LOGU("%s frames.size: %zu", __func__, unwSize); in UnwinderLocal() 127 LOGU("%s frames.size: %zu", __func__, unwSize); in UnwinderLocalFp() 139 LOGU("%s", Unwinder::GetFramesStr(frames).c_str()); in UnwinderLocalFp() 150 LOGU("%s frames.size: %zu", __func__, unwSize); in FpUnwinderLocal() 162 LOGU("%s", Unwinder::GetFramesStr(frames).c_str()); in FpUnwinderLocal() 173 LOGU("%s frames.size: %zu", __func__, unwSize); in FpUnwinderLocalSafe() 185 LOGU("%s", Unwinder::GetFramesStr(frames).c_str()); in FpUnwinderLocalSafe() 193 LOGU("++++++pid: %d", getpid()); in Run() 199 LOGU("------pid: %d", getpid()); in Run()
|
H A D | maps_benchmark.cpp | 40 LOGU("%s:: maps.size: %zu", __func__, dfxMaps->GetMapsSize()); in BenchmarkMapsCreateAll() 54 LOGU("%s:: maps.size: %zu", __func__, dfxMaps->GetMapsSize()); in BenchmarkMapsCreateOnlyExec() 70 LOGU("%s:: maps.size: %zu", __func__, maps.size()); in BenchmarkMapsCreateMapIndex()
|
H A D | unwind_local_tid_benchmark.cpp | 93 LOGU("wait thread"); in BenchmarkUnwinderLocalWithTid() 95 LOGU("+++tid: %d", tid.load()); in BenchmarkUnwinderLocalWithTid() 109 LOGU("%s, frames.size: %zu", __func__, unwSize); in BenchmarkUnwinderLocalWithTid() 116 LOGU("---tid: %d", tid.load()); in BenchmarkUnwinderLocalWithTid()
|
H A D | unwind_remote_benchmark.cpp | 81 LOGU("%s frames.size: %zu", __func__, frames.size()); in UnwinderRemote() 97 LOGU("%s frames.size: %zu", __func__, frames.size()); in UnwinderRemoteFp() 135 LOGU("pid: %d", pid); in Run() 157 LOGU("Detach pid: %d", pid); in Run()
|
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxlog/ |
H A D | dfx_log.h | 54 #define LOGU(fmt, ...) DFXLOG_PRINT(LOG_INFO, "[%s:%d] " fmt, (__FILE_NAME__), (__LINE__), ##__VA_A… macro 56 #define LOGU(fmt, ...) macro 100 #define LOGU(fmt, ...) DFXLOG_STD_ARRAY_FILE(LOG_INFO, fmt, ##__VA_ARGS__) macro 102 #define LOGU(fmt, ...) macro 126 #define LOGU(fmt, ...)
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/ |
H A D | unwind_local_benchmark.cpp | 81 LOGU("%s frames.size: %zu", __func__, unwSize); in UnwindLocal() 85 LOGU("%s frames: %s", __func__, str.c_str()); in UnwindLocal() 93 LOGU("++++++pid: %d", getpid()); in Run() 99 LOGU("------pid: %d", getpid()); in Run()
|
H A D | unwind_remote_benchmark.cpp | 114 LOGU("%s frames.size: %zu", __func__, unwSize); in UnwindRemote() 118 LOGU("%s frames: %s", __func__, str.c_str()); in UnwindRemote() 137 LOGU("pid: %d", pid); in Run() 159 LOGU("Detach pid: %d", pid); in Run()
|