Home
last modified time | relevance | path

Searched refs:DfxInstrStatistic (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_instr_statistic.h25 OHOS::HiviewDFX::DfxInstrStatistic::GetInstance().SetCurrentStatLib(elf)
27 OHOS::HiviewDFX::DfxInstrStatistic::GetInstance().AddInstrStatistic(Type, (uint64_t)Arg1, (uint64_t)Arg2)
56 class DfxInstrStatistic { class
59 static DfxInstrStatistic &GetInstance();
60 virtual ~DfxInstrStatistic() { statisticInfo_.clear(); } in ~DfxInstrStatistic()
66 DfxInstrStatistic() = default;
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_instr_statistic.cpp26 #define LOG_TAG "DfxInstrStatistic"
29 DfxInstrStatistic &DfxInstrStatistic::GetInstance() in GetInstance()
31 static DfxInstrStatistic instance; in GetInstance()
35 void DfxInstrStatistic::SetCurrentStatLib(const std::string soName) in SetCurrentStatLib()
41 void DfxInstrStatistic::AddInstrStatistic(InstrStatisticType type, uint64_t val, uint64_t err) in AddInstrStatistic()
61 void DfxInstrStatistic::DumpInstrStatResult(std::vector<std::pair<uint32_t, uint32_t>> &result) in DumpInstrStatResult()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dinstr_statistic_test.cpp61 DfxInstrStatistic::GetInstance().SetCurrentStatLib(elfName); in HWTEST_F()
80 DfxInstrStatistic::GetInstance().DumpInstrStatResult(result); in HWTEST_F()
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
H A Dfaultloggerdunwinder_fuzzer.cpp285 DfxInstrStatistic& statistic = DfxInstrStatistic::GetInstance(); in TestDfxInstrStatistic()

Completed in 2 milliseconds