Lines Matching refs:taskId
105 auto taskId = GetTaskId(pid, gid); in MakeBeginFakeLog() local
111 label.c_str(), taskId.c_str(), prio); in MakeBeginFakeLog()
126 auto taskId = GetTaskId(pid, gid); in MakeEndFakeLog() local
131 …label.c_str(), taskId.c_str(), pid, cpuId.c_str(), endTimeStamp.c_str(), label.c_str(), taskId.c_s… in MakeEndFakeLog()
147 auto taskId = GetTaskId(pid, gid); in ReplaceSchedSwitchLog() local
151 (void)sprintf_s(result.get(), MAX_LEN, " %s-%s ", label.c_str(), taskId.c_str()); in ReplaceSchedSwitchLog()
161 (void)sprintf_s(result.get(), MAX_LEN, "prev_pid=%s ", taskId.c_str()); in ReplaceSchedSwitchLog()
171 (void)sprintf_s(result.get(), MAX_LEN, "next_pid=%s ", taskId.c_str()); in ReplaceSchedSwitchLog()
185 auto taskId = GetTaskId(pid, gid); in ReplaceSchedWakeLog() local
191 (void)sprintf_s(result.get(), MAX_LEN, "pid=%s ", taskId.c_str()); in ReplaceSchedWakeLog()
201 auto taskId = GetTaskId(pid, gid); in ReplaceSchedBlockLog() local
202 (void)sprintf_s(result.get(), MAX_LEN, "pid=%s ", taskId.c_str()); in ReplaceSchedBlockLog()
215 auto taskId = GetTaskId(pid, gid); in ReplaceTracingMarkLog() local
218 (void)sprintf_s(result.get(), MAX_LEN, " %s-%s ", label.c_str(), taskId.c_str()); in ReplaceTracingMarkLog()