PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
Functions | |
void | Simulation (Software::SettingsStruct *, Software::ConfigProbesStruct *, char *, Software::SimulationStruct *) |
void | SharedData (Software::SettingsStruct *, Software::SharedDataStruct &) |
void | ThreadSimulation (Software::ThreadSimulationStruct &, Software::SettingsStruct *, char *, uint32_t, uint32_t, std::vector< uint32_t > &) |
void | Helper (Software::ConfigProbesStruct *, Software::HelperStruct &) |
void | All (CommandLineParameterStruct &, Software::ConfigProbesStruct *, Software::SettingsStruct *, std::vector< Software::SharedDataStruct > &, Software::HelperStruct &, std::vector< Software::ThreadSimulationStruct > &) |
bool | IsEmptyOrBlank (const std::string &s) |
void Software::Prepare::All | ( | CommandLineParameterStruct & | , |
Software::ConfigProbesStruct * | , | ||
Software::SettingsStruct * | , | ||
std::vector< Software::SharedDataStruct > & | , | ||
Software::HelperStruct & | , | ||
std::vector< Software::ThreadSimulationStruct > & | |||
) |
void Software::Prepare::Helper | ( | Software::ConfigProbesStruct * | , |
Software::HelperStruct & | |||
) |
bool Software::Prepare::IsEmptyOrBlank | ( | const std::string & | s | ) |
void Software::Prepare::SharedData | ( | Software::SettingsStruct * | , |
Software::SharedDataStruct & | |||
) |
void Software::Prepare::Simulation | ( | Software::SettingsStruct * | , |
Software::ConfigProbesStruct * | , | ||
char * | , | ||
Software::SimulationStruct * | |||
) |
void Software::Prepare::ThreadSimulation | ( | Software::ThreadSimulationStruct & | , |
Software::SettingsStruct * | , | ||
char * | , | ||
uint32_t | , | ||
uint32_t | , | ||
std::vector< uint32_t > & | |||
) |