Searched refs:thread_descs (Results 1 – 1 of 1) sorted by relevance
1315 std::vector<perfetto::protos::gen::TrackDescriptor> thread_descs; in TEST_P() local1322 thread_descs.push_back(packet.track_descriptor()); in TEST_P()1347 EXPECT_EQ(2u, thread_descs.size()); in TEST_P()1348 EXPECT_EQ("TestThread", thread_descs[0].name()); in TEST_P()1349 EXPECT_NE(0, thread_descs[0].thread().pid()); in TEST_P()1350 EXPECT_NE(0, thread_descs[0].thread().tid()); in TEST_P()1351 EXPECT_EQ("TestThread", thread_descs[1].name()); in TEST_P()1352 EXPECT_NE(0, thread_descs[1].thread().pid()); in TEST_P()1353 EXPECT_NE(0, thread_descs[1].thread().tid()); in TEST_P()