Home
last modified time | relevance | path

Searched refs:TraceAnalyzer (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/test/
Dtrace_event_analyzer_unittest.cc83 std::unique_ptr<TraceAnalyzer> analyzer( in TEST_F()
84 TraceAnalyzer::Create(output_.json_output)); in TEST_F()
242 std::unique_ptr<TraceAnalyzer> analyzer( in TEST_F()
243 TraceAnalyzer::Create(output_.json_output)); in TEST_F()
333 std::unique_ptr<TraceAnalyzer> analyzer( in TEST_F()
334 TraceAnalyzer::Create(output_.json_output)); in TEST_F()
388 std::unique_ptr<TraceAnalyzer> analyzer( in TEST_F()
389 TraceAnalyzer::Create(output_.json_output)); in TEST_F()
438 std::unique_ptr<TraceAnalyzer> analyzer( in TEST_F()
439 TraceAnalyzer::Create(output_.json_output)); in TEST_F()
[all …]
Dtrace_event_analyzer.cc745 TraceAnalyzer::TraceAnalyzer() in TraceAnalyzer() function in trace_analyzer::TraceAnalyzer
748 TraceAnalyzer::~TraceAnalyzer() = default;
751 TraceAnalyzer* TraceAnalyzer::Create(const std::string& json_events) { in Create()
752 std::unique_ptr<TraceAnalyzer> analyzer(new TraceAnalyzer()); in Create()
758 bool TraceAnalyzer::SetEvents(const std::string& json_events) { in SetEvents()
767 void TraceAnalyzer::AssociateBeginEndEvents() { in AssociateBeginEndEvents()
780 void TraceAnalyzer::AssociateAsyncBeginEndEvents(bool match_pid) { in AssociateAsyncBeginEndEvents()
800 void TraceAnalyzer::AssociateEvents(const Query& first, in AssociateEvents()
845 void TraceAnalyzer::MergeAssociatedEventArgs() { in MergeAssociatedEventArgs()
865 size_t TraceAnalyzer::FindEvents(const Query& query, TraceEventVector* output) { in FindEvents()
[all …]
Dtrace_event_analyzer.h682 class TraceAnalyzer {
684 ~TraceAnalyzer();
688 static TraceAnalyzer* Create(const std::string& json_events)
756 TraceAnalyzer();
768 DISALLOW_COPY_AND_ASSIGN(TraceAnalyzer);
776 std::unique_ptr<TraceAnalyzer> Stop();