Home
last modified time | relevance | path

Searched refs:NotifyEndOfFile (Results 1 – 25 of 84) sorted by relevance

1234

/external/perfetto/src/trace_processor/
Dtrace_database_integrationtest.cc55 ASSERT_OK(processor->NotifyEndOfFile()); in TEST()
78 ASSERT_OK(processor->NotifyEndOfFile()); in TEST()
93 ASSERT_OK(processor->NotifyEndOfFile()); in TEST()
127 return NotifyEndOfFile(); in LoadTrace()
129 base::Status NotifyEndOfFile() { return processor_->NotifyEndOfFile(); } in NotifyEndOfFile() function in perfetto::trace_processor::__anon1d9e878d0111::TraceProcessorIntegrationTest
293 ASSERT_OK(NotifyEndOfFile()); in TEST_F()
308 ASSERT_OK(NotifyEndOfFile()); in TEST_F()
417 ASSERT_OK(NotifyEndOfFile()); in TEST_F()
423 ASSERT_OK(NotifyEndOfFile()); in TEST_F()
472 ASSERT_OK(NotifyEndOfFile()); in TEST_F()
[all …]
Dtrace_processor_storage_impl.cc111 base::Status TraceProcessorStorageImpl::NotifyEndOfFile() { in NotifyEndOfFile() function in perfetto::trace_processor::TraceProcessorStorageImpl
119 RETURN_IF_ERROR(parser_->NotifyEndOfFile()); in NotifyEndOfFile()
123 module->NotifyEndOfFile(); in NotifyEndOfFile()
126 PacketAnalyzer::Get(&context_)->NotifyEndOfFile(); in NotifyEndOfFile()
132 context_.process_tracker->NotifyEndOfFile(); in NotifyEndOfFile()
Dread_trace.cc63 base::Status NotifyEndOfFile() override { return base::OkStatus(); } in NotifyEndOfFile() function in perfetto::trace_processor::__anonc2afdff10111::SerializingProtoTraceReader
81 return tp->NotifyEndOfFile(); in ReadTrace()
98 return parser.NotifyEndOfFile(); in DecompressTrace()
Dstorage_minimal_smoke_test.cc59 ASSERT_OK(storage_->NotifyEndOfFile()); in TEST_F()
93 ASSERT_OK(storage_->NotifyEndOfFile()); in TEST_F()
Dforwarding_trace_parser.cc176 base::Status ForwardingTraceParser::NotifyEndOfFile() { in NotifyEndOfFile() function in perfetto::trace_processor::ForwardingTraceParser
178 RETURN_IF_ERROR(reader_->NotifyEndOfFile()); in NotifyEndOfFile()
Dtrace_processor_storage_impl.h38 base::Status NotifyEndOfFile() override;
Dminimal_shell.cc37 RETURN_IF_ERROR(tp->NotifyEndOfFile()); in MinimalMain()
Dforwarding_trace_parser.h40 [[nodiscard]] base::Status NotifyEndOfFile() override;
/external/perfetto/src/trace_processor/importers/proto/
Dmemory_tracker_snapshot_module.cc45 void MemoryTrackerSnapshotModule::NotifyEndOfFile() { in NotifyEndOfFile() function in perfetto::trace_processor::MemoryTrackerSnapshotModule
46 parser_.NotifyEndOfFile(); in NotifyEndOfFile()
Dtrack_event_module.cc120 void TrackEventModule::NotifyEndOfFile() { in NotifyEndOfFile() function in perfetto::trace_processor::TrackEventModule
121 parser_.NotifyEndOfFile(); in NotifyEndOfFile()
Dmemory_tracker_snapshot_module.h39 void NotifyEndOfFile() override;
Dpacket_analyzer.h48 virtual void NotifyEndOfFile() = 0;
Dheap_graph_module.h40 void NotifyEndOfFile() override;
/external/perfetto/src/trace_processor/importers/art_method/
Dart_method_tokenizer.h46 base::Status NotifyEndOfFile() override;
62 base::Status NotifyEndOfFile() const;
86 base::Status NotifyEndOfFile();
Dart_method_tokenizer.cc380 base::Status ArtMethodTokenizer::Streaming::NotifyEndOfFile() { in NotifyEndOfFile() function in perfetto::trace_processor::art_method::ArtMethodTokenizer::Streaming
467 base::Status ArtMethodTokenizer::NonStreaming::NotifyEndOfFile() const { in NotifyEndOfFile() function in perfetto::trace_processor::art_method::ArtMethodTokenizer::NonStreaming
611 base::Status ArtMethodTokenizer::NotifyEndOfFile() { in NotifyEndOfFile() function in perfetto::trace_processor::art_method::ArtMethodTokenizer
616 return std::get<Streaming>(sub_parser_).NotifyEndOfFile(); in NotifyEndOfFile()
618 return std::get<NonStreaming>(sub_parser_).NotifyEndOfFile(); in NotifyEndOfFile()
/external/perfetto/src/trace_processor/importers/archive/
Dzip_trace_reader.cc53 base::Status ZipTraceReader::NotifyEndOfFile() { in NotifyEndOfFile() function in perfetto::trace_processor::ZipTraceReader
86 RETURN_IF_ERROR(parser.NotifyEndOfFile()); in NotifyEndOfFile()
Dgzip_trace_parser.cc128 base::Status GzipTraceParser::NotifyEndOfFile() { in NotifyEndOfFile() function in perfetto::trace_processor::GzipTraceParser
133 return inner_ ? inner_->NotifyEndOfFile() : base::OkStatus(); in NotifyEndOfFile()
Dzip_trace_reader.h44 base::Status NotifyEndOfFile() override;
/external/perfetto/src/trace_processor/importers/common/
Dchunked_trace_reader.h41 [[nodiscard]] virtual base::Status NotifyEndOfFile() = 0;
/external/perfetto/src/trace_processor/importers/gecko/
Dgecko_trace_tokenizer.h34 base::Status NotifyEndOfFile() override;
/external/perfetto/src/trace_processor/importers/instruments/
Dinstruments_xml_tokenizer.h34 [[nodiscard]] base::Status NotifyEndOfFile() override;
/external/perfetto/include/perfetto/trace_processor/
Dtrace_processor_storage.h61 virtual base::Status NotifyEndOfFile() = 0;
/external/perfetto/src/trace_processor/importers/perf_text/
Dperf_text_trace_tokenizer.h36 base::Status NotifyEndOfFile() override;
/external/perfetto/src/trace_processor/importers/android_bugreport/
Dchunked_line_reader.h32 base::Status NotifyEndOfFile() final;
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_trace_parser.h39 base::Status NotifyEndOfFile() override;

1234