Home
last modified time | relevance | path

Searched refs:__sample_print (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/samples/bpf/
Dxdp_sample_user.c39 #define __sample_print(fmt, cond, ...) \ macro
45 #define print_always(fmt, ...) __sample_print(fmt, 1, ##__VA_ARGS__)
47 __sample_print(fmt, sample_log_level & LL_DEFAULT, ##__VA_ARGS__)
50 __sample_print(fmt, err > 0 || sample_log_level & LL_DEFAULT, \