Home
last modified time | relevance | path

Searched refs:wakeup (Results 1 – 19 of 19) sorted by relevance

/developtools/smartperf_host/trace_streamer/doc/
Ddes_wakeup.md1 # 关于wakeup事件和waking事件的处理说明
2 对于trace事件的waking和wakeup处理,我们的策略如下:
3 waking是开始唤醒线程,wakeup是线程正式被唤醒,进入runnable(可运行状态);
Ddes_tables.md116 |instant | - |ftrace-plugin |waking和wakeup事件 |
579 记录了系统中的waking和wakeup事件。
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts1266 let wakeup = await queryRunnableTimeByRunning(data.tid!, data.startTime); variable
1267 if (wakeup && wakeup[0]) {
1268 let wakeupTs = wakeup[0].ts as number;
1291 let wakeup = await queryRunnableTimeByRunning(data.tid!, data.ts!); variable
1292 if (wakeup && wakeup[0]) {
1293 let wakeupTs = wakeup[0].ts as number;
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Dftrace.proto105 // /sys/kernel/debug/tracing/events/ftrace/wakeup/format
Dsunrpc.proto193 uint64 wakeup = 3; field
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dprintk_formats_parser_test.cpp41 0xc0aff2a9 : "CPU wakeup interrupts"
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dftrace.proto105 // /sys/kernel/debug/tracing/events/ftrace/wakeup/format
Dsunrpc.proto193 uint64 wakeup = 3; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dftrace.proto105 // /sys/kernel/debug/tracing/events/ftrace/wakeup/format
Dsunrpc.proto193 uint64 wakeup = 3; field
/developtools/smartperf_host/ide/src/trace/database/ui-worker/cpu/
DProcedureWorkerCPU.ts98 …let wakeup = req.type == `cpu-data-${CpuStruct.selectCpuStruct?.cpu || 0}` ? CpuStruct.selectCpuSt…
99 …drawWakeUp(req.ctx, CpuStruct.wakeupBean, startNS, endNS, totalNS, row.frame, wakeup, currentCpu, …
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_parsers/
Dftrace_ftrace_event_parser.cpp260 REGISTER_FTRACE_EVENT_PARSE_FUNCTION(wakeup,
265 REGISTER_FTRACE_EVENT_PARSE_ENCODER_FUNCTION(wakeup,
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerCommon.ts1777 wakeup: WakeupBean | undefined = undefined,
1801 if (wakeup) {
1802 drawWakeUpListIfWakeUp(wakeUpListContext, wake, startNS, endNS, totalNS, frame, wakeup, x1);
1817 wakeup: any,
1820 let x2 = Math.floor(ns2x(wakeup.ts || 0, startNS, endNS, totalNS, frame));
1826 let s = ns2s((wakeup.ts || 0) - (wake.wakeupTime || 0));
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/
Dftrace_ftrace_event_formatter.cpp273 wakeup,
Dftrace_sunrpc_event_formatter.cpp454 msg.wakeup()); in __anon278440b02702()
/developtools/profiler/device/plugins/ftrace_plugin/tools/
Dallowlist.txt196 ftrace/wakeup
/developtools/smartperf_host/ide/src/doc/md/
Ddes_tables.md122 | instant | - | ftrace-plugin | waking 和 wakeup 事件 …
701 记录了系统中的 waking 和 wakeup 事件。
/developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/
Dperf_event.h.patch118 __u32 wakeup_events; /* wakeup every n events */
/developtools/profiler/hiebpf/include/
Dvmlinux.h5119 struct wakeup_source *wakeup; member
7125 long unsigned int wakeup; member
16642 struct acpi_device_wakeup wakeup; member
35693 local_t wakeup; member
69054 unsigned int wakeup; member
70488 int wakeup; member
91821 int wakeup; member
98015 bool (*wakeup)(void *); member
120437 bool wakeup; member
120512 bool wakeup; member
[all …]