Lines Matching defs:json_writer
25 void emit_obj_refs_json(struct hashmap *map, __u32 id, json_writer_t *json_writer) {}
196 json_writer_t *json_writer)
211 jsonw_lluint_field(json_writer, "bpf_cookie", refs->bpf_cookie);
213 jsonw_name(json_writer, "pids");
214 jsonw_start_array(json_writer);
218 jsonw_start_object(json_writer);
219 jsonw_int_field(json_writer, "pid", ref->pid);
220 jsonw_string_field(json_writer, "comm", ref->comm);
221 jsonw_end_object(json_writer);
223 jsonw_end_array(json_writer);