Searched refs:get_samples_function_names (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/perfetto/src/traceconv/ |
H A D | trace_to_pprof_integrationtest.cc | 67 std::vector<std::vector<std::string>> get_samples_function_names( in get_samples_function_names() function 101 EXPECT_THAT(get_samples_function_names(pprof, "Foo"), in TEST_F() 109 EXPECT_THAT(get_samples_function_names(pprof, "LeftChild0"), in TEST_F() 112 EXPECT_THAT(get_samples_function_names(pprof, "LeftChild1"), in TEST_F() 115 EXPECT_THAT(get_samples_function_names(pprof, "RightChild0"), in TEST_F() 118 EXPECT_THAT(get_samples_function_names(pprof, "RightChild1"), in TEST_F() 172 EXPECT_THAT(get_samples_function_names( in TEST_F()
|