Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/traceconv/
H A Dpprof_reader.cc132 const std::string& last_function_name) const { in get_samples()
133 const uint64_t location_id = find_location_id(last_function_name); in get_samples()
171 const std::string& last_function_name, in get_samples_value_sum() argument
174 const auto samples = get_samples(last_function_name); in get_samples_value_sum()
H A Dpprof_reader.h46 const std::string& last_function_name) const;
56 int64_t get_samples_value_sum(const std::string& last_function_name,
H A Dtrace_to_pprof_integrationtest.cc69 const std::string& last_function_name) { in get_samples_function_names() argument
70 const auto samples = pprof.get_samples(last_function_name); in get_samples_function_names()