Home
last modified time | relevance | path

Searched refs:source_core_assoc (Results 1 – 3 of 3) sorted by relevance

/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dss_to_dcdtree.cpp112 std::map<std::string, std::string>::iterator it = tree.source_core_assoc.begin(); in createDecodeTree()
114 while(it != tree.source_core_assoc.end()) in createDecodeTree()
175 it = tree.source_core_assoc.end(); in createDecodeTree()
Dsnapshot_parser.cpp796 buffer_data.source_core_assoc[sbit->first] = metadata.cpu_source_assoc[sbit->first]; in ExtractSourceTree()
/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/
Dsnapshot_parser.h126 …std::map<std::string, std::string> source_core_assoc; // list of source names attached to core … member