#include <sample_source_obj.h>
|
| VMETHOD_DEF (add_event, const char *ev_str) |
|
| VMETHOD_DEF (store_event, int event_id, long thresh) |
|
| VMETHOD_DEF (store_metric_id, int event_idx, int metric_id) |
|
| METHOD_DEF (int, store_event_and_info, int event_id, long thresh, int metric_id, void *info) |
|
| METHOD_DEF (char *, get_event_str) |
|
| METHOD_DEF (bool, started) |
|
| VMETHOD_DEF (init) |
|
| VMETHOD_DEF (thread_init) |
|
| VMETHOD_DEF (thread_init_action) |
|
| VMETHOD_DEF (start) |
|
| VMETHOD_DEF (thread_fini_action) |
|
| VMETHOD_DEF (stop) |
|
| VMETHOD_DEF (shutdown) |
|
| METHOD_DEF (bool, supports_event, const char *ev_str) |
|
| VMETHOD_DEF (process_event_list, int lush_agents) |
|
| VMETHOD_DEF (gen_event_set, int lush_agents) |
|
| VMETHOD_DEF (display_events) |
|
Definition at line 86 of file sample_source_obj.h.
◆ METHOD_DEF() [1/4]
sample_source_t::METHOD_DEF |
( |
int |
, |
|
|
store_event_and_info |
, |
|
|
int |
event_id, |
|
|
long |
thresh, |
|
|
int |
metric_id, |
|
|
void * |
info |
|
) |
| |
◆ METHOD_DEF() [2/4]
sample_source_t::METHOD_DEF |
( |
char * |
, |
|
|
get_event_str |
|
|
) |
| |
◆ METHOD_DEF() [3/4]
sample_source_t::METHOD_DEF |
( |
bool |
, |
|
|
started |
|
|
) |
| |
◆ METHOD_DEF() [4/4]
sample_source_t::METHOD_DEF |
( |
bool |
, |
|
|
supports_event |
, |
|
|
const char * |
ev_str |
|
) |
| |
◆ VMETHOD_DEF() [1/13]
sample_source_t::VMETHOD_DEF |
( |
add_event |
, |
|
|
const char * |
ev_str |
|
) |
| |
◆ VMETHOD_DEF() [2/13]
sample_source_t::VMETHOD_DEF |
( |
store_event |
, |
|
|
int |
event_id, |
|
|
long |
thresh |
|
) |
| |
◆ VMETHOD_DEF() [3/13]
sample_source_t::VMETHOD_DEF |
( |
store_metric_id |
, |
|
|
int |
event_idx, |
|
|
int |
metric_id |
|
) |
| |
◆ VMETHOD_DEF() [4/13]
sample_source_t::VMETHOD_DEF |
( |
init |
| ) |
|
◆ VMETHOD_DEF() [5/13]
sample_source_t::VMETHOD_DEF |
( |
thread_init |
| ) |
|
◆ VMETHOD_DEF() [6/13]
sample_source_t::VMETHOD_DEF |
( |
thread_init_action |
| ) |
|
◆ VMETHOD_DEF() [7/13]
sample_source_t::VMETHOD_DEF |
( |
start |
| ) |
|
◆ VMETHOD_DEF() [8/13]
sample_source_t::VMETHOD_DEF |
( |
thread_fini_action |
| ) |
|
◆ VMETHOD_DEF() [9/13]
sample_source_t::VMETHOD_DEF |
( |
stop |
| ) |
|
◆ VMETHOD_DEF() [10/13]
sample_source_t::VMETHOD_DEF |
( |
shutdown |
| ) |
|
◆ VMETHOD_DEF() [11/13]
sample_source_t::VMETHOD_DEF |
( |
process_event_list |
, |
|
|
int |
lush_agents |
|
) |
| |
◆ VMETHOD_DEF() [12/13]
sample_source_t::VMETHOD_DEF |
( |
gen_event_set |
, |
|
|
int |
lush_agents |
|
) |
| |
◆ VMETHOD_DEF() [13/13]
sample_source_t::VMETHOD_DEF |
( |
display_events |
| ) |
|
◆ cls
◆ evl
◆ name
const char* sample_source_t::name |
◆ next_reg
◆ next_sel
◆ sel_idx
int sample_source_t::sel_idx |
◆ sort_order
int sample_source_t::sort_order |
◆ state
The documentation for this struct was generated from the following file: