Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dproto_translation_table.cc394 uint16_t common_fields_end = 0; in Create() local
444 common_fields_end = in Create()
452 event.size = std::max<uint16_t>(fields_end, common_fields_end); in Create()