Bitdefender Hypervisor Memory Introspection
_LIX_TASK_LOG Struct Reference

This structure contains control bits for linux process logging. More...

Data Fields

DWORD KmThreads: 1
 If the kernel threads events should be logged. More...
 
DWORD UmThreads: 1
 If the user mode threads events should be logged. More...
 
DWORD Forks: 1
 If forks should be logged. More...
 
DWORD Execs: 1
 If exec events should be logged. More...
 
DWORD ProtUmThreads: 1
 If events related to threads created by protected process should be logged. More...
 
DWORD ProtForks: 1
 If forks performed by protected processes should be logged. More...
 
DWORD ProtExecs: 1
 If an exec performed by a protected process should be logged. More...
 

Detailed Description

This structure contains control bits for linux process logging.

Definition at line 24 of file lixprocess.c.

Field Documentation

◆ Execs

DWORD _LIX_TASK_LOG::Execs

If exec events should be logged.

Definition at line 30 of file lixprocess.c.

Referenced by IntLixTaskMustLog().

◆ Forks

DWORD _LIX_TASK_LOG::Forks

If forks should be logged.

Definition at line 29 of file lixprocess.c.

Referenced by IntLixTaskMustLog().

◆ KmThreads

DWORD _LIX_TASK_LOG::KmThreads

If the kernel threads events should be logged.

Definition at line 26 of file lixprocess.c.

Referenced by IntLixTaskMustLog().

◆ ProtExecs

DWORD _LIX_TASK_LOG::ProtExecs

If an exec performed by a protected process should be logged.

Definition at line 34 of file lixprocess.c.

Referenced by IntLixTaskMustLog().

◆ ProtForks

DWORD _LIX_TASK_LOG::ProtForks

If forks performed by protected processes should be logged.

Definition at line 33 of file lixprocess.c.

Referenced by IntLixTaskMustLog().

◆ ProtUmThreads

DWORD _LIX_TASK_LOG::ProtUmThreads

If events related to threads created by protected process should be logged.

Definition at line 32 of file lixprocess.c.

Referenced by IntLixTaskMustLog().

◆ UmThreads

DWORD _LIX_TASK_LOG::UmThreads

If the user mode threads events should be logged.

Definition at line 28 of file lixprocess.c.

Referenced by IntLixTaskMustLog().


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