/developtools/profiler/device/base/src/ |
D | schedule_task_manager.cpp | 87 auto task = std::make_shared<Task>(); in ScheduleTask() local 89 task->name = name; in ScheduleTask() 90 task->callback = callback; in ScheduleTask() 91 task->initialDelay = initialDelay; in ScheduleTask() 92 task->repeatInterval = NormalizeInterval(repeatInterval); in ScheduleTask() 93 task->nextRunTime = currentTime + initialDelay; in ScheduleTask() 98 taskMap_[name] = task; in ScheduleTask() 99 timeMap_.insert(std::make_pair(task->nextRunTime, task)); in ScheduleTask() 102 DumpTask(task); in ScheduleTask() 134 auto task = timeMap_.begin()->second; in TakeFront() local [all …]
|
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/task/ |
D | TabPaneTaskFrames.ts | 101 let task: TaskTabStruct = new TaskTabStruct(); 102 task.executeId = executeId; 103 task.taskPriority = Priority[priorityId]; 104 task.taskST = this.getMsTime(sTime); 105 task.taskET = this.getMsTime(eTime); 106 task.taskRT = this.getMsTime(rTime); 107 this.taskFramesSource = [task]; 281 const task = tasks[i]; constant 283 const endTime = task!.startTs + task!.dur;
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/ |
D | task.proto | 20 // category: task 21 // /sys/kernel/debug/tracing/events/task/task_newtask/format 29 // /sys/kernel/debug/tracing/events/task/task_rename/format
|
D | autogenerated.gni | 42 "task.proto",
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
D | task.proto | 20 // category: task 21 // /sys/kernel/debug/tracing/events/task/task_newtask/format 29 // /sys/kernel/debug/tracing/events/task/task_rename/format
|
D | autogenerated.gni | 46 "task.proto",
|
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
D | task.proto | 20 // category: task 21 // /sys/kernel/debug/tracing/events/task/task_newtask/format 29 // /sys/kernel/debug/tracing/events/task/task_rename/format
|
D | autogenerated.gni | 46 "task.proto",
|
/developtools/profiler/protos/types/plugins/ftrace_data/default/ |
D | task.proto | 20 // category: task 21 // /sys/kernel/debug/tracing/events/task/task_newtask/format 29 // /sys/kernel/debug/tracing/events/task/task_rename/format
|
D | autogenerated.gni | 46 "task.proto",
|
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/ |
D | task.proto | 20 // category: task 21 // /sys/kernel/debug/tracing/events/task/task_newtask/format 29 // /sys/kernel/debug/tracing/events/task/task_rename/format
|
D | autogenerated.gni | 42 "task.proto",
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/task/ |
D | TabPaneTaskFrames.ts | 128 let task: TaskTabStruct = new TaskTabStruct(); variable 129 task.executeId = executeId; 130 task.taskPriority = Priority[priorityId]; 131 task.taskST = this.getMsTime(sTime); 132 task.taskET = this.getMsTime(eTime); 133 task.taskRT = this.getMsTime(rTime); 134 this.taskFramesSource = [task]; 135 this.taskFramesGroupSource = [[task]];
|
/developtools/ace_ets2bundle/compiler/sample/pages/ |
D | willdo.ets | 121 // Add ID for each task 139 Button("Next task") 144 Button("Prev task")
|
/developtools/profiler/device/base/include/ |
D | schedule_task_manager.h | 70 void DumpTask(const SharedTask& task);
|
/developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/ |
D | bytrace_parser.cpp | 307 seg.bufLine.task = StrTrim(matcheLine.prefix()); in GetDataSegAttr() 308 if (seg.bufLine.task == "<...>") { in GetDataSegAttr() 309 seg.bufLine.task = ""; in GetDataSegAttr()
|
/developtools/hdc/src/daemon/ |
D | jdwp.h | 93 void ProcessListUpdated(HTaskInfo task = nullptr);
|
/developtools/smartperf_host/trace_streamer/src/parser/ |
D | common_types.h | 36 std::string task; // thread name member
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ |
D | common_types.h | 36 std::string task; // thread name member
|
/developtools/integration_verification/tools/fotff/ |
D | fotff.ini | 48 task = acts key
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/ |
D | bytrace_parser.cpp | 345 seg.bufLine.task = StrTrim(matcheLine.prefix()); in GetDataSegAttr() 346 if (seg.bufLine.task == "<...>") { in GetDataSegAttr() 347 seg.bufLine.task = ""; in GetDataSegAttr()
|
/developtools/profiler/protos/services/ |
D | profiler_service.proto | 42 // keep tracing session alive, call this interface will restart session expire count down task.
|
/developtools/profiler/host/smartperf/ide/src/trace/proto/ |
D | profiler_service.proto | 45 // keep tracing session alive, call this interface will restart session expire count down task.
|
/developtools/smartperf_host/ide/src/trace/proto/ |
D | profiler_service.proto | 45 // keep tracing session alive, call this interface will restart session expire count down task.
|
/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/ |
D | profiler_service.proto | 42 // keep tracing session alive, call this interface will restart session expire count down task.
|