Home
last modified time | relevance | path

Searched refs:FFRT_LOGE (Results 1 - 25 of 56) sorted by relevance

123

/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_rtg.cpp56 FFRT_LOGE("RTGCtrl Init %s", enabled ? "Success" : "Failed"); in HWTEST_F()
63 FFRT_LOGE("Failed to Get RTG id %d", tgid); in HWTEST_F()
68 FFRT_LOGE("Failed to Put RTG id %d", tgid); in HWTEST_F()
78 FFRT_LOGE("Failed to Get RTG id %d", tgid); in HWTEST_F()
83 FFRT_LOGE("Failed to Set Window Size %d", WINDOW_SIZE); in HWTEST_F()
88 FFRT_LOGE("Failed to Put RTG id %d", tgid); in HWTEST_F()
98 FFRT_LOGE("Failed to Get RTG id %d", tgid); in HWTEST_F()
103 FFRT_LOGE("Failed to Set Invalid Interval %d", INVALID_INTERVAL); in HWTEST_F()
108 FFRT_LOGE("Failed to Put RTG id %d", tgid); in HWTEST_F()
118 FFRT_LOGE("Faile in HWTEST_F()
[all...]
/foundation/resourceschedule/ffrt/src/sched/
H A Dmulti_workgroup.cpp51 FFRT_LOGE("[RSWorkGroup] find thread %{public}d in workGroup failed, workGroup is null", tid); in FindThreadInWorkGroup()
65 FFRT_LOGE("[RSWorkGroup] join thread %{public}d into workGroup failed, workGroup is null", tid); in InsertThreadInWorkGroup()
77 FFRT_LOGE("[RSWorkGroup] join thread %{public}d into RSWorkGroup failed, max_thread_num: %{public}d", in InsertThreadInWorkGroup()
96 FFRT_LOGE("[RSWorkGroup] rsWorkGroup malloc failed!"); in CreateRSWorkGroup()
126 FFRT_LOGE("[RSWorkGroup] join thread %{public}d into RSWorkGroup failed; Create RSWorkGroup first", tid); in JoinRSWorkGroup()
164 FFRT_LOGE("[WorkGroup] interval is unavailable"); in JoinWG()
177 FFRT_LOGE("[WorkGroup] update thread %{public}d failed, return %{public}d", tid, addRet); in JoinWG()
203 FFRT_LOGE("[WorkGroup] create rtg group %d failed", rtgId); in WorkgroupCreate()
211 FFRT_LOGE("[WorkGroup] workgroup malloc failed!"); in WorkgroupCreate()
230 FFRT_LOGE("[WorkGrou in WorkgroupClear()
[all...]
H A Ddeadline.cpp40 FFRT_LOGE("Invalid QoS Interval!"); in operator ->()
58 FFRT_LOGE("Invalid QoS Interval!"); in ffrt_interval_create()
69 FFRT_LOGE("QoS Interval Not Created Or Has Been Canceled!"); in ffrt_interval_update()
83 FFRT_LOGE("QoS Interval Not Created Or Has Been Canceled!"); in ffrt_interval_begin()
96 FFRT_LOGE("QoS Interval Not Created Or Has Been Canceled!"); in ffrt_interval_end()
110 FFRT_LOGE("QoS Interval Not Created Or Has Been Canceled!"); in ffrt_interval_destroy()
121 FFRT_LOGE("QoS Interval Not Created Or Has Been Canceled!"); in ffrt_interval_join()
135 FFRT_LOGE("QoS Interval Not Created Or Has Been Canceled!"); in ffrt_interval_leave()
H A Dframe_interval.cpp30 FFRT_LOGE("[WorkGroup][Interface] Create WorkGroup Failed"); in FrameInterval()
39 FFRT_LOGE("[Error] WorkGroup is nullptr"); in ~FrameInterval()
48 FFRT_LOGE("[Error] Interval's workgroup is null in %s", __func__); in OnQoSIntervals()
H A Dtask_client_adapter.h99 FFRT_LOGE("load so[%s] fail", TRACE_LIB_PATH_1); in Load()
105 FFRT_LOGE("load so[%s] fail", TRACE_LIB_PATH_2); in Load()
115 FFRT_LOGE("load func %s from %s failed", #func, TRACE_LIB_PATH_2); \ in Load()
132 FFRT_LOGE("unLoad handle_1 fail"); in UnLoad()
138 FFRT_LOGE("unLoad handle_2 fail"); in UnLoad()
H A Dinterval.cpp133 FFRT_LOGE("interval already begin\n"); in Begin()
138 FFRT_LOGE("qos interval is busy, please retry later\n"); in Begin()
199 FFRT_LOGE("Failed to Join Thread %d", ThreadGroup::GetTID()); in Join()
208 FFRT_LOGE("Failed to Leave Thread %d", ThreadGroup::GetTID()); in Leave()
/foundation/resourceschedule/ffrt/src/core/
H A Dtask.cpp78 FFRT_LOGE("delayed task do not support dependence, in_deps/out_deps ignored."); in CreateDelayDeps()
99 FFRT_LOGE("attr should be a valid address"); in ffrt_task_attr_init()
113 FFRT_LOGE("attr should be a valid address"); in ffrt_task_attr_destroy()
124 FFRT_LOGE("invalid attr or name"); in ffrt_task_attr_set_name()
134 FFRT_LOGE("attr should be a valid address"); in ffrt_task_attr_get_name()
145 FFRT_LOGE("attr should be a valid address"); in ffrt_task_attr_set_qos()
149 FFRT_LOGE("FuncQosMap has not regist"); in ffrt_task_attr_set_qos()
159 FFRT_LOGE("attr should be a valid address"); in ffrt_task_attr_get_qos()
170 FFRT_LOGE("attr should be a valid address"); in ffrt_task_attr_set_delay()
180 FFRT_LOGE("att in ffrt_task_attr_get_delay()
[all...]
/foundation/resourceschedule/ffrt/src/dfx/log/
H A Dffrt_log_api.h108 #define FFRT_LOGE(format, ...) \ macro
132 #define FFRT_LOGE(format, ...) FFRT_LOG(FFRT_LOG_ERROR, format, ##__VA_ARGS__) macro
139 FFRT_LOGE(format, ##__VA_ARGS__); \
143 #define FFRT_BBOX_LOG(format, ...) FFRT_LOGE(format, ##__VA_ARGS__)
148 FFRT_LOGE(format, ##__VA_ARGS__); \
157 FFRT_LOGE(__VA_ARGS__); \
166 FFRT_LOGE(__VA_ARGS__); \
173 FFRT_LOGE(__VA_ARGS__); \
192 FFRT_LOGE(fmt, ##__VA_ARGS__); \
202 FFRT_LOGE(fm
[all...]
/foundation/resourceschedule/ffrt/src/sync/
H A Dcondition_variable.cpp34 FFRT_LOGE("cond should not be empty"); in ffrt_cond_init()
48 FFRT_LOGE("cond should not be empty"); in ffrt_cond_signal()
60 FFRT_LOGE("cond should not be empty"); in ffrt_cond_broadcast()
72 FFRT_LOGE("cond and mutex should not be empty"); in ffrt_cond_wait()
85 FFRT_LOGE("cond, mutex and time_point should not be empty"); in ffrt_cond_timedwait()
104 FFRT_LOGE("cond should not be empty"); in ffrt_cond_destroy()
H A Dthread.cpp32 FFRT_LOGE("thr and func should not be empty"); in ffrt_thread_create()
36 FFRT_LOGE("attr should be empty"); in ffrt_thread_create()
42 FFRT_LOGE("p is empty"); in ffrt_thread_create()
59 FFRT_LOGE("thr or res should not be empty"); in ffrt_thread_join()
78 FFRT_LOGE("thr should not be empty"); in ffrt_thread_detach()
H A Dshared_mutex.cpp185 FFRT_LOGE("rwlock should not be empty"); in ffrt_rwlock_init()
189 FFRT_LOGE("only support normal rwlock"); in ffrt_rwlock_init()
203 FFRT_LOGE("rwlock should not be empty"); in ffrt_rwlock_wrlock()
215 FFRT_LOGE("rwlock should not be empty"); in ffrt_rwlock_trywrlock()
226 FFRT_LOGE("rwlock should not be empty"); in ffrt_rwlock_rdlock()
238 FFRT_LOGE("rwlock should not be empty"); in ffrt_rwlock_tryrdlock()
249 FFRT_LOGE("rwlock should not be empty"); in ffrt_rwlock_unlock()
261 FFRT_LOGE("rwlock should not be empty"); in ffrt_rwlock_destroy()
H A Dmutex.cpp287 FFRT_LOGE("attr should not be empty"); in ffrt_mutexattr_init()
298 FFRT_LOGE("attr should not be empty"); in ffrt_mutexattr_settype()
302 FFRT_LOGE("mutex type is invaild"); in ffrt_mutexattr_settype()
313 FFRT_LOGE("attr or type should not be empty"); in ffrt_mutexattr_gettype()
324 FFRT_LOGE("attr should not be empty"); in ffrt_mutexattr_destroy()
334 FFRT_LOGE("mutex should not be empty"); in ffrt_mutex_init()
355 FFRT_LOGE("mutex should not be empty"); in ffrt_mutex_lock()
367 FFRT_LOGE("mutex should not be empty"); in ffrt_mutex_unlock()
379 FFRT_LOGE("mutex should not be empty"); in ffrt_mutex_trylock()
390 FFRT_LOGE("mute in ffrt_mutex_destroy()
[all...]
H A Dpoller_api.cpp24 FFRT_LOGE("FuncQosMap has not regist"); in QosConvert()
50 FFRT_LOGE("ffrt_epoll_ctl input error: op=%d, fd=%d", op, fd); in ffrt_epoll_ctl()
91 FFRT_LOGE("invalid task handle"); in ffrt_epoll_get_wait_time()
H A Ddelayed_worker.cpp75 FFRT_LOGE("epoll_wait error, errorno= %d.", errno); in ThreadInit()
86 FFRT_LOGE("monitor read fail:%d, %s", n, errno); in ThreadInit()
104 FFRT_LOGE("epoll_ctl add tfd error: efd=%d, fd=%d, errorno=%d", epollfd_, timerfd_, errno);
120 FFRT_LOGE("monitor:%d add fail, ret:%d, errno:%d, %s", monitorfd_, ret, errno, strerror(errno));
177 FFRT_LOGE("DelayedWorker destroy, dispatch failed\n"); in dispatch()
H A Dpoller.cpp27 FFRT_LOGE("epoll_ctl add fd error: efd=%d, fd=%d, errorno=%d", m_epFd, m_wakeData.fd, errno);
57 FFRT_LOGE("Construct WakeDataWithCb instance failed! or wakeData is nullptr");
64 FFRT_LOGE("epoll_ctl add fd error: efd=%d, fd=%d, errorno=%d", m_epFd, fd, errno);
75 FFRT_LOGE("epoll_ctl mod fd wakedata num invalid");
87 FFRT_LOGE("epoll_ctl del fd error: efd=%d, fd=%d, errorno=%d", m_epFd, fd, errno);
139 FFRT_LOGE("fd[%d] epoll ctl mod fail, errorno=%d", currFd, errno);
165 FFRT_LOGE("nonworker shall not call this fun.");
184 FFRT_LOGE("task has waited before");
215 FFRT_LOGE("task has waited before");
292 FFRT_LOGE("us in CopyEventsInfoToConsumer()
[all...]
/foundation/resourceschedule/ffrt/src/util/
H A Devent_handler_adapter.h106 FFRT_LOGE("eventhandler lib handle is null."); in Load()
113 FFRT_LOGE("get GetMainEventHandlerForFFRT symbol fail."); in Load()
120 FFRT_LOGE("get GetCurrentEventHandlerForFFRT symbol fail."); in Load()
127 FFRT_LOGE("get PostTaskByFFRT symbol fail."); in Load()
134 FFRT_LOGE("get RemoveTaskForFFRT symbol fail."); in Load()
141 FFRT_LOGE("get AddFdListenerByFFRT symbol fail."); in Load()
148 FFRT_LOGE("get RemoveFdListenerByFFRT symbol fail."); in Load()
/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_manager.cpp27 FFRT_LOGE("Failed to Join Thread %d", tid); in JoinRtg()
46 FFRT_LOGE("Init Thread Group Failed"); in JoinTG()
53 FFRT_LOGE("Failed to Join Thread %d", tid); in JoinTG()
77 FFRT_LOGE("Failed to Leave Thread %d", tid); in LeaveTG()
83 FFRT_LOGE("Release Thread Group Failed"); in LeaveTG()
H A Dqos_interface.cpp41 FFRT_LOGE("task %d belong to user %d open rtg node failed\n", getpid(), getuid()); in TrivalOpenRtgNode()
52 FFRT_LOGE("task %d belong to user %d open auth node failed\n", getpid(), getuid()); in TrivalOpenAuthCtrlNode()
86 FFRT_LOGE("set rtg config enable failed.\n"); in FFRTEnableRtg()
113 FFRT_LOGE("auth enable failed for uid %d with status %d\n", uid, status); in FFRTAuthEnable()
138 FFRT_LOGE("auth switch failed for uid %d with status %d\n", uid, status); in FFRTAuthSwitch()
160 FFRT_LOGE("auth delete failed for uid %d\n", uid); in FFRTAuthDelete()
185 FFRT_LOGE("auth pause failed for uid %d\n", uid); in FFRTAuthPause()
207 FFRT_LOGE("auth get failed for uid %d\n", uid); in FFRTAuthGet()
266 FFRT_LOGE("qos leave failed for task %d\n", getpid()); in FFRTQosLeave()
289 FFRT_LOGE("qo in FFRTQosLeaveForOther()
[all...]
H A Dosattr_manager.h72 FFRT_LOGE("[cgroup_ctrl] invalid para, filename is empty"); in SetCGroupPara()
77 FFRT_LOGE("[cgroup_ctrl] invalid file path:%s, error:%s\n", filename.c_str(), strerror(errno)); in SetCGroupPara()
83 FFRT_LOGE("[cgroup_ctrl] fail to open filePath:%s", filePath); in SetCGroupPara()
93 FFRT_LOGE("[cgroup_ctrl] invalid value type\n"); in SetCGroupPara()
100 FFRT_LOGE("[cgroup_ctrl] fail to write path:%s valueStr:%s to fd:%d, errno:%d", in SetCGroupPara()
110 FFRT_LOGE("[cgroup_ctrl] fail to read value:%s to fd:%d, errno:%d", buffer.data(), fd, errno); in SetCGroupPara()
H A Dcpuworker_manager.cpp40 FFRT_LOGE("Insert task failed."); in InsertTask()
51 FFRT_LOGE("IncWorker qos:%d is invaild", workerQos); in IncWorker()
56 FFRT_LOGE("CPU Worker Manager exit"); in IncWorker()
63 FFRT_LOGE("IncWorker failed: worker is nullptr or has exited\n"); in IncWorker()
69 FFRT_LOGE("qos:%d worker insert fail:%d", workerQos, result.second); in IncWorker()
179 FFRT_LOGE("erase qos[%d] thread failed, %d elements removed", qos, ret); in WorkerRetired()
186 FFRT_LOGE("blockaware unregister fail, ret[%d]", ret); in WorkerRetired()
H A Dqos_convert.cpp27 FFRT_LOGE("get static qos failed"); in GetStaticQos()
39 FFRT_LOGE("get dynamic qos failed"); in GetDynamicQos()
H A Dosattr_manager.cpp25 FFRT_LOGE("OSAttrManager::CheckAttrPara para %s is invalid", name.c_str()); in CheckSchedAttrPara()
36 FFRT_LOGE("FuncQosMap has not regist"); in UpdateSchedAttr()
40 FFRT_LOGE("qos[%d] attr update is not supported.\n", qos()); in UpdateSchedAttr()
98 FFRT_LOGE("[cgroup_ctrl] invalid pid[%d]\n", pid); in SetTidToCGroupPrivate()
H A Dloop.cpp32 FFRT_LOGE("main loop no need to run\n"); in Run()
84 FFRT_LOGE("EPOLL_CTL_MOD not supported yet"); in EpollCtl()
87 FFRT_LOGE("EPOLL_CTL op invalid"); in EpollCtl()
H A Dco_routine.cpp56 FFRT_LOGE("sp offset:%p.\n", co->stkMem.stk + in CoStackCheck()
58 FFRT_LOGE("stack over flow, check local variable in you tasks or use api 'ffrt_task_attr_set_stack_size'.\n"); in CoStackCheck()
105 FFRT_LOGE("taskLocal enabled but task tsd invalid"); in IsTaskLocalEnable()
252 FFRT_LOGE("CoStart unsupport task[%lu], type=%d, name[%s]", task->gid, task->type, task->label.c_str()); in CoStartEntry()
286 FFRT_LOGE("memory mmap failed.");
291 FFRT_LOGE("memory not enough");
315 FFRT_LOGE("munmap failed with errno: %d", errno);
375 FFRT_LOGE("alloc co routine failed");
419 FFRT_LOGE("executed by worker suddenly, ignore backtrace");
512 FFRT_LOGE("tas
[all...]
/foundation/resourceschedule/ffrt/src/dfx/watchdog/
H A Dwatchdog_util.cpp45 FFRT_LOGE("task gid=%llu with timeout [%llu ms] is invalid", gid, timeout_ms); in IsValidTimeout()
84 FFRT_LOGE("failed to set watchdog for task gid=%llu with timeout [%llu ms] ", gid, timeout); in SendTimeoutWatchdog()
97 FFRT_LOGE("%s", msg.c_str()); in RunTimeOutCallback()
104 FFRT_LOGE("parallel task gid=%llu send watchdog delaywork failed, the count more than the max count", gid); in RunTimeOutCallback()
108 FFRT_LOGE("parallel task gid=%llu send next watchdog delaywork failed", gid); in RunTimeOutCallback()

Completed in 10 milliseconds

123