Home
last modified time | relevance | path

Searched refs:GetPcsByStackId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/include/
H A Dunique_stack_table.h109 bool GetPcsByStackId(const StackId stackId, std::vector<uintptr_t>& pcs);
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/async_stack/
H A Dstack_table_test.cpp141 bool ret = stackTable->GetPcsByStackId(stackId, pcs);
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp110 if (table->GetPcsByStackId(id, pcs)) { in GetSubmitterStack()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dunique_stack_table.cpp209 bool UniqueStackTable::GetPcsByStackId(StackId stackId, std::vector<uintptr_t>& pcs) in GetPcsByStackId() function in OHOS::HiviewDFX::UniqueStackTable
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dsample_stack_printer.cpp153 if (uniqueStackTable->GetPcsByStackId(stackId, pcs)) { in GetTreeStack()