Home
last modified time | relevance | path

Searched defs:InlineSchedSwitch (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/trace_processor/importers/common/
Dparser_types.h29 struct alignas(8) InlineSchedSwitch { struct
30 int64_t prev_state;
31 int32_t next_pid;
32 int32_t next_prio;
33 StringPool::Id next_comm;
Dtrace_parser.cc44 void TraceParser::ParseInlineSchedSwitch(uint32_t, int64_t, InlineSchedSwitch) { in ParseInlineSchedSwitch() argument
/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_module.cc30 const InlineSchedSwitch&) {} in ParseInlineSchedSwitch()