libclues
Linux C++ Tracing Library
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nclues
 Nformat
 Nitem
 CAccessSystemCall
 CAlarmSystemCall
 CArgs
 CAutoAttachedTraceeSpecialization of Tracee for automatically attached child tracees
 CBreakSystemCall
 CChildTraceeSpecialization of Tracee that creates a new child process for tracing
 CClockNanoSleepSystemCall
 CClone3SystemCall
 CCloneSystemCallWrapper for the clone() and clone2() system calls
 CCloseSystemCall
 CEngineMain class for configuring and running libclues
 CErrnoResultAn errno system call result
 CEventConsumerCallback interface for consumers of tracing events
 CExecveAtSystemCall
 CExecveSystemCall
 CExitGroupSystemCall
 CFAccessAt2SystemCall
 CFAccessAtSystemCall
 CFcntlSystemCall
 CFDInfoContextual information about a file descriptor in a Tracee
 CForeignTraceeSpecialization of Tracee that attaches to an existing, unrelated process in the system
 CForkSystemCall
 CFstatAtSystemCall
 CFstatSystemCall
 CFutexSystemCallFutex() system call with context-sensitive parameters and return values
 CGetDentsSystemCall
 CGetRobustListSystemCall
 CGetXIdSystemCall
 CIoCtlSystemCall
 Ckernel_old_sigactionVariant of sigaction used for the old sigaction() system call
 Ckernel_sigactionThis is the sigaction structure used by the kernel for e.g. rt_sigaction
 Ckernel_sigaction32Variant of sigaction for 64-bit <-> 32-bit cross ABI tracing
 CLimitSystemCallT
 Clinux_dirent32-bit getdents() directory entries.used on native 32-bit/64-bit ABIs
 Clinux_dirent3232-bit getdents() directory entries used in 32-bit emulation ABI
 Clinux_dirent6464-bit entries used with getdents64() on both 32-bit and 64-bit ABIs
 Cmmap_arg_structOld mmap() parameter on 32-bit ABIs like I386
 CMmapSystemCallType for mmap() / mmap2() system calls
 CMprotectSystemCall
 CMunmapSystemCall
 CNanoSleepSystemCall
 Cold_kernel_statOriginal Linux stat data structure for SystemCallNr::OLDSTAT, OLDLSTAT and OLDFSTAT
 COpenAtSystemCall
 COpenSystemCall
 CPipe2SystemCall
 CPipeSystemCallThe classic pipe() system call without flags
 CPrlimit64SystemCall
 CProcessDataThis type contains data that is shared between tracees of the same thread group
 CReadSystemCall
 CRegisterDataBase class for ABI specific register data
 CRegisterDataAARCH64Native register data for the aarch64 ABI
 CRegisterDataI386Native register data for the I386 32-bit X86 ABI
 CRegisterDataTraitsTraits which will be overridden by template specializations per ABI
 CRegisterDataTraits< ABI::AARCH64 >
 CRegisterDataTraits< ABI::I386 >
 CRegisterDataTraits< ABI::X32 >
 CRegisterDataTraits< ABI::X86_64 >
 CRegisterDataX32
 CRegisterDataX64
 CRegisterDataX86_64_TNative register data for the X86_64 and X32 ABIs
 CRegisterSetHolds a set of registers for the given ABI
 CRestartSystemCall
 Crlimit3232-bit based struct rlimit used with getrlimit() and setrlimit()
 Crlimit6464-bit based struct rlimit used with prlimit()
 CRtSigActionSystemCallType for the current rt_sigaction() system call
 CRtSigProcMaskSystemCallType for the current rt_sigprocmask()
 CSetRobustListSystemCall
 CSetTIDAddressSystemCall
 CSigActionSystemCallType for and old sigaction()
 CSigProcMaskSystemCallType for old sigprocmask()
 Cstat3232-bit sized stat data structure with some padding for SystemCallNR::STAT, LSTAT and FSTAT on 32-bit archs like i386
 Cstat32_6464-bit sized stat data structure used with the stat64 family of system calls on 32-bit ABIs like i386
 Cstat64The single stat structure from asm-generic used e.g. on AARCH64
 CStatSystemCallT
 CSystemCallAccess to System Call Data
 CSystemCallDBStores information about each system call number in form of SystemCall objects
 CSystemCallInfoExtended ptrace system call state information
 CSystemCallItemBase class for any kind of system call parameter or return value
 CSystemCallNrTraitsTraits which allow to lookup the correct SystemCallNr type per ABI
 CSystemCallNrTraits< ABI::AARCH64 >
 CSystemCallNrTraits< ABI::I386 >
 CSystemCallNrTraits< ABI::X32 >
 CSystemCallNrTraits< ABI::X86_64 >
 CTermTracer
 CTgKillSystemCall
 Ctimespec32Original Linux stat data structure for SystemCallNr::OLDSTAT, OLDLSTAT and OLDFSTAT
 CTraceeBase class for traced processes
 CUnknownSystemCall
 CWait4SystemCall
 CWriteSystemCall