Searched refs:idle (Results 1 – 15 of 15) sorted by relevance
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=126 …<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 …]
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 …]
49 点击 CPU Idle 饼图,可以跳转到某 CPU 的 idle 分析的详细数据,以饼图和表格的形式展示。53 - idle:idle值。
23 - CPU Frequency and idle states: CPU 频率信息和 CPU 空闲状态。
3 State: I (idle)
122 let idle = time[3] - preTime[3];125 let total = user + sys + idle + iowait + irq;126 if (user < 0 || sys < 0 || idle < 0 || iowait < 0 || irq < 0) {
17 …iceprofile dscreen dinput dhfwk accessibility dsched samgr ohos ace workq idle app ark ability bin…
378 int64_t idle = 0; in GetSystemCpuTime() local386 idle = atoi(cpuUsageVec[SYSTEM_IDLE].c_str()); in GetSystemCpuTime()395 cpuTimeData.systemBootTime = cpuTimeData.systemUsageTime + (idle + iowait) * GetUserHz(); in GetSystemCpuTime()
625 for (let idle of filterArr) {626 dur += Math.min(m.ts + m.dur, idle.ts + idle.dur) - Math.max(m.ts, idle.ts);
78 int64_t idle; member160 …int64_t bootTime = (g_bootData.user + g_bootData.nice + g_bootData.system + g_bootData.idle + g_bo… in GetCpuData()
1477 uv_idle_t *idle = new(std::nothrow) uv_idle_t(); in IdleUvTask() local1478 if (idle == nullptr) { in IdleUvTask()1481 idle->data = data; in IdleUvTask()1482 uv_idle_init(loop, idle); in IdleUvTask()1483 uv_idle_start(idle, cb); in IdleUvTask()
51 int64_t idle; member233 time = usageTime + (stat.idle + stat.iowait) * Hz; in GetSystemCpuTime()242 int64_t bootTime = totalTime + (stat.idle + stat.iowait) * Hz; in GetCpuUsage()
796 hitrace_categories: "idle"
22628 int idle; member22652 u8 idle; member22670 int idle; member23181 struct task_struct *idle; member23594 enum cpu_idle_type idle; member