Searched refs:hasAppName (Results 1 – 2 of 2) sorted by relevance
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_mem_parser.h | 69 …uint32_t ParseSmapsPathTypeBySuffix(bool hasX, const std::string& path, const bool hasAppName) con… 70 …uint32_t ParseSmapsPathTypeByPrefix(bool hasX, const std::string& path, const bool hasAppName) con… 82 const bool hasAppName) const;
|
| D | htrace_mem_parser.cpp | 200 …Parser::ParseSmapsPathTypeByPrefix(bool hasX, const std::string& path, const bool hasAppName) const in ParseSmapsPathTypeByPrefix() 204 if (StartWith(path, "/data/app/") || hasAppName) { in ParseSmapsPathTypeByPrefix() 210 … if (StartWith(path, "[anon:.bss]/data/app/") || StartWith(path, "/data/app/") || hasAppName) { in ParseSmapsPathTypeByPrefix() 219 …Parser::ParseSmapsPathTypeBySuffix(bool hasX, const std::string& path, const bool hasAppName) const in ParseSmapsPathTypeBySuffix() 223 return hasX ? (hasAppName ? static_cast<uint32_t>(SmapsMemType::SMAPS_MEM_TYPE_CODE_APP) in ParseSmapsPathTypeBySuffix() 225 : (hasAppName ? static_cast<uint32_t>(SmapsMemType::SMAPS_MEM_TYPE_DATA_APP) in ParseSmapsPathTypeBySuffix() 233 const bool hasAppName) const in ParseSmapsBlockDetail() 236 auto type = ParseSmapsPathTypeByPrefix(hasX, path, hasAppName); in ParseSmapsBlockDetail() 240 type = ParseSmapsPathTypeBySuffix(hasX, path, hasAppName); in ParseSmapsBlockDetail() 251 return hasAppName ? static_cast<uint32_t>(SmapsMemType::SMAPS_MEM_TYPE_DATA_APP) in ParseSmapsBlockDetail() [all …]
|