Searched refs:thread_descs (Results 1 – 1 of 1) sorted by relevance
1853 std::vector<perfetto::protos::gen::TrackDescriptor> thread_descs; in TEST_P() local1860 thread_descs.push_back(packet.track_descriptor()); in TEST_P()1885 ASSERT_EQ(2u, thread_descs.size()); in TEST_P()1886 EXPECT_EQ("TestThread", thread_descs[0].name()); in TEST_P()1887 EXPECT_NE(0, thread_descs[0].thread().pid()); in TEST_P()1888 EXPECT_NE(0, thread_descs[0].thread().tid()); in TEST_P()1889 EXPECT_EQ("TestThread", thread_descs[1].name()); in TEST_P()1890 EXPECT_NE(0, thread_descs[1].thread().pid()); in TEST_P()1891 EXPECT_NE(0, thread_descs[1].thread().tid()); in TEST_P()