Searched refs:__usdt_probe (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | usdt.h | 110 __usdt_probe(group, name, __usdt_sema_none, 0 __VA_OPT__(,) __VA_ARGS__) 113 __usdt_probe(group, name, __usdt_sema_none, 0, ##__VA_ARGS__) 157 __usdt_probe(group, name, \ 162 __usdt_probe(group, name, \ 291 __usdt_probe(group, name, __usdt_sema_explicit, USDT_SEMA(sema), ##__VA_ARGS__) 294 __usdt_probe(group, name, __usdt_sema_explicit, USDT_SEMA(sema) __VA_OPT__(,) __VA_ARGS__) 407 #define __usdt_probe(group, name, sema_def, sema, ...) do { \ macro
|