Lines Matching refs:json_wtr
133 jsonw_start_object(json_wtr);
134 jsonw_uint_field(json_wtr, "id", info.id);
136 jsonw_string_field(json_wtr, "attach_type", attach_type_str);
138 jsonw_uint_field(json_wtr, "attach_type", attach_type);
140 jsonw_string_field(json_wtr, "attach_flags", attach_flags_str);
141 jsonw_string_field(json_wtr, "name", prog_name);
143 jsonw_string_field(json_wtr, "attach_btf_name", attach_btf_name);
144 jsonw_uint_field(json_wtr, "attach_btf_obj_id", info.attach_btf_obj_id);
145 jsonw_uint_field(json_wtr, "attach_btf_id", info.attach_btf_id);
146 jsonw_end_object(json_wtr);
331 jsonw_start_array(json_wtr);
351 jsonw_end_array(json_wtr);
394 jsonw_start_object(json_wtr);
395 jsonw_string_field(json_wtr, "cgroup", fpath);
396 jsonw_name(json_wtr, "programs");
397 jsonw_start_array(json_wtr);
414 jsonw_end_array(json_wtr);
415 jsonw_end_object(json_wtr);
477 jsonw_start_array(json_wtr);
503 jsonw_end_array(json_wtr);
558 jsonw_null(json_wtr);
605 jsonw_null(json_wtr);
620 jsonw_null(json_wtr);