diff options
Diffstat (limited to 'tools/lib/bpf/btf.h')
-rw-r--r-- | tools/lib/bpf/btf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/lib/bpf/btf.h b/tools/lib/bpf/btf.h index 0306b54d54eb..94bbc249b0f1 100644 --- a/tools/lib/bpf/btf.h +++ b/tools/lib/bpf/btf.h | |||
@@ -67,8 +67,6 @@ LIBBPF_API __s64 btf__resolve_size(const struct btf *btf, __u32 type_id); | |||
67 | LIBBPF_API int btf__resolve_type(const struct btf *btf, __u32 type_id); | 67 | LIBBPF_API int btf__resolve_type(const struct btf *btf, __u32 type_id); |
68 | LIBBPF_API int btf__fd(const struct btf *btf); | 68 | LIBBPF_API int btf__fd(const struct btf *btf); |
69 | LIBBPF_API const void *btf__get_raw_data(const struct btf *btf, __u32 *size); | 69 | LIBBPF_API const void *btf__get_raw_data(const struct btf *btf, __u32 *size); |
70 | LIBBPF_API void btf__get_strings(const struct btf *btf, const char **strings, | ||
71 | __u32 *str_len); | ||
72 | LIBBPF_API const char *btf__name_by_offset(const struct btf *btf, __u32 offset); | 70 | LIBBPF_API const char *btf__name_by_offset(const struct btf *btf, __u32 offset); |
73 | LIBBPF_API int btf__get_from_id(__u32 id, struct btf **btf); | 71 | LIBBPF_API int btf__get_from_id(__u32 id, struct btf **btf); |
74 | LIBBPF_API int btf__get_map_kv_tids(const struct btf *btf, const char *map_name, | 72 | LIBBPF_API int btf__get_map_kv_tids(const struct btf *btf, const char *map_name, |