Home
last modified time | relevance | path

Searched defs:pcs (Results 1 – 15 of 15) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dlock_parser_test.cpp125 std::vector<uintptr_t> pcs = unwinder->GetPcs(); variable
179 std::vector<uintptr_t> pcs = unwinder->GetPcs(); variable
231 std::vector<uintptr_t> pcs = unwinder->GetPcs(); variable
270 std::vector<uintptr_t> pcs = unwinder->GetPcs(); variable
309 std::vector<uintptr_t> pcs = unwinder->GetPcs(); variable
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Dfp_unwinder_test.cpp52 uintptr_t pcs[maxSize] = {0}; variable
84 uintptr_t pcs[maxSize] = {0}; variable
Dunwinder_test.cpp504 auto pcs = unwinder->GetPcs(); variable
821 auto pcs = unwinder->GetPcs(); variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
Dfp_unwinder.cpp34 int32_t FpUnwinder::Unwind(uintptr_t* pcs, int32_t sz, int32_t skipFrameNum) in Unwind()
72 int32_t FpUnwinder::UnwindFallback(uintptr_t* pcs, int32_t sz, int32_t skipFrameNum) in UnwindFallback()
Dunique_stack_table.cpp154 uint64_t UniqueStackTable::PutPcsInTable(StackId *stackId, uintptr_t* pcs, size_t nr) in PutPcsInTable()
209 bool UniqueStackTable::GetPcsByStackId(StackId stackId, std::vector<uintptr_t>& pcs) in GetPcsByStackId()
Dasync_stack.cpp70 uintptr_t pcs[maxSize] = {0}; in CollectAsyncStack() local
/base/hiviewdfx/faultloggerd/test/unittest/async_stack/
Dasync_stack_test.cpp111 uintptr_t pcs[maxSize] = {0}; variable
Dstack_table_test.cpp140 std::vector<uintptr_t> pcs; variable
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
Dsample_stack_printer.cpp82 void SampleStackPrinter::Insert(std::vector<uintptr_t>& pcs, int32_t count) in Insert()
150 std::vector<uintptr_t> pcs; in GetTreeStack() local
Dthread_sampler.cpp402 auto pcs = unwinder_->GetPcs(); in ProcessStackBuffer() local
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/
Dunwind_local_benchmark.cpp66 std::vector<unw_word_t> pcs; in UnwindLocal() local
Dunwind_remote_benchmark.cpp85 std::vector<unw_word_t> pcs; in UnwindRemote() local
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
Dunwind_local_benchmark.cpp130 auto& pcs = dataPtr->unwinder->GetPcs(); in UnwinderLocalFp() local
148 uintptr_t pcs[maxSize] = {0}; in FpUnwinderLocal() local
171 uintptr_t pcs[maxSize] = {0}; in FpUnwinderLocalSafe() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_unwind_async_thread.cpp107 std::vector<uintptr_t> pcs; in GetSubmitterStack() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Dunwinder.cpp424 void Unwinder::GetFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) in GetFramesByPcs()
1317 void Unwinder::Impl::GetFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) in GetFramesByPcs()
1338 void Unwinder::GetLocalFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) in GetLocalFramesByPcs()