Searched refs:ValidateHasSamples (Results 1 – 1 of 1) sorted by relevance
/external/perfetto/src/profiling/memory/ |
D | heapprofd_end_to_end_test.cc | 733 void ValidateHasSamples(TraceProcessorTestHelper* helper, in ValidateHasSamples() function in perfetto::profiling::__anonec3afa220111::HeapprofdEndToEnd 824 ValidateHasSamples(helper.get(), pid, allocator_name(), kSamplingInterval); in TEST_P() 851 ValidateHasSamples(helper.get(), pid, "secondary", kSamplingInterval); in TEST_P() 852 ValidateHasSamples(helper.get(), pid, allocator_name(), kSamplingInterval); in TEST_P() 879 ValidateHasSamples(helper.get(), pid, "secondary", kSamplingInterval); in TEST_P() 880 ValidateHasSamples(helper.get(), pid, allocator_name(), kSamplingInterval); in TEST_P() 1178 ValidateHasSamples(helper.get(), pid, allocator_name(), kSamplingInterval); in TEST_P() 1180 ValidateHasSamples(helper.get(), static_cast<uint64_t>(pid2), in TEST_P() 1202 ValidateHasSamples(helper.get(), pid, allocator_name(), kSamplingInterval); in TEST_P() 1503 ValidateHasSamples(helper.get(), pid, allocator_name(), kSamplingInterval); in TEST_P() [all …]
|