Searched refs:dso_name (Results 1 – 3 of 3) sorted by relevance
50 string dso_name = event.dso_and_offset.dso_name(); in RawPerfDataToAndroidPerfProfile() local52 if (dso_name == "[kernel.kallsyms]_text") { in RawPerfDataToAndroidPerfProfile()54 dso_name = "[kernel.kallsyms]"; in RawPerfDataToAndroidPerfProfile()60 name_profile_map[program_name][dso_name].address_count_map[ in RawPerfDataToAndroidPerfProfile()64 if (dso_name == event.branch_stack[i - 1].to.dso_name()) { in RawPerfDataToAndroidPerfProfile()73 name_profile_map[program_name][dso_name].range_count_map[ in RawPerfDataToAndroidPerfProfile()
25 std::string dso_name; member38 ASSERT_EQ(expected.dso_name, sample.map->dso->Path()); in SampleMatchExpectation()
70 const string dso_name() const { in dso_name() function