Lines Matching refs:ConfigTable
51 using ConfigTable = std::map<__u64, const std::string>; variable
52 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 = {
548 ConfigTable traceConfigTable;