json_writer
typedef struct json_writer json_writer_t;
json_writer_t *json_writer)
jsonw_lluint_field(json_writer, "bpf_cookie", refs->bpf_cookie);
jsonw_name(json_writer, "pids");
jsonw_start_array(json_writer);
jsonw_start_object(json_writer);
jsonw_int_field(json_writer, "pid", ref->pid);
jsonw_string_field(json_writer, "comm", ref->comm);
jsonw_end_object(json_writer);
jsonw_end_array(json_writer);
void emit_obj_refs_json(struct hashmap *map, __u32 id, json_writer_t *json_writer) {}
struct json_writer *wtr);
struct json_writer *wtr)
struct json_writer *wtr)
struct json_writer *wtr)
struct json_writer *wtr)
struct json_writer *wtr)
struct json_writer *wtr)
typedef struct json_writer json_writer_t;
typedef struct json_writer json_writer_t;