Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_stat.cpp224 std::string other_name; in GetCommentForSummary() local
226 other_name = "cache-references"; in GetCommentForSummary()
228 other_name = "branch-instructions"; in GetCommentForSummary()
230 other_name = in GetCommentForSummary()
233 const CounterSummary* other = FindSummary(other_name, s.modifier); in GetCommentForSummary()