Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/bpf/
Dfeatures.c104 BTF_PARAM_ENC(7, 1), in probe_kern_btf_func()
122 BTF_PARAM_ENC(7, 1), in probe_kern_btf_func_global()
469 BTF_PARAM_ENC(1 /* "a" */, 2), in probe_kern_arg_ctx_tag()
474 BTF_PARAM_ENC(3 /* "b" */, 2), in probe_kern_arg_ctx_tag()
Dlibbpf_internal.h85 #define BTF_PARAM_ENC(name, type) (name), (type) macro