Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dusdt.h328 #define __usdt_concat(a, b) a ## b macro
329 #define __usdt_apply(fn, n) __usdt_concat(fn, n)