|
libintrovirt v0.57.4
IntroVirt introspection library
|


Go to the source code of this file.
Classes | |
| class | introvirt::SystemCallEvent |
| Interface for system call events. More... | |
Namespaces | |
| namespace | introvirt |
| Core IntroVirt classes. | |
Enumerations | |
| enum class | introvirt::FastCallType { introvirt::FASTCALL_SYSCALL , introvirt::FASTCALL_SYSRET , introvirt::FASTCALL_SYSENTER , introvirt::FASTCALL_SYSEXIT , introvirt::FASTCALL_UNKNOWN } |
| Enum class describing the type of fast system call. More... | |
Functions | |
| const std::string & | introvirt::to_string (FastCallType type) |
| Get a string representation of FastCallType. | |
| std::ostream & | introvirt::operator<< (std::ostream &os, FastCallType type) |
| Stream operator overload for FastCallType. | |