Home
last modified time | relevance | path

Searched refs:softirq (Results 1 – 8 of 8) sorted by relevance

/developtools/profiler/device/plugins/cpu_plugin/test/resources/proc/
Dstat14 softirq 2254950393 2090427 450858980 2885663 985716628 59484869 0 134917257 208251538 45883 4106991…
/developtools/profiler/device/plugins/process_plugin/test/resources/proc/
Dstat14 softirq 2254950393 2090427 450858980 2885663 985716628 59484869 0 134917257 208251538 45883 4106991…
/developtools/profiler/device/plugins/cpu_plugin/src/
Dcpu_data_plugin.cpp372 int64_t softirq = 0; in GetSystemCpuTime() local
380 softirq = atoi(cpuUsageVec[SYSTEM_SOFTIRQ].c_str()); in GetSystemCpuTime()
385 cpuTimeData.systemUsageTime = (user + nice + system + irq + softirq + steal) * GetUserHz(); in GetSystemCpuTime()
/developtools/profiler/device/plugins/process_plugin/test/unittest/
Dprocess_plugin_unittest.cpp81 int64_t softirq; member
161 + g_bootData.irq + g_bootData.softirq + g_bootData.steal) * Hz; in GetCpuData()
/developtools/profiler/host/smartperf/trace_streamer/test/resource/
Dut_bytrace_input_thread.txt8 # | / _---=> hardirq/softirq
Dut_bytrace_input_full.txt8 # | / _---=> hardirq/softirq
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
Dcpu_data_plugin_unittest.cpp54 int64_t softirq; member
232 usageTime = (stat.user + stat.nice + stat.system + stat.irq + stat.softirq + stat.steal) * Hz; in GetSystemCpuTime()
241 …int64_t totalTime = (stat.user + stat.nice + stat.system + stat.irq + stat.softirq + stat.steal) *… in GetCpuUsage()
/developtools/profiler/host/smartperf/trace_streamer/doc/
Ddes_tables.md518 cat:调用栈数据类型(取值范围:irq,softirq...)