/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/ |
H A D | async_stack.cpp | 70 uintptr_t pcs[maxSize] = {0}; in CollectAsyncStack() local
|
H A D | fp_unwinder.cpp | 33 int32_t FpUnwinder::Unwind(uintptr_t* pcs, int32_t sz, int32_t skipFrameNum) in Unwind() argument 72 int32_t FpUnwinder::UnwindFallback(uintptr_t* pcs, int32_t sz, int32_t skipFrameNum) in UnwindFallback() argument
|
H A D | unique_stack_table.cpp | 154 uint64_t UniqueStackTable::PutPcsInTable(StackId *stackId, uintptr_t* pcs, size_t nr) in PutPcsInTable() argument 209 bool UniqueStackTable::GetPcsByStackId(StackId stackId, std::vector<uintptr_t>& pcs) in GetPcsByStackId() argument
|
/base/hiviewdfx/faultloggerd/test/unittest/async_stack/ |
H A D | async_stack_test.cpp | 111 uintptr_t pcs[maxSize] = {0}; in HWTEST_F() local
|
H A D | stack_table_test.cpp | 140 std::vector<uintptr_t> pcs;
in HWTEST_F() local
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | fp_unwinder_test.cpp | 52 uintptr_t pcs[maxSize] = {0}; in HWTEST_F() local 84 uintptr_t pcs[maxSize] = {0}; in HWTEST_F() local
|
H A D | unwinder_test.cpp | 504 auto pcs = unwinder->GetPcs(); in HWTEST_F() local 820 auto pcs = unwinder->GetPcs(); in HWTEST_F() local
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/ |
H A D | unwind_local_benchmark.cpp | 66 std::vector<unw_word_t> pcs;
in UnwindLocal() local
|
H A D | unwind_remote_benchmark.cpp | 85 std::vector<unw_word_t> pcs;
in UnwindRemote() local
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | lock_parser_test.cpp | 125 std::vector<uintptr_t> pcs = unwinder->GetPcs(); in HWTEST_F() local 179 std::vector<uintptr_t> pcs = unwinder->GetPcs(); in HWTEST_F() local 231 std::vector<uintptr_t> pcs = unwinder->GetPcs(); in HWTEST_F() local 270 std::vector<uintptr_t> pcs = unwinder->GetPcs(); in HWTEST_F() local 309 std::vector<uintptr_t> pcs = unwinder->GetPcs(); HWTEST_F() local [all...] |
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/ |
H A D | sample_stack_printer.cpp | 82 void SampleStackPrinter::Insert(std::vector<uintptr_t>& pcs, int32_t count)
in Insert() argument 150 std::vector<uintptr_t> pcs;
in GetTreeStack() local
|
H A D | thread_sampler.cpp | 432 auto pcs = unwinder_->GetPcs();
in ProcessStackBuffer() local
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_unwind_async_thread.cpp | 107 std::vector<uintptr_t> pcs; in GetSubmitterStack() local
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | fp_unwinder.h | 50 size_t Unwind(uintptr_t pc, uintptr_t fp, uintptr_t* pcs, size_t maxSize, size_t skipFrameNum = 0) in Unwind() argument 85 NO_SANITIZE size_t UnwindSafe(uintptr_t pc, uintptr_t fp, uintptr_t* pcs, size_t maxSize, size_t skipFrameNum = 0) in UnwindSafe() argument
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_local_benchmark.cpp | 130 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/interfaces/innerkits/unwinder/ |
H A D | unwinder.cpp | 424 void Unwinder::GetFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) in GetFramesByPcs() argument 1324 void Unwinder::Impl::GetFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) in GetFramesByPcs() argument 1345 GetLocalFramesByPcs(std::vector<DfxFrame>& frames, std::vector<uintptr_t> pcs) GetLocalFramesByPcs() argument [all...] |