Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbpf_helpers.h166 #ifndef ___bpf_concat
167 #define ___bpf_concat(a, b) a ## b macro
170 #define ___bpf_apply(fn, n) ___bpf_concat(fn, n)
Dbpf_tracing.h336 #ifndef ___bpf_concat
337 #define ___bpf_concat(a, b) a ## b macro
340 #define ___bpf_apply(fn, n) ___bpf_concat(fn, n)