Home
last modified time | relevance | path

Searched refs:InstrStatisticType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_instr_statistic.cpp41 void DfxInstrStatistic::AddInstrStatistic(InstrStatisticType type, uint64_t val, uint64_t err) in AddInstrStatistic()
66 InstrStatisticType type = static_cast<InstrStatisticType>(iter->first); in DumpInstrStatResult()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_instr_statistic.h35 enum InstrStatisticType : uint32_t { enum
63 void AddInstrStatistic(InstrStatisticType type, uint64_t val, uint64_t err);
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
H A Dfaultloggerdunwinder_fuzzer.cpp279 InstrStatisticType statisticType; in TestDfxInstrStatistic()
281 statisticType = InstrStatisticType::InstructionEntriesArmExidx; in TestDfxInstrStatistic()
283 statisticType = InstrStatisticType::UnsupportedArmExidx; in TestDfxInstrStatistic()