Searched defs:wtr (Results 1 – 3 of 3) sorted by relevance
/linux/tools/bpf/bpftool/ |
H A D | link.c | 128 show_link_header_json(struct bpf_link_info *info, json_writer_t *wtr) in show_link_header_json() argument 142 static void show_link_attach_type_json(__u32 attach_type, json_writer_t *wtr) in show_link_attach_type_json() argument 153 static void show_link_ifindex_json(__u32 ifindex, json_writer_t *wtr) in show_link_ifindex_json() argument 201 show_iter_json(struct bpf_link_info * info,json_writer_t * wtr) show_iter_json() argument 223 netfilter_dump_json(const struct bpf_link_info * info,json_writer_t * wtr) netfilter_dump_json() argument 286 show_kprobe_multi_json(struct bpf_link_info * info,json_writer_t * wtr) show_kprobe_multi_json() argument 338 show_uprobe_multi_json(struct bpf_link_info * info,json_writer_t * wtr) show_uprobe_multi_json() argument 364 show_perf_event_kprobe_json(struct bpf_link_info * info,json_writer_t * wtr) show_perf_event_kprobe_json() argument 376 show_perf_event_uprobe_json(struct bpf_link_info * info,json_writer_t * wtr) show_perf_event_uprobe_json() argument 387 show_perf_event_tracepoint_json(struct bpf_link_info * info,json_writer_t * wtr) show_perf_event_tracepoint_json() argument 450 show_perf_event_event_json(struct bpf_link_info * info,json_writer_t * wtr) show_perf_event_event_json() argument [all...] |
H A D | struct_ops.c | 187 struct json_writer *wtr) in do_search() 236 struct json_writer *wtr) in do_one_id() 307 struct json_writer *wtr) in do_work_on_struct_ops() 320 struct json_writer *wtr) in __do_show() 357 struct json_writer *wtr) in __do_dump() 408 json_writer_t *wtr = json_wtr; in do_dump() local 449 struct json_writer *wtr) in __do_unregister()
|
H A D | map.c | 450 static void show_map_header_json(struct bpf_map_info *info, json_writer_t *wtr) in show_map_header_json() 826 map_dump(int fd, struct bpf_map_info *info, json_writer_t *wtr, in map_dump() 900 json_writer_t *wtr = NULL, *btf_wtr = NULL; in do_dump() local
|