/foundation/resourceschedule/ffrt/src/sched/ |
H A D | frame_interval.cpp | 61 FFRT_LOGD("[Error] Interval is already begun"); in Begin() 73 FFRT_LOGD("[Error] Interval is already end"); in End() 83 FFRT_LOGD("[Error] Interval has no workgroup"); in Join()
|
H A D | task_client_adapter.h | 89 FFRT_LOGD("handle_1 exits"); in Load() 93 FFRT_LOGD("handle_2 exits"); in Load()
|
H A D | task_state.cpp | 31 FFRT_LOGD("task root no state transition"); in OnTransition()
|
H A D | scheduler.h | 59 FFRT_LOGD("wait task=%p deadline=%ld", waitVersion->myProducer, deadline); in onWait()
|
H A D | scheduler.cpp | 109 FFRT_LOGD("qos[%d] task[%lu] entered q", level, gid); in WakeupTask()
|
/foundation/resourceschedule/ffrt/src/tm/ |
H A D | scpu_task.cpp | 48 FFRT_LOGD("Undependency completed, enter ready queue, task[%lu], name[%s]", gid, label.c_str()); in DecDepRef() 58 FFRT_LOGD("DecChildRef parent task:%s, childRefCnt=%u, task[%lu], name[%s]", in DecChildRef() 76 FFRT_LOGD("free CPUEUTask:%s gid=%lu", parent->label.c_str(), parent->gid); in DecChildRef() 127 FFRT_LOGD("free SCPUEUTask:%s gid=%lu", label.c_str(), gid); in RecycleTask() 138 FFRT_LOGD("task(%s) ADD_DENPENCE(%s)", this->label.c_str(), DenpenceStr(depType)); in MultiDepenceAdd()
|
H A D | cpu_task.cpp | 37 FFRT_LOGD("Change task %s QoS %d", label.c_str(), this->qos()); in SetQos() 55 FFRT_LOGD("Execute task[%lu], name[%s]", gid, label.c_str()); in Execute() 105 FFRT_LOGD("create task name:%s gid=%lu taskLocal:%d", label.c_str(), gid, taskLocal); in CPUEUTask()
|
H A D | queue_task.cpp | 46 FFRT_LOGD("ctor task [gid=%llu], delay=%lluus, type=%lu, prio=%d", gid, delay_, type, prio_); in QueueTask() 51 FFRT_LOGD("dtor task [gid=%llu]", gid); in ~QueueTask() 75 FFRT_LOGD("Execute stask[%lu], name[%s]", gid, label.c_str()); in Execute()
|
/foundation/resourceschedule/ffrt/src/queue/ |
H A D | serial_queue.cpp | 51 FFRT_LOGD("[queueId=%u] stuck in %llu us wait", queueId_, diff); in Pull() 53 FFRT_LOGD("[queueId=%u] wakeup from wait", queueId_); in Pull() 59 FFRT_LOGD("[queueId=%u] switch into inactive", queueId_); in Pull()
|
H A D | concurrent_queue.cpp | 53 FFRT_LOGD("task [gid=%llu] concurrency[%u] + 1 [queueId=%u]", task->gid, oldValue, queueId_);
in Push() 84 FFRT_LOGD("[queueId=%u] stuck in %llu us wait", queueId_, diff);
in Pull() 86 FFRT_LOGD("[queueId=%u] wakeup from wait", queueId_);
in Pull() 93 FFRT_LOGD("concurrency[%d] - 1 [queueId=%u] switch into inactive", oldValue, queueId_);
in Pull()
|
H A D | queue_strategy.h | 50 FFRT_LOGD("dequeue [gid=%llu -> gid=%llu], %u other tasks in [queueId=%u] ",
in DequeBatch() 73 FFRT_LOGD("dequeue [gid=%llu], %u other tasks in [queueId=%u] ", head->gid, whenMap.size(), queueId);
in DequeSingleByPriority() 106 FFRT_LOGD("dequeue [gid=%llu], %u other tasks in [queueId=%u] ", head->gid, whenMap.size(), queueId);
in DequeSingleAgainstStarvation()
|
H A D | queue_handler.cpp | 135 FFRT_LOGD("submit task[%lu] into %s", gid, name_.c_str()); in Submit() 148 FFRT_LOGD("task [%llu] activate %s", gid, name_.c_str()); in Submit() 151 FFRT_LOGD("task [%llu] with delay [%llu] activate %s", gid, task->GetDelay(), name_.c_str()); in Submit() 181 FFRT_LOGD("cancel task %s failed, task may have been executed", name); in Cancel() 195 FFRT_LOGD("cancel task[%llu] %s succ", task->gid, task->label.c_str()); in Cancel() 199 FFRT_LOGD("cancel task[%llu] %s failed, task may have been executed", task->gid, task->label.c_str()); in Cancel() 213 FFRT_LOGD("run task [gid=%llu], queueId=%u", task->gid, GetQueueId()); in Dispatch() 311 FFRT_LOGD("set watchdog of task gid=%llu of %s succ", task->gid, name_.c_str()); in SetTimeoutMonitor()
|
H A D | base_queue.cpp | 54 FFRT_LOGD("cancel [queueId=%u] all tasks succ", queueId_);
in Remove() 65 FFRT_LOGD("cancel task[%llu] %s succ", iter->second->gid, iter->second->label.c_str());
in Remove()
|
H A D | queue_monitor.cpp | 87 FFRT_LOGD("queue registration in monitor gid=%u in turn succ", queueId); in RegisterQueueId() 103 FFRT_LOGD("queue registration in monitor gid=%u by skip succ", queueId); in RegisterQueueId() 250 FFRT_LOGD("global watchdog completed queue status check and scheduled the next"); in CheckQueuesStatus()
|
H A D | eventhandler_adapter_queue.cpp | 150 FFRT_LOGD("[queueId=%u] stuck in %llu us wait", queueId_, diff);
in Pull() 152 FFRT_LOGD("[queueId=%u] wakeup from wait", queueId_);
in Pull() 158 FFRT_LOGD("[queueId=%u] switch into inactive", queueId_);
in Pull()
|
/foundation/resourceschedule/ffrt/src/dfx/log/ |
H A D | ffrt_log_api.h | 79 #define FFRT_LOGD(format, ...) \ macro 85 #define FFRT_LOGD(format, ...) macro 115 #define FFRT_LOGD(format, ...) FFRT_LOG(FFRT_LOG_DEBUG, format, ##__VA_ARGS__) macro 117 #define FFRT_LOGD(format, ...) macro
|
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | cpu_monitor.cpp | 392 FFRT_LOGD("worker unavailable[%d], lowQosUse[%d], highQosUse[%d]", in LowQosUseReserveWorkerNum() 408 FFRT_LOGD("worker unavailable[%d], lowQosUse[%d], highQosUse[%d]", in HighQosUseReserveWorkerNum() 439 FFRT_LOGD("globalReserveWorkerNum[%d],highQosReserveWorkerNum[%d],lowQosReserveWorkerNum[%d]", in LogAllWorkerNum() 441 FFRT_LOGD("globalReserveWorkerToken[%d],highQosReserveWorkerToken[%d],lowQosReserveWorkerToken[%d]", in LogAllWorkerNum() 443 FFRT_LOGD("lowQosUseGlobalWorkerToken[%d], highQosUseGlobalWorkerToken[%d]", in LogAllWorkerNum() 449 FFRT_LOGD("succ:qos[%d], reserveNum[%d], maxConcurrency[%d], hardLimit[%d], runningNum[%d], totalNum[%d]", in LogAllWorkerNum() 494 FFRT_LOGD("noInc:qos[%d],reserveNum[%d],maxConcurrency[%d],hardLimit[%d],runningNum[%d],totalNum[%d]", in Poke() 519 FFRT_LOGD("Fail:qos[%d],reserveNum[%d],maxConcurrency[%d],hardLimit[%d],totalNum[%d],idx[%d],inc[%d]", in NotifyWorkers() 526 FFRT_LOGD("qos[%d] inc [%d] workers, wakeup [%d] workers", static_cast<int>(qos), incNumber, wakeupNumber); in NotifyWorkers() 576 FFRT_LOGD("noIn in PokeAdd() [all...] |
H A D | worker_thread.h | 147 FFRT_LOGD("qos %d thread not joinable.", qos()); in Detach() 180 FFRT_LOGD("qos %d thread not joinable\n", qos()); in Detach()
|
H A D | co_routine.cpp | 143 FFRT_LOGD("switch tsd to task Success"); in SwitchTsdToTask() 189 FFRT_LOGD("switch tsd to thread Success"); in SwitchTsdToThread() 212 FFRT_LOGD("tsd deconstruct done, task[%lu], name[%s]", task->gid, task->label.c_str()); in TaskTsdDeconstruct() 516 FFRT_LOGD("Cowake task[%lu], name[%s], timeOut[%d]", task->gid, task->label.c_str(), timeOut);
|
H A D | worker_thread.cpp | 85 FFRT_LOGD("qos apply tid[%d] level[%d]\n", thread->Id(), qos()); in SetThreadAttr()
|
H A D | cpu_worker.cpp | 216 FFRT_LOGD("ExecutionThread exited"); in Dispatch()
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | poller.cpp | 125 FFRT_LOGD("fd[%d] has mutilple cached events", currFd); 132 FFRT_LOGD("fd[%d] may be deleted", currFd); 178 FFRT_LOGD("task[%s] id[%d] has [%d] cached events, return directly", 194 FFRT_LOGD("poller meet timeout={%d}", timeout); 199 FFRT_LOGD("task[%s] id[%d] has [%d] events", task->label.c_str(), task->gid, nfds); 208 FFRT_LOGD("task[%s] id[%d] has [%d] cached events, return directly", 222 FFRT_LOGD("poller meet timeout={%d}", timeout); 229 FFRT_LOGD("task[%s] id[%d] has [%d] events", task->label.c_str(), task->gid, nfds); 309 FFRT_LOGD("fd[%d] event has no consumer, so cache it", currFd);
|
/foundation/resourceschedule/ffrt/src/dm/ |
H A D | sdependence_manager.cpp | 96 FFRT_LOGD("submit task[%lu], name[%s]", task->gid, task->label.c_str()); in onSubmit() 160 FFRT_LOGD("Submit completed, enter ready queue, task[%lu], name[%s]", task->gid, task->label.c_str()); in onSubmit() 175 FFRT_LOGD("onWait name:%s gid=%lu", task->label.c_str(), task->gid); in onWait() 242 FFRT_LOGD("onWait name:%s gid=%lu", task->label.c_str(), task->gid); in onWait() 253 FFRT_LOGD("onWait name:%s gid=%lu", sTask->label.c_str(), sTask->gid); in onWait()
|
/foundation/resourceschedule/ffrt/src/util/ |
H A D | cpu_boost_ohos.h | 57 FFRT_LOGD("handle exits"); in Load()
|
/foundation/resourceschedule/ffrt/src/dfx/trace/ |
H A D | ffrt_trace.h | 111 FFRT_LOGD("handle exits"); in Load()
|