Searched refs:__sample_print (Results 1 – 1 of 1) sorted by relevance
38 #define __sample_print(fmt, cond, ...) \ macro44 #define print_always(fmt, ...) __sample_print(fmt, 1, ##__VA_ARGS__)46 __sample_print(fmt, sample_log_level & LL_DEFAULT, ##__VA_ARGS__)49 __sample_print(fmt, err > 0 || sample_log_level & LL_DEFAULT, \