Home
last modified time | relevance | path

Searched refs:json_writer (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/tools/bpf/bpftool/
Dpids.c22 void emit_obj_refs_json(struct obj_refs_table *table, __u32 id, json_writer_t *json_writer) {} in emit_obj_refs_json() argument
179 json_writer_t *json_writer) in emit_obj_refs_json() argument
194 jsonw_name(json_writer, "pids"); in emit_obj_refs_json()
195 jsonw_start_array(json_writer); in emit_obj_refs_json()
198 jsonw_start_object(json_writer); in emit_obj_refs_json()
199 jsonw_int_field(json_writer, "pid", ref->pid); in emit_obj_refs_json()
200 jsonw_string_field(json_writer, "comm", ref->comm); in emit_obj_refs_json()
201 jsonw_end_object(json_writer); in emit_obj_refs_json()
203 jsonw_end_array(json_writer); in emit_obj_refs_json()
Dstruct_ops.c182 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()
Djson_writer.h20 typedef struct json_writer json_writer_t;
Djson_writer.c21 struct json_writer { struct
DMakefile123 BOOTSTRAP_OBJS = $(addprefix $(OUTPUT),main.o common.o json_writer.o gen.o btf.o)