Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
probe Struct Reference

#include <probe.h>

Collaboration diagram for probe:
Collaboration graph
[legend]

Data Fields

int id
 
char * name
 
struct probe_opsops
 
void * priv
 
GHashTable * values
 
struct targettarget
 
struct target_threadthread
 
tid_t tid
 
struct probepointprobepoint
 
probe_handler_t pre_handler
 
struct target_nv_filterpre_filter
 
probe_handler_t post_handler
 
struct target_nv_filterpost_filter
 
struct target_nv_filterthread_filter
 
void * handler_data
 
uint8_t enabled
 
uint8_t autofree
 
uint8_t tracked
 
struct list_head probe
 
GList * sources
 
GList * sinks
 
struct bsymbolbsymbol
 

Detailed Description

Definition at line 308 of file probe.h.

Field Documentation

uint8_t probe::autofree

Definition at line 364 of file probe.h.

struct bsymbol* probe::bsymbol

Definition at line 389 of file probe.h.

uint8_t probe::enabled

Definition at line 362 of file probe.h.

void* probe::handler_data

Definition at line 359 of file probe.h.

int probe::id

Definition at line 312 of file probe.h.

char* probe::name

Definition at line 314 of file probe.h.

struct probe_ops* probe::ops

Definition at line 316 of file probe.h.

struct target_nv_filter* probe::post_filter

Definition at line 355 of file probe.h.

probe_handler_t probe::post_handler

Definition at line 354 of file probe.h.

struct target_nv_filter* probe::pre_filter

Definition at line 351 of file probe.h.

probe_handler_t probe::pre_handler

Definition at line 350 of file probe.h.

void* probe::priv

Definition at line 318 of file probe.h.

struct list_head probe::probe

Definition at line 379 of file probe.h.

struct probepoint* probe::probepoint

Definition at line 347 of file probe.h.

GList* probe::sinks

Definition at line 387 of file probe.h.

GList* probe::sources

Definition at line 383 of file probe.h.

struct target* probe::target

Definition at line 342 of file probe.h.

struct target_thread* probe::thread

Definition at line 343 of file probe.h.

struct target_nv_filter* probe::thread_filter

Definition at line 357 of file probe.h.

tid_t probe::tid

Definition at line 344 of file probe.h.

uint8_t probe::tracked

Definition at line 376 of file probe.h.

GHashTable* probe::values

Definition at line 330 of file probe.h.


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