Libbpf userspace function btf__type_cnt
Get the amount of types in the BTF object.
Definition
__u32 btf__type_cnt(const struct btf *btf);
Parameters
btf
: pointer to astruct btf
object
Return
Return the amount of types in the BTF object.
Usage
Docs could be improved
This part of the docs is incomplete, contributions are very welcome
Example
Docs could be improved
This part of the docs is incomplete, contributions are very welcome