Home
last modified time | relevance | path

Searched refs:FindPerCoreEventCount (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/include/
Dsubcommand_stat.h138 … static bool FindPerCoreEventCount(PerfEvents::Summary &summary, __u64 &eventCount, double &scale);
/developtools/hiperf/src/
Dsubcommand_stat.cpp325 bool SubCommandStat::FindPerCoreEventCount(PerfEvents::Summary &summary, __u64 &eventCount, double … in FindPerCoreEventCount() function in OHOS::Developtools::HiPerf::SubCommandStat
422 bool other = FindPerCoreEventCount(summary, cpuCyclesCount, otherScale); in GetDetailComments()
431 bool other = FindPerCoreEventCount(summary, branchInstructionsCount, otherScale); in GetDetailComments()