Searched refs:BTF (Results 1 – 16 of 16) sorted by relevance
5 tool for inspection of BTF data19 BTF COMMANDS34 Show information about loaded BTF objects. If a BTF ID is35 specified, show information only about given BTF object,36 otherwise list all BTF objects currently loaded on the40 processes that hold open file descriptors (FDs) against BTF45 Dump BTF entries from a given *BTF_SRC*.47 When **id** is specified, BTF object with that ID will be48 loaded and all its BTF types emitted.51 associated BTF object with BTF types describing key and[all …]
2 BPF Type Format (BTF)8 BTF (BPF Type Format) is the metadata format which encodes the debug info9 related to BPF program/map. The name BTF was used initially to describe data10 types. The BTF was later extended to include function info for defined18 The BTF specification contains two parts,19 * BTF kernel API20 * BTF ELF file format23 verifies the BTF info before using it. The ELF file format is a user space26 The type and string sections are part of the BTF kernel API, describing the32 2. BTF Type and String Encoding[all …]
18 BPF Type Format (BTF)
35 List BPF programs (full names are obtained from BTF)::71 that has BTF id 16 in BPF program id 650, name ``test_pkt_access``.
43 This can be further simplified (if one has access to the BTF information at
92 84 Sony BTF-Pxn01Z97 89 Sony BTF-PG472Z PAL/SECAM98 90 Sony BTF-PK467Z NTSC-M-JP99 91 Sony BTF-PB463Z NTSC-M
32 sony-btf-mpx Sony BTF's internal MPX
6 Contains BTF type information and related data for kernel and14 Read-only binary attribute exposing kernel's own BTF type
568 BTF \678 #define BTF \ macro679 .BTF : AT(ADDR(.BTF) - LOAD_OFFSET) { \681 KEEP(*(.BTF)) \689 #define BTF macro
165 ${OBJCOPY} --only-section=.BTF --set-section-flags .BTF=alloc,readonly \
56 All objects and corresponding functions other than BTF related should go57 to ``libbpf.h``. BTF types and functions should go to ``btf.h``.
236 BTF_PAHOLE_PROBE := $(shell $(BTF_PAHOLE) --help 2>&1 | grep BTF)240 readelf -S ./llvm_btf_verify.o | grep BTF; \
354 Contains BPF Type Format (BTF). For more information about BTF, please
240 by default and use BTF when available, as well as use functions to do pretty
187 tristate "Sony BTF's internal MPX"190 Support for the internal MPX of the Sony BTF-PG472Z tuner.
269 bool "Generate BTF typeinfo"273 Generate deduplicated BTF type information from DWARF debug info.275 DWARF type info into equivalent deduplicated BTF type info.