Searched refs:json_writer (Results 1 – 5 of 5) sorted by relevance
22 void emit_obj_refs_json(struct obj_refs_table *table, __u32 id, json_writer_t *json_writer) {} in emit_obj_refs_json() argument179 json_writer_t *json_writer) in emit_obj_refs_json() argument194 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()
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()
20 typedef struct json_writer json_writer_t;
21 struct json_writer { struct
123 BOOTSTRAP_OBJS = $(addprefix $(OUTPUT),main.o common.o json_writer.o gen.o btf.o)