Searched refs:bs_trace_print (Results 1 – 2 of 2) sorted by relevance
/babblesim_base-3.7.0/libUtilv1/src/ |
D | bs_tracing.h | 161 void bs_trace_print(base_trace_type_t type, 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, … 183 #define bs_trace_error(...) do { bs_trace_print(BS_TRACE_ERROR ,NULL, 0, … 185 #define bs_trace_error_line(...) do { bs_trace_print(BS_TRACE_ERROR ,__FILE__,__LINE__,… 187 #define bs_trace_error_line_time(...) do { bs_trace_print(BS_TRACE_ERROR ,__FILE__,__LINE__,… 189 #define bs_trace_error_time_line(...) do { bs_trace_print(BS_TRACE_ERROR ,__FILE__,__LINE__,… [all …]
|
D | bs_tracing.c | 196 void bs_trace_print(base_trace_type_t type, in bs_trace_print() function
|