Searched refs:TICKSTR (Results 1 – 1 of 1) sorted by relevance
/external/opencore/oscl/oscl/osclproc/src/ |
D | oscl_scheduler.cpp | 137 #define TICKSTR "" macro 148 #define TICKSTR "Ticks" macro 188 … LOGPERF((0,"PVSCHED: Run %d %s AO %s",(int32)loopdelta,TICKSTR,stats->iAOName.get_cstr()));\ 198 … LOGPERF((0,"PVSCHED: Run %d %s AO %s",(int32)loopdelta,TICKSTR,stats->iAOName.get_cstr()));\ 218 LOGPERF((0, "PVSCHED: Prior Interval %d %s", iLogPerfTotal, TICKSTR)); in ResetLogPerf() 388 LOGPERF((0, "PVSCHED: %s frequency %s", TICKSTR, TICK_INT_STR, TICK_INT_EXPR(tickint))); in InstallScheduler() 579 , TICKSTR in ShowStats() 595 , TICKSTR in ShowStats() 750 …", Oscl_Int64_Utils::get_int64_upper32(total), Oscl_Int64_Utils::get_int64_lower32(total), TICKSTR) in EndStats() 753 …et_int64_upper32(iGrandTotalTicks), Oscl_Int64_Utils::get_int64_lower32(iGrandTotalTicks), TICKSTR) in EndStats() [all …]
|