Eunomia  0.1.0
A lightweight eBPF-based CloudNative Monitor tool for Container Security and Observability
ipc_tracker Struct Reference

ebpf LSM ipc tracker More...

#include <ipc.h>

Inheritance diagram for ipc_tracker:
Inheritance graph
Collaboration diagram for ipc_tracker:
Collaboration graph

Classes

struct  csv_event_printer
 
struct  json_event_handler
 
struct  json_event_printer
 
struct  plain_text_event_printer
 

Public Member Functions

 ipc_tracker (config_data config)
 
void start_tracker ()
 start the tracker thread More...
 
- Public Member Functions inherited from tracker_with_config< ipc_env, ipc_event >
 tracker_with_config (tracker_config< ipc_env, ipc_event > config)
 
virtual ~tracker_with_config ()
 
- Public Member Functions inherited from tracker_base
virtual ~tracker_base ()
 constructor More...
 
void stop_tracker (void)
 stop the tracker thread More...
 

Static Public Member Functions

static std::unique_ptr< ipc_trackercreate_tracker_with_default_env (tracker_event_handler handler)
 
static std::unique_ptr< ipc_trackercreate_tracker_with_args (tracker_event_handler handler, const std::vector< std::string > &args)
 

Additional Inherited Members

- Public Types inherited from tracker_with_config< ipc_env, ipc_event >
using event = ipc_event
 type alias for event More...
 
using config_data = tracker_config< ipc_env, ipc_event >
 type alias for env and config More...
 
using tracker_event_handler = std::shared_ptr< event_handler< ipc_event > >
 type alias for event handler More...
 
- Public Attributes inherited from tracker_with_config< ipc_env, ipc_event >
tracker_config< ipc_env, ipc_event > current_config
 config data More...
 
- Public Attributes inherited from tracker_base
volatile bool exiting
 is the tracker exiting More...
 

Detailed Description

ebpf LSM ipc tracker

Constructor & Destructor Documentation

◆ ipc_tracker()

ipc_tracker::ipc_tracker ( config_data  config)

Member Function Documentation

◆ create_tracker_with_args()

static std::unique_ptr<ipc_tracker> ipc_tracker::create_tracker_with_args ( tracker_event_handler  handler,
const std::vector< std::string > &  args 
)
inlinestatic
Here is the call graph for this function:

◆ create_tracker_with_default_env()

std::unique_ptr< ipc_tracker > ipc_tracker::create_tracker_with_default_env ( tracker_event_handler  handler)
static
Here is the caller graph for this function:

◆ start_tracker()

void ipc_tracker::start_tracker ( )
virtual

start the tracker thread

Implements tracker_base.


The documentation for this struct was generated from the following files: