Home
last modified time | relevance | path

Searched refs:FFRT_LOGD (Results 1 - 25 of 30) sorted by relevance

12

/foundation/resourceschedule/ffrt/src/sched/
H A Dframe_interval.cpp61 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 Dtask_client_adapter.h89 FFRT_LOGD("handle_1 exits"); in Load()
93 FFRT_LOGD("handle_2 exits"); in Load()
H A Dtask_state.cpp31 FFRT_LOGD("task root no state transition"); in OnTransition()
H A Dscheduler.h59 FFRT_LOGD("wait task=%p deadline=%ld", waitVersion->myProducer, deadline); in onWait()
H A Dscheduler.cpp109 FFRT_LOGD("qos[%d] task[%lu] entered q", level, gid); in WakeupTask()
/foundation/resourceschedule/ffrt/src/tm/
H A Dscpu_task.cpp48 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 Dcpu_task.cpp37 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 Dqueue_task.cpp46 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 Dserial_queue.cpp51 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 Dconcurrent_queue.cpp53 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 Dqueue_strategy.h50 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 Dqueue_handler.cpp135 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 Dbase_queue.cpp54 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 Dqueue_monitor.cpp87 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 Deventhandler_adapter_queue.cpp150 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 Dffrt_log_api.h79 #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 Dcpu_monitor.cpp392 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 Dworker_thread.h147 FFRT_LOGD("qos %d thread not joinable.", qos()); in Detach()
180 FFRT_LOGD("qos %d thread not joinable\n", qos()); in Detach()
H A Dco_routine.cpp143 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 Dworker_thread.cpp85 FFRT_LOGD("qos apply tid[%d] level[%d]\n", thread->Id(), qos()); in SetThreadAttr()
H A Dcpu_worker.cpp216 FFRT_LOGD("ExecutionThread exited"); in Dispatch()
/foundation/resourceschedule/ffrt/src/sync/
H A Dpoller.cpp125 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 Dsdependence_manager.cpp96 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 Dcpu_boost_ohos.h57 FFRT_LOGD("handle exits"); in Load()
/foundation/resourceschedule/ffrt/src/dfx/trace/
H A Dffrt_trace.h111 FFRT_LOGD("handle exits"); in Load()

Completed in 11 milliseconds

12