Lines Matching refs:BTF
5 tool for inspection of BTF data
19 BTF COMMANDS
34 Show information about loaded BTF objects. If a BTF ID is
35 specified, show information only about given BTF object,
36 otherwise list all BTF objects currently loaded on the
40 processes that hold open file descriptors (FDs) against BTF
45 Dump BTF entries from a given *BTF_SRC*.
47 When **id** is specified, BTF object with that ID will be
48 loaded and all its BTF types emitted.
51 associated BTF object with BTF types describing key and
52 value. It's possible to select whether to dump only BTF
54 both key and value (**kv**), or all BTF types present in
55 associated BTF object (**all**). If not specified, **kv**
59 associated BTF object with BTF types.
62 .BTF section with well-defined BTF binary format data,
90 This gives an example of default output for all supported BTF kinds.
176 The following commands print BTF types associated with specified map's key,
177 value, both key and value, and all BTF types, respectively. By default, both