Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/traceconv/
H A Dpprof_reader.h39 std::vector<std::string> get_sample_function_names(
H A Dtrace_to_pprof_integrationtest.cc73 samples_function_names.push_back(pprof.get_sample_function_names(sample)); in get_samples_function_names()
H A Dpprof_reader.cc114 std::vector<std::string> PprofProfileReader::get_sample_function_names( in get_sample_function_names() function in perfetto::pprof::PprofProfileReader