Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/
Dss_to_dcdtree.h64 bool createPEDecoder(const std::string &coreName, Parser::Parsed *devSrc);
66 …bool createETMv4Decoder(const std::string &coreName, Parser::Parsed *devSrc, const bool bDataChann…
67 bool createETMv3Decoder(const std::string &coreName, Parser::Parsed *devSrc);
68 bool createPTMDecoder(const std::string &coreName, Parser::Parsed *devSrc);
69 bool createETEDecoder(const std::string &coreName, Parser::Parsed *devSrc);
73 bool createSTDecoder(Parser::Parsed *devSrc);
75 bool createSTMDecoder(Parser::Parsed *devSrc);
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dss_to_dcdtree.cpp218 bool CreateDcdTreeFromSnapShot::createPEDecoder(const std::string &coreName, Parser::Parsed *devSrc) in createPEDecoder() argument
221 std::string devTypeName = devSrc->deviceTypeName; in createPEDecoder()
231 bCreatedDecoder = createETMv4Decoder(coreName,devSrc); in createPEDecoder()
235 bCreatedDecoder = createETMv3Decoder(coreName,devSrc); in createPEDecoder()
239 bCreatedDecoder = createPTMDecoder(coreName,devSrc); in createPEDecoder()
243 bCreatedDecoder = createETEDecoder(coreName, devSrc); in createPEDecoder()
250 …napShot::createETMv4Decoder(const std::string &coreName, Parser::Parsed *devSrc, const bool bDataC… in createETMv4Decoder() argument
273 …configOK = getRegisters(devSrc->regDefs,sizeof(regs_to_access)/sizeof(regs_to_access_t), regs_to_a… in createETMv4Decoder()
300 …ol CreateDcdTreeFromSnapShot::createETEDecoder(const std::string &coreName, Parser::Parsed *devSrc) in createETEDecoder() argument
320 …configOK = getRegisters(devSrc->regDefs, sizeof(regs_to_access) / sizeof(regs_to_access_t), regs_t… in createETEDecoder()
[all …]