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.cc156 CompactSchedEventFormat ValidateFormatForCompactSched( in ValidateFormatForCompactSched()
172 return CompactSchedEventFormat{/*format_valid=*/true, switch_format.value(), in ValidateFormatForCompactSched()
176 return CompactSchedEventFormat{/*format_valid=*/false, in ValidateFormatForCompactSched()
182 CompactSchedEventFormat InvalidCompactSchedEventFormatForTesting() { in InvalidCompactSchedEventFormatForTesting()
183 return CompactSchedEventFormat{/*format_valid=*/false, in InvalidCompactSchedEventFormatForTesting()
193 const CompactSchedEventFormat& compact_format) { in CreateCompactSchedConfig()
Dcompact_sched.h64 struct CompactSchedEventFormat { struct
72 CompactSchedEventFormat ValidateFormatForCompactSched( argument
75 CompactSchedEventFormat InvalidCompactSchedEventFormatForTesting();
88 const CompactSchedEventFormat& compact_format);
Dproto_translation_table.h103 CompactSchedEventFormat compact_sched_format,
165 const CompactSchedEventFormat& compact_sched_format() const { in compact_sched_format()
192 CompactSchedEventFormat compact_sched_format_;
Dproto_translation_table.cc464 CompactSchedEventFormat compact_sched = ValidateFormatForCompactSched(events); in Create()
480 CompactSchedEventFormat 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()
Dftrace_config_muxer_unittest.cc82 CompactSchedEventFormat compact_sched_format) in MockProtoTranslationTable()
111 CompactSchedEventFormat compact_format = in CreateFakeTable()
871 CompactSchedEventFormat{/*format_valid=*/true, CompactSchedSwitchFormat{}, in TEST_F()