Home
last modified time | relevance | path

Searched refs:ConfigTable (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/include/
Dperf_events.h51 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 = {
[all …]
/developtools/hiperf/src/
Dperf_events.cpp722 ConfigTable::iterator it = configPair.first; in LoadTracepointEventTypesFromSystem()