Searched refs:TYPE_CONFIGS (Results 1 – 3 of 3) sorted by relevance
276 static std::map<perf_type_id, ConfigTable> TYPE_CONFIGS = { variable445 auto typeConfigs = TYPE_CONFIGS.find(type_id); in GetStaticConfigName()446 if (typeConfigs != TYPE_CONFIGS.end()) { in GetStaticConfigName()453 TYPE_CONFIGS.size(), configs.size()); in GetStaticConfigName()455 for (auto types : TYPE_CONFIGS) { in GetStaticConfigName()460 HLOGW("type not found for %d in %zu", type_id, TYPE_CONFIGS.size()); in GetStaticConfigName()
252 for (auto type : TYPE_CONFIGS) { in AddEvent()680 auto configTable = TYPE_CONFIGS.find(type); in GetSupportEvents()681 if (configTable != TYPE_CONFIGS.end()) { in GetSupportEvents()723 auto typeConfigs = TYPE_CONFIGS.find(PERF_TYPE_TRACEPOINT); in LoadTracepointEventTypesFromSystem()724 HLOG_ASSERT(typeConfigs != TYPE_CONFIGS.end()); in LoadTracepointEventTypesFromSystem()
419 for (auto type : TYPE_CONFIGS) { in TestEvents()