Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dcompact_sched.cc171 CompactSchedEventFormat ValidateFormatForCompactSched( in ValidateFormatForCompactSched()
188 return CompactSchedEventFormat{/*format_valid=*/true, switch_format.value(), in ValidateFormatForCompactSched()
192 return CompactSchedEventFormat{/*format_valid=*/false, in ValidateFormatForCompactSched()
198 CompactSchedEventFormat InvalidCompactSchedEventFormatForTesting() { in InvalidCompactSchedEventFormatForTesting()
199 return CompactSchedEventFormat{/*format_valid=*/false, in InvalidCompactSchedEventFormatForTesting()
207 const CompactSchedEventFormat& compact_format) { in CreateCompactSchedConfig()
Dcompact_sched.h66 struct CompactSchedEventFormat { struct
74 CompactSchedEventFormat ValidateFormatForCompactSched( argument
78 CompactSchedEventFormat InvalidCompactSchedEventFormatForTesting();
92 const CompactSchedEventFormat& compact_format);
Dproto_translation_table.h104 CompactSchedEventFormat compact_sched_format,
181 const CompactSchedEventFormat& compact_sched_format() const { in compact_sched_format()
213 CompactSchedEventFormat compact_sched_format_;
Dproto_translation_table.cc504 CompactSchedEventFormat compact_sched = in Create()
521 CompactSchedEventFormat compact_sched_format, in ProtoTranslationTable()
Dproto_translation_table_unittest.cc277 const CompactSchedEventFormat& format = table->compact_sched_format(); in TEST()
312 const CompactSchedEventFormat& format = table->compact_sched_format(); in TEST()
Dftrace_config_muxer_unittest.cc113 CompactSchedEventFormat compact_sched_format) in MockProtoTranslationTable()
199 CompactSchedEventFormat compact_format = in CreateFakeTable()
294 auto valid_compact_format = CompactSchedEventFormat{ in TEST_F()