Searched refs:BS_TRACE_EXIT (Results 1 – 2 of 2) sorted by relevance
/babblesim_base-3.7.0/libUtilv1/src/ |
D | bs_tracing.h | 147 typedef enum {BS_TRACE_EXIT = 0, /*To Stdout, with EXIT prefix*/ enumerator 172 #define bs_trace_exit(...) do { bs_trace_print(BS_TRACE_EXIT ,NULL, 0, … 174 #define bs_trace_exit_line(...) do { bs_trace_print(BS_TRACE_EXIT ,__FILE__,__LINE__,… 176 #define bs_trace_exit_line_time(...) do { bs_trace_print(BS_TRACE_EXIT ,__FILE__,__LINE__,… 178 #define bs_trace_exit_time_line(...) do { bs_trace_print(BS_TRACE_EXIT ,__FILE__,__LINE__,… 180 #define bs_trace_exit_time(...) do { bs_trace_print(BS_TRACE_EXIT ,NULL, 0, …
|
D | bs_tracing.c | 189 if ( type == BS_TRACE_EXIT ) { in bs_trace_vprint() 204 if ((this_message_trace_level <= trace_level) || (type == BS_TRACE_EXIT)) { in bs_trace_print()
|