Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/android_bugreport/
H A Dandroid_log_unittest.cc58 ParseAndroidLogEvent,
102 ParseAndroidLogEvent( in TEST_F()
107 ParseAndroidLogEvent( in TEST_F()
112 ParseAndroidLogEvent( in TEST_F()
117 ParseAndroidLogEvent( in TEST_F()
122 ParseAndroidLogEvent( in TEST_F()
146 ParseAndroidLogEvent( in TEST_F()
151 ParseAndroidLogEvent( in TEST_F()
156 ParseAndroidLogEvent( in TEST_F()
161 ParseAndroidLogEvent( in TEST_F()
[all …]
H A Dandroid_log_event_parser_impl.h35 void ParseAndroidLogEvent(int64_t, AndroidLogEvent) override;
H A Dandroid_log_event_parser_impl.cc31 void AndroidLogEventParserImpl::ParseAndroidLogEvent(int64_t ts, in ParseAndroidLogEvent() function in perfetto::trace_processor::AndroidLogEventParserImpl
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dandroid_probes_parser.h40 void ParseAndroidLogEvent(ConstBytes);
H A Dandroid_probes_parser.cc266 ParseAndroidLogEvent(*it); in ParseAndroidLogPacket()
272 void AndroidProbesParser::ParseAndroidLogEvent(ConstBytes blob) { in ParseAndroidLogEvent() function in perfetto::trace_processor::AndroidProbesParser
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dtrace_parser.h104 virtual void ParseAndroidLogEvent(int64_t, AndroidLogEvent) = 0;
/aosp_15_r20/external/perfetto/src/trace_processor/sorter/
H A Dtrace_sorter.cc265 context.android_log_event_parser->ParseAndroidLogEvent( in ParseTracePacket()