Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader.cc574 const CompactSchedSwitchFormat& sched_switch_format = in ParsePagePayload() local
581 ftrace_event_id == sched_switch_format.event_id) { in ParsePagePayload()
582 if (event_size < sched_switch_format.size) in ParsePagePayload()
585 ParseSchedSwitchCompact(start, timestamp, &sched_switch_format, in ParsePagePayload()