Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc1644 std::unique_ptr<TraceProcessorTestHelper> helper_concurrent( in TEST_P() local
1646 helper_concurrent->ConnectConsumer(); in TEST_P()
1647 helper_concurrent->WaitForConsumerConnect(); in TEST_P()
1648 helper_concurrent->StartTracing(trace_config); in TEST_P()
1654 ReadAndWait(helper_concurrent.get()); in TEST_P()
1655 WRITE_TRACE(helper_concurrent->trace()); in TEST_P()
1656 PrintStats(helper_concurrent.get()); in TEST_P()
1664 ValidateOnlyPID(helper_concurrent.get(), pid); in TEST_P()
1665 ValidateRejectedConcurrent(helper_concurrent.get(), pid, true); in TEST_P()