Home
last modified time | relevance | path

Searched refs:idle (Results 1 – 15 of 15) sorted by relevance

/developtools/smartperf_host/trace_streamer/test/resource/
Dut_bytrace_input_full.txt22 <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 …]
Dut_bytrace_input_thread.txt15 …<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/smartperf_host/ide/src/doc/md/
Dquickstart_schedulinganalysis.md49 点击 CPU Idle 饼图,可以跳转到某 CPU 的 idle 分析的详细数据,以饼图和表格的形式展示。
53 - idleidle值。
Dquickstart_web_record.md23 - CPU Frequency and idle states: CPU 频率信息和 CPU 空闲状态。
/developtools/profiler/device/plugins/process_plugin/test/resources/proc/11/
Dstatus3 State: I (idle)
/developtools/profiler/device/plugins/memory_plugin/test/utresources/proc/11/
Dstatus3 State: I (idle)
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/
DCPU.ets122 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) {
/developtools/bytrace/script/
Dbytrace_capture.bat17 …iceprofile dscreen dinput dhfwk accessibility dsched samgr ohos ace workq idle app ark ability bin…
/developtools/profiler/device/plugins/cpu_plugin/src/
Dcpu_data_plugin.cpp378 int64_t idle = 0; in GetSystemCpuTime() local
386 idle = atoi(cpuUsageVec[SYSTEM_IDLE].c_str()); in GetSystemCpuTime()
395 cpuTimeData.systemBootTime = cpuTimeData.systemUsageTime + (idle + iowait) * GetUserHz(); in GetSystemCpuTime()
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerSchedulingAnalysis.ts625 for (let idle of filterArr) {
626 dur += Math.min(m.ts + m.dur, idle.ts + idle.dur) - Math.max(m.ts, idle.ts);
/developtools/profiler/device/plugins/process_plugin/test/unittest/
Dprocess_plugin_unittest.cpp78 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/
Dbase.cpp1477 uv_idle_t *idle = new(std::nothrow) uv_idle_t(); in IdleUvTask() local
1478 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()
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
Dcpu_data_plugin_unittest.cpp51 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/
DREADME_zh.md796 hitrace_categories: "idle"
/developtools/profiler/hiebpf/include/
Dvmlinux.h22628 int idle; member
22652 u8 idle; member
22670 int idle; member
23181 struct task_struct *idle; member
23594 enum cpu_idle_type idle; member