Searched refs:TYPE_CONFIGS (Results 1 – 3 of 3) sorted by relevance
277 static std::map<perf_type_id, ConfigTable> TYPE_CONFIGS = { variable446 auto typeConfigs = TYPE_CONFIGS.find(type_id); in GetStaticConfigName()447 if (typeConfigs != TYPE_CONFIGS.end()) { in GetStaticConfigName()454 TYPE_CONFIGS.size(), configs.size()); in GetStaticConfigName()456 for (auto types : TYPE_CONFIGS) { in GetStaticConfigName()461 HLOGW("type not found for %d in %zu", type_id, TYPE_CONFIGS.size()); in GetStaticConfigName()
252 for (auto type : TYPE_CONFIGS) { in AddEvent()675 auto configTable = TYPE_CONFIGS.find(type); in GetSupportEvents()676 if (configTable != TYPE_CONFIGS.end()) { in GetSupportEvents()717 auto typeConfigs = TYPE_CONFIGS.find(PERF_TYPE_TRACEPOINT); in LoadTracepointEventTypesFromSystem()718 HLOG_ASSERT(typeConfigs != TYPE_CONFIGS.end()); in LoadTracepointEventTypesFromSystem()
418 for (auto type : TYPE_CONFIGS) { in TestEvents()