#include "instrumentation/st-instrumentation.h"
Go to the source code of this file.
Macros | |
#define | ROSS_MAX(a, b) ((a) > (b) ? (a) : (b)) |
#define | ROSS_MIN(a, b) ((a) < (b) ? (a) : (b)) |
Functions | |
static tw_lp * | tw_getlocal_lp (tw_lpid gid) |
static tw_lp * | tw_getlp (tw_lpid id) |
static tw_kp * | tw_getkp (tw_kpid id) |
static int | tw_ismaster (void) |
static void * | tw_getstate (tw_lp *lp) |
static tw_stime | tw_now (tw_lp const *lp) |
#define ROSS_MAX | ( | a, | |
b | |||
) | ((a) > (b) ? (a) : (b)) |
Definition at line 5 of file ross-kernel-inline.h.
Referenced by avlFixHeight(), avlSanityCheck(), tw_eventq_alloc(), tw_get_stats(), tw_sched_batch(), tw_sched_batch_realtime(), tw_scheduler_conservative(), tw_scheduler_optimistic_debug(), and tw_scheduler_sequential().
#define ROSS_MIN | ( | a, | |
b | |||
) | ((a) < (b) ? (a) : (b)) |
Definition at line 6 of file ross-kernel-inline.h.
Referenced by gvt_print().
Definition at line 53 of file ross-kernel-inline.h.
References g_tw_kp, g_tw_nkp, tw_error(), and TW_LOC.
Referenced by late_sanity_check(), st_collect_engine_data(), tw_get_stats(), tw_init_kps(), and tw_pe_fossil_collect().
Definition at line 9 of file ross-kernel-inline.h.
References CUSTOM, g_st_total_model_lps, g_st_use_analysis_lps, g_tw_custom_lp_global_to_local_map, g_tw_lp, g_tw_lp_offset, g_tw_mapping, g_tw_nkp, g_tw_nlp, LINEAR, ROUND_ROBIN, tw_error(), TW_LOC, and tw_nnodes().
Referenced by analysis_commit(), analysis_event(), analysis_event_rc(), analysis_init(), recv_finish(), and tw_event_send().
Definition at line 41 of file ross-kernel-inline.h.
References g_st_analysis_nlp, g_tw_lp, g_tw_nlp, tw_error(), and TW_LOC.
Referenced by st_collect_engine_data(), and tw_stats().
|
inlinestatic |
Definition at line 74 of file ross-kernel-inline.h.
References tw_lp::cur_state.
|
inlinestatic |
Definition at line 68 of file ross-kernel-inline.h.
References g_tw_masternode, and g_tw_mynode.
Referenced by apply_opt(), match_opt(), need_argument(), tw_end(), tw_init(), tw_opt_print(), and tw_stats().
Definition at line 80 of file ross-kernel-inline.h.
References tw_lp::kp, and tw_kp::last_time.
Referenced by analysis_event(), st_buffer_push(), st_collect_model_data(), st_create_sample_event(), tw_event_new(), tw_event_send(), and tw_lp_suspend().