libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
SystemCallEvent.hh File Reference
#include <introvirt/core/fwd.hh>
#include <cstdint>
#include <string>
Include dependency graph for SystemCallEvent.hh:
This graph shows which files directly or indirectly include this file:

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.