HomeSort by relevance Sort by last modified time
    Searched full:name_profile_map (Results 1 - 1 of 1) sorted by null

  /system/extras/perfprofd/
perf_data_converter.cc 71 // name_profile_map will become stale (e.g. keep these two
73 ProgramProfileMap name_profile_map; local
103 name_profile_map[program_name][dso_name].callchain_count_map[cc]++;
107 name_profile_map[program_name][dso_name].address_count_map[
110 name_profile_map[program_name][dso_name].address_count_map[
123 name_profile_map[program_name][dso_name].range_count_map[
130 for (const auto &program_profile : name_profile_map) {
156 for (const auto &program_profile : name_profile_map) {

Completed in 53 milliseconds