Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dparser_types.h34 struct alignas(8) InlineSchedSwitch { struct
40 static_assert(sizeof(InlineSchedSwitch) == 24); argument
/aosp_15_r20/external/perfetto/src/trace_processor/importers/ftrace/
H A Dftrace_module.cc30 const InlineSchedSwitch&) {} in ParseInlineSchedSwitch()