Searched refs:ConfigTable (Results 1 – 2 of 2) sorted by relevance
51 using ConfigTable = std::map<__u64, const std::string>; variable52 using SharedConfigTable = std::unique_ptr<ConfigTable>;60 static const ConfigTable PERF_HW_CONFIGS = {72 static const ConfigTable PERF_HW_CACHE_CONFIGS = {78 static const ConfigTable PERF_HW_CACHE_OP_CONFIGS = {83 static const ConfigTable PERF_HW_CACHE_OP_RESULT_CONFIGS = {87 static const ConfigTable PERF_SW_CONFIGS = {100 static const ConfigTable PERF_RAW_CONFIGS = {265 static ConfigTable PERF_TRACEPOINT_CONFIGS = {277 static std::map<perf_type_id, ConfigTable> TYPE_CONFIGS = {[all …]
722 ConfigTable::iterator it = configPair.first; in LoadTracepointEventTypesFromSystem()