Home
last modified time | relevance | path

Searched refs:elfName (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dinstr_statistic_test.cpp56 static std::string elfName; in HWTEST_F() local
57 ReadProcessName(pid, elfName); in HWTEST_F()
60 GTEST_LOG_(INFO) << "elfName: " << elfName; in HWTEST_F()
61 DfxInstrStatistic::GetInstance().SetCurrentStatLib(elfName); in HWTEST_F()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprinter.cpp142 std::string elfName = StringPrintf("[anon:stack:%d]", process->keyThread_->threadInfo_.tid); in PrintReason() local
143 if (maps != nullptr && maps->FindMapsByName(elfName, map)) { in PrintReason()

Completed in 1 milliseconds