#include <string>#include <unordered_set>Go to the source code of this file.
Namespaces | |
| btf | |
Enumerations | |
| enum class | btf::EntityTypes { btf::core , btf::os , btf::task , btf::isr , btf::stimulus , btf::scheduler , btf::semaphore , btf::runnable , btf::signal , btf::comment , btf::simulation , btf::syscall , btf::thread , btf::unknown } |
| All types of entities that are supported by the btf lib. More... | |
Functions | |
| std::string | btf::entityTypeToString (EntityTypes type) |
| Converts the enum EntityTypes into string. More... | |
| EntityTypes | btf::stringToEntityType (const std::string &str) |
| Converts a string into the enum EntityTypes. More... | |