| /developtools/smartperf_host/trace_streamer/test/resource/ |
| D | ut_bytrace_input_full.txt | 22 <idle>-0 (-----) [001] dn.2 168758.662989: ipi_entry: (Rescheduling interrupts) 23 <idle>-0 (-----) [001] dn.2 168758.662992: ipi_exit: (Rescheduling interrupts) 24 <idle>-0 (-----) [001] .n.2 168758.662996: cpu_idle: state=4294967295 cpu_id=1 26 …<idle>-0 (-----) [001] d..3 168758.663017: sched_switch: prev_comm=swapper/1 prev_pid=0 prev_p… 30 …<idle>-0 (-----) [003] d..4 168758.663078: sched_waking: comm=rcu_preempt pid=7 prio=98 target… 32 <idle>-0 (-----) [003] d..2 168758.663089: softirq_raise: vec=9 [action=RCU] 33 …<idle>-0 (-----) [003] d..3 168758.663092: sched_waking: comm=ksoftirqd/3 pid=29 prio=120 targ… 36 …<idle>-0 (-----) [003] dn.4 168758.663104: sched_wakeup: comm=ksoftirqd/3 pid=29 prio=120 targ… 39 …<idle>-0 (-----) [003] d..3 168758.663126: sched_switch: prev_comm=swapper/3 prev_pid=0 prev_p… 43 …<idle>-0 (-----) [003] d..4 168758.663181: sched_waking: comm=rcu_preempt pid=7 prio=98 target… [all …]
|
| D | ut_bytrace_input_thread.txt | 15 …<idle>-0 (-----) [001] d..3 168758.663017: sched_switch: prev_comm=swapper/1 prev_pid=0 prev_p… 17 …<idle>-0 (-----) [003] d..3 168758.663092: sched_waking: comm=ksoftirqd/3 pid=29 prio=120 targ… 19 …<idle>-0 (-----) [003] dn.4 168758.663104: sched_wakeup: comm=ksoftirqd/3 pid=29 prio=120 targ… 22 …<idle>-0 (-----) [003] d..3 168758.663126: sched_switch: prev_comm=swapper/3 prev_pid=0 prev_p… 24 …<idle>-0 (-----) [003] d..4 168758.663181: sched_waking: comm=rcu_preempt pid=7 prio=98 target… 25 …<idle>-0 (-----) [003] d..3 168758.663190: sched_waking: comm=ksoftirqd/3 pid=29 prio=120 targ… 27 …<idle>-0 (-----) [003] dn.4 168758.663198: sched_wakeup: comm=ksoftirqd/3 pid=29 prio=120 targ… 30 …<idle>-0 (-----) [003] d..3 168758.663212: sched_switch: prev_comm=swapper/3 prev_pid=0 prev_p… 32 …<idle>-0 (-----) [003] d..4 168758.663261: sched_waking: comm=rcu_preempt pid=7 prio=98 target… 33 …<idle>-0 (-----) [003] d..3 168758.663272: sched_waking: comm=ksoftirqd/3 pid=29 prio=120 targ… [all …]
|
| /developtools/profiler/host/smartperf/ide/src/doc/md/ |
| D | quickstart_schedulinganalysis.md | 36 点击CPU Idle饼图,可以跳转到某CPU的idle分析的详细数据,以饼图和表格的形式展示。 39 + idle:idle值。
|
| D | quickstart_web_record.md | 15 * CPU Frequency and idle states:CPU频率信息和CPU空闲状态。
|
| /developtools/smartperf_host/ide/src/doc/md/ |
| D | quickstart_schedulinganalysis.md | 36 点击CPU Idle饼图,可以跳转到某CPU的idle分析的详细数据,以饼图和表格的形式展示。 39 + idle:idle值。
|
| D | quickstart_web_record.md | 15 * CPU Frequency and idle states:CPU频率信息和CPU空闲状态。
|
| /developtools/profiler/device/plugins/memory_plugin/test/utresources/proc/11/ |
| D | status | 3 State: I (idle)
|
| /developtools/profiler/device/plugins/process_plugin/test/resources/proc/11/ |
| D | status | 3 State: I (idle)
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/ |
| D | CPU.ets | 128 let idle = time[3] - pre_time[3]; 131 let total = user + sys + idle + iowait + irq; 132 if (user < 0 || sys < 0 || idle < 0 || iowait < 0 || irq < 0) {
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | CPU.cpp | 156 size_t idle = time[3] - preTime[3]; in CacWorkload() local 159 size_t total = user + sys + idle + iowait + irq; in CacWorkload()
|
| /developtools/bytrace/script/ |
| D | bytrace_capture.bat | 17 …iceprofile dscreen dinput dhfwk accessibility dsched samgr ohos ace workq idle app ark ability bin…
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerSchedulingAnalysis.ts | 535 for (let idle of filterArr) { 536 dur += Math.min(m.ts + m.dur, idle.ts + idle.dur) - Math.max(m.ts, idle.ts);
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerSchedulingAnalysis.ts | 535 for (let idle of filterArr) { 536 dur += Math.min(m.ts + m.dur, idle.ts + idle.dur) - Math.max(m.ts, idle.ts);
|
| /developtools/profiler/device/plugins/cpu_plugin/src/ |
| D | cpu_data_plugin.cpp | 357 int64_t idle = 0; in GetSystemCpuTime() local 365 idle = atoi(cpuUsageVec[SYSTEM_IDLE].c_str()); in GetSystemCpuTime() 374 cpuTimeData.systemBootTime = cpuTimeData.systemUsageTime + (idle + iowait) * GetUserHz(); in GetSystemCpuTime()
|
| /developtools/profiler/device/plugins/process_plugin/test/unittest/ |
| D | process_plugin_unittest.cpp | 78 int64_t idle; member 160 …int64_t bootTime = (g_bootData.user + g_bootData.nice + g_bootData.system + g_bootData.idle + g_bo… in GetCpuData()
|
| /developtools/hdc/src/common/ |
| D | base.cpp | 1333 uv_idle_t *idle = new(std::nothrow) uv_idle_t(); in IdleUvTask() local 1334 if (idle == nullptr) { in IdleUvTask() 1337 idle->data = data; in IdleUvTask() 1338 uv_idle_init(loop, idle); in IdleUvTask() 1339 uv_idle_start(idle, cb); in IdleUvTask()
|
| /developtools/profiler/device/plugins/cpu_plugin/test/unittest/ |
| D | cpu_data_plugin_unittest.cpp | 51 int64_t idle; member 233 time = usageTime + (stat.idle + stat.iowait) * Hz; in GetSystemCpuTime() 242 int64_t bootTime = totalTime + (stat.idle + stat.iowait) * Hz; in GetCpuUsage()
|
| /developtools/profiler/ |
| D | README_zh.md | 796 hitrace_categories: "idle"
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 22628 int idle; member 22652 u8 idle; member 22670 int idle; member 23181 struct task_struct *idle; member 23594 enum cpu_idle_type idle; member
|