/ohos5.0/foundation/resourceschedule/ffrt/src/eu/ |
H A D | rtg_perf_ctrl.cpp | 41 FFRT_LOGW("open perf_ctrl failed"); in OpenPerfCtrl() 57 FFRT_LOGW("Error set rtg %d,%u. %s", tid, grpId, strerror(errno)); in SetTaskRtg() 72 FFRT_LOGW("Error set rtg status=%llu. %s", status, strerror(errno)); in SetRtgStatus() 87 FFRT_LOGW("Error set rtg qos=%d. %s", qos, strerror(errno)); in SetRtgQos() 109 FFRT_LOGW("Error set rtg loadMode %d:%d/%d. %s", loadMode.grpId, loadMode.utilEnabled, in SetRtgLoadMode() 126 FFRT_LOGW("Error set min util %d,%u. %s", tid, util, strerror(errno)); in set_task_min_util()
|
H A D | worker_thread.h | 55 FFRT_LOGW("WorkerThread enter destruction but not exited"); in ~WorkerThread() 72 FFRT_LOGW("to exit, qos[%d]", qos()); in ~WorkerThread() 123 …FFRT_LOGW("pthread_create failed due to shortage of system memory, FFRT retry %d times...", count); in Start()
|
H A D | scpuworker_manager.cpp | 133 FFRT_LOGW("qos[%d] has worker, no need add delayed task", qos); in AddDelayedTask() 148 FFRT_LOGW("add delyaed task failed, qos %d", qos); in AddDelayedTask()
|
H A D | qos_interface.cpp | 63 FFRT_LOGW("pid %d belong to user %d open qos node warn, fd:%d, eno:%d, %s\n", in TrivalOpenQosCtrlNode() 244 FFRT_LOGW("tid %d, %s, ret:%d, eno:%d\n", tid, strerror(errno), ret, errno); in FFRTQosApplyForOther()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/util/ |
H A D | worker_monitor.cpp | 66 FFRT_LOGW("worker_monitor.conf does not exist or file permission denied"); in WorkerMonitor() 104 FFRT_LOGW("Set delayed worker failed."); in SubmitSamplingTask() 139 FFRT_LOGW("Set delayed worker failed."); in SubmitMemReleaseTask() 248 FFRT_LOGW("%s", ss.str().c_str()); in RecordSymbolAndBacktrace() 253 FFRT_LOGW("Backtrace:\n%s", dumpInfo.c_str()); in RecordSymbolAndBacktrace() 279 FFRT_LOGW("transaction_proc:"); in RecordIpcInfo() 284 FFRT_LOGW("%s", line.c_str()); in RecordIpcInfo() 299 FFRT_LOGW("%s", keyInfo.c_str()); in RecordKeyInfo()
|
H A D | ffrt_facade.cpp | 50 FFRT_LOGW("ProcessExitManager destruction enter"); in ~ProcessExitManager()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/ |
H A D | delayed_worker.cpp | 102 FFRT_LOGW("DumpMap:now=%lu,%s", now.time_since_epoch().count(), ss.str().c_str()); in DumpMap() 115 FFRT_LOGW("[%d] set priority warn ret[%d] eno[%d]\n", pthread_self(), ret, errno); in ThreadInit() 117 FFRT_LOGW("delayedWorker init"); in ThreadInit() 127 FFRT_LOGW("delayedWorker exit"); in ThreadInit() 133 FFRT_LOGW("delayedWorker exit"); in ThreadInit() 146 FFRT_LOGW("delayedWorker exit"); in ThreadInit() 166 FFRT_LOGW("epoll_wait error, errorno= %d.", errno); in ThreadInit() 246 FFRT_LOGW("handle work more than [%lld]ms", durationMs); in CheckTimeInterval()
|
H A D | io_poller.cpp | 41 FFRT_LOGW("[%d] set priority warn ret[%d] eno[%d]\n", pthread_self(), ret, errno); in RunForever()
|
H A D | poller.cpp | 316 FFRT_LOGW("epoll_ctl mod fd error: efd=%d, fd=%d, errorno=%d", m_epFd, currFd, errno); in CacheEventsAndDoMask()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/log/ |
H A D | ffrt_log_api.h | 101 #define FFRT_LOGW(format, ...) \ macro 107 #define FFRT_LOGW(format, ...) macro 129 #define FFRT_LOGW(format, ...) FFRT_LOG(FFRT_LOG_WARN, format, ##__VA_ARGS__) macro 131 #define FFRT_LOGW(format, ...) macro
|
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/bbox/ |
H A D | fault_logger_fd_manager.cpp | 49 FFRT_LOGW("fail to InitFaultLoggerFd"); in InitFaultLoggerFd() 81 FFRT_LOGW("fail to write faultLogger msg:%s fd:%d, errno:%d", msg.data(), fd, errno); in WriteFaultLogger()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/ |
H A D | interval.cpp | 41 FFRT_LOGW("Invalid Thread Group"); in PerfCtrl() 59 FFRT_LOGW("Predict Util Same as Current Util %lu", predUtil); in Update() 77 FFRT_LOGW("Predict Util %lu Exceeds Max Capacity", predUtil); in Update()
|
H A D | multi_workgroup.cpp | 255 FFRT_LOGW("[WorkGroup] already start"); in WorkgroupStartInterval() 274 FFRT_LOGW("[WorkGroup] already stop"); in WorkgroupStopInterval()
|
H A D | task_manager.cpp | 56 FFRT_LOGW( in CalcTaskTime()
|
H A D | scheduler.cpp | 111 FFRT_LOGW("qos [%d], task [%s] entered q, task count [%d] exceeds threshold.", in WakeupTask()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/trace/ |
H A D | ffrt_trace.cpp | 34 FFRT_LOGW("set trace level %d", traceLevel_); in TraceLevelManager()
|
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_csync.cpp | 728 FFRT_LOGW("a = %d, b = %d", a, b); in __anonc91b23f77402() 733 FFRT_LOGW("%s %s", a, b); in __anonc91b23f77502() 746 FFRT_LOGW("value = %d", value); in __anonc91b23f77602() 761 FFRT_LOGW("value = %d", value); in __anonc91b23f77702() 840 FFRT_LOGW("ffrt version");
|
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/sysevent/ |
H A D | sysevent.cpp | 45 FFRT_LOGW("Process: %s trigger escape. %s", processName.c_str(), msg.c_str()); in WorkerEscapeReport()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/ |
H A D | serial_queue.cpp | 52 FFRT_LOGW("[queueId=%u] overload warning, size=%llu", queueId_, whenMap_.size()); in Push()
|
H A D | queue_handler.cpp | 60 FFRT_LOGW("failed to set [queueId=%u] name due to invalid name or length.", GetQueueId()); in QueueHandler() 329 … FFRT_LOGW("failed to set watchdog for task gid=%llu in %s with timeout [%llu us] ", task->gid, in SetTimeoutMonitor() 418 FFRT_LOGW("failed to set delayedworker, retry"); in SendSchedTimer()
|
H A D | queue_monitor.cpp | 139 FFRT_LOGW("failed to set delayedworker because the given timestamp has passed"); in SendDelayedWorker()
|
H A D | queue_api.cpp | 279 FFRT_LOGW("Current task is nullptr or is not a serial task.");
|
/ohos5.0/foundation/resourceschedule/ffrt/src/tm/ |
H A D | queue_task.cpp | 48 … FFRT_LOGW("task [gid=%llu] not suport delay and timeout at the same time, timeout ignored", gid); in QueueTask()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/core/ |
H A D | task.cpp | 479 FFRT_LOGW("task is nullptr"); 485 FFRT_LOGW("the target qos is equal to current qos, no need update"); 499 FFRT_LOGW("task is nullptr");
|
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/dump/ |
H A D | dump.cpp | 127 FFRT_LOGW("dumpInfo exceeds the buffer length, length:%d", dumpInfo.length());
|