Searched defs:wtr (Results 1 – 2 of 2) 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() argument 236 do_one_id(const char * id_str,work_func func,void * data,struct json_writer * wtr) do_one_id() argument 307 do_work_on_struct_ops(const char * search_type,const char * search_term,work_func func,void * data,struct json_writer * wtr) do_work_on_struct_ops() argument 320 __do_show(int fd,const struct bpf_map_info * info,void * data,struct json_writer * wtr) __do_show() argument 357 __do_dump(int fd,const struct bpf_map_info * info,void * data,struct json_writer * wtr) __do_dump() argument 408 json_writer_t *wtr = json_wtr; do_dump() local 449 __do_unregister(int fd,const struct bpf_map_info * info,void * data,struct json_writer * wtr) __do_unregister() argument [all...] |