Searched refs:json_writer (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/tools/bpf/bpftool/ |
D | pids.c | 25 void emit_obj_refs_json(struct hashmap *map, __u32 id, json_writer_t *json_writer) {} in emit_obj_refs_json() argument 196 json_writer_t *json_writer) in emit_obj_refs_json() argument 211 jsonw_lluint_field(json_writer, "bpf_cookie", refs->bpf_cookie); in emit_obj_refs_json() 213 jsonw_name(json_writer, "pids"); in emit_obj_refs_json() 214 jsonw_start_array(json_writer); in emit_obj_refs_json() 218 jsonw_start_object(json_writer); in emit_obj_refs_json() 219 jsonw_int_field(json_writer, "pid", ref->pid); in emit_obj_refs_json() 220 jsonw_string_field(json_writer, "comm", ref->comm); in emit_obj_refs_json() 221 jsonw_end_object(json_writer); in emit_obj_refs_json() 223 jsonw_end_array(json_writer); in emit_obj_refs_json()
|
D | struct_ops.c | 182 struct json_writer *wtr); 189 struct json_writer *wtr) in do_search() 238 struct json_writer *wtr) in do_one_id() 303 struct json_writer *wtr) in do_work_on_struct_ops() 316 struct json_writer *wtr) in __do_show() 353 struct json_writer *wtr) in __do_dump() 445 struct json_writer *wtr) in __do_unregister()
|
D | json_writer.h | 20 typedef struct json_writer json_writer_t;
|
D | json_writer.c | 21 struct json_writer { struct
|
D | Makefile | 158 BOOTSTRAP_OBJS = $(addprefix $(BOOTSTRAP_OUTPUT),main.o common.o json_writer.o gen.o btf.o xlated_d…
|