Searched refs:softCntEdge (Results 1 – 3 of 3) sorted by relevance
194 uint64_t softCntEdge = 0; in fuzz_perfFeedback() local199 softCntEdge = ATOMIC_GET(run->global->feedback.feedbackMap->pidFeedbackEdge[run->fuzzNo]); in fuzz_perfFeedback()209 if (run->linux.hwCnts.newBBCnt > 0 || softCntPc > 0 || softCntEdge > 0 || softCntCmp > 0 || in fuzz_perfFeedback()219 run->global->linux.hwCnts.softCntEdge += softCntEdge; in fuzz_perfFeedback()226 run->linux.hwCnts.newBBCnt, softCntEdge, softCntPc, softCntCmp, in fuzz_perfFeedback()228 run->global->linux.hwCnts.bbCnt, run->global->linux.hwCnts.softCntEdge, in fuzz_perfFeedback()
246 uint64_t softCntEdge = ATOMIC_GET(hfuzz->linux.hwCnts.softCntEdge); in display_displayLocked() local248 display_put(" edge: " ESC_BOLD "%" _HF_NONMON_SEP PRIu64 ESC_RESET, softCntEdge); in display_displayLocked()
111 uint64_t softCntEdge; member