Home
last modified time | relevance | path

Searched refs:obj_refs_table (Results 1 – 3 of 3) sorted by relevance

/tools/bpf/bpftool/
Dpids.c16 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table()
20 void delete_obj_refs_table(struct obj_refs_table *table) {} in delete_obj_refs_table()
21 void emit_obj_refs_plain(struct obj_refs_table *table, __u32 id, const char *prefix) {} in emit_obj_refs_plain()
22 void emit_obj_refs_json(struct obj_refs_table *table, __u32 id, json_writer_t *json_writer) {} in emit_obj_refs_json()
28 static void add_ref(struct obj_refs_table *table, struct pid_iter_entry *e) in add_ref()
90 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table()
165 void delete_obj_refs_table(struct obj_refs_table *table) in delete_obj_refs_table()
178 void emit_obj_refs_json(struct obj_refs_table *table, __u32 id, in emit_obj_refs_json()
208 void emit_obj_refs_plain(struct obj_refs_table *table, __u32 id, const char *prefix) in emit_obj_refs_plain()
Dmain.h97 extern struct obj_refs_table refs_table;
121 struct obj_refs_table { struct
143 __weak int build_obj_refs_table(struct obj_refs_table *table,
145 __weak void delete_obj_refs_table(struct obj_refs_table *table);
146 __weak void emit_obj_refs_json(struct obj_refs_table *table, __u32 id,
148 __weak void emit_obj_refs_plain(struct obj_refs_table *table, __u32 id,
Dmain.c37 struct obj_refs_table refs_table;