Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dproto_translation_table.h103 CompactSchedEventFormat compact_sched_format,
165 const CompactSchedEventFormat& compact_sched_format() const { in compact_sched_format() function
Dproto_translation_table.cc480 CompactSchedEventFormat compact_sched_format, in ProtoTranslationTable() argument
487 compact_sched_format_(compact_sched_format), in ProtoTranslationTable()
Dproto_translation_table_unittest.cc272 const CompactSchedEventFormat& format = table->compact_sched_format(); in TEST()
307 const CompactSchedEventFormat& format = table->compact_sched_format(); in TEST()
Dcpu_reader.cc575 table->compact_sched_format().sched_switch; in ParsePagePayload()
577 table->compact_sched_format().sched_waking; in ParsePagePayload()
Dftrace_config_muxer_unittest.cc82 CompactSchedEventFormat compact_sched_format) in MockProtoTranslationTable() argument
87 compact_sched_format, in MockProtoTranslationTable()
Dftrace_config_muxer.cc517 CreateCompactSchedConfig(request, table_->compact_sched_format()); in SetupConfig()