summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorDelyan Kratunov <delyank@fb.com>2022-03-17 02:37:28 +0300
committerAndrii Nakryiko <andrii@kernel.org>2022-03-18 09:12:39 +0300
commit00389c58ffe993782a8ba4bb5a34a102b1f6fe24 (patch)
tree0ffa1555b105f3f55fa2187075c9eaf460bf6784 /tools/perf/scripts/python/export-to-postgresql.py
parent430025e5dca5ad8902e7c3092b7c975acae154c5 (diff)
downloadlinux-00389c58ffe993782a8ba4bb5a34a102b1f6fe24.tar.xz
bpftool: Add support for subskeletons
Subskeletons are headers which require an already loaded program to operate. For example, when a BPF library is linked into a larger BPF object file, the library userspace needs a way to access its own global variables without requiring knowledge about the larger program at build time. As a result, subskeletons require a loaded bpf_object to open(). Further, they find their own symbols in the larger program by walking BTF type data at run time. At this time, programs, maps, and globals are supported through non-owning pointers. Signed-off-by: Delyan Kratunov <delyank@fb.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/ca8a48b4841c72d285ecce82371bef4a899756cb.1647473511.git.delyank@fb.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions