libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
SystemCallMonitor Class Referencefinal

#include <SystemCallMonitor.hh>

Inheritance diagram for SystemCallMonitor:
Collaboration diagram for SystemCallMonitor:

Public Member Functions

void process_event (Event &event) override
 Process an incoming event.
 
 SystemCallMonitor (bool flush, bool json, bool unsupported)
 
 ~SystemCallMonitor ()
 
- Public Member Functions inherited from introvirt::EventCallback
virtual ~EventCallback ()=default
 

Detailed Description

Examples
ivexec.cc, and ivsyscallmon.cc.

Constructor & Destructor Documentation

◆ SystemCallMonitor()

SystemCallMonitor::SystemCallMonitor ( bool  flush,
bool  json,
bool  unsupported 
)
inline

◆ ~SystemCallMonitor()

SystemCallMonitor::~SystemCallMonitor ( )
inline

Member Function Documentation

◆ process_event()

void SystemCallMonitor::process_event ( Event event)
inlineoverridevirtual

Process an incoming event.

Parameters
eventThe incoming event

Implements introvirt::EventCallback.

Examples
ivexec.cc.

The documentation for this class was generated from the following file: