btftoolchain
btf_entity_types.h File Reference
#include <string>
#include <unordered_set>
Include dependency graph for btf_entity_types.h:
This graph shows which files directly or indirectly include this file:

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...