Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
A Dpids.c24 void emit_obj_refs_json(struct hashmap *map, __u32 id, json_writer_t *json_writer) {} in emit_obj_refs_json() argument
193 json_writer_t *json_writer) in emit_obj_refs_json() argument
207 jsonw_name(json_writer, "pids"); in emit_obj_refs_json()
208 jsonw_start_array(json_writer); in emit_obj_refs_json()
212 jsonw_start_object(json_writer); in emit_obj_refs_json()
213 jsonw_int_field(json_writer, "pid", ref->pid); in emit_obj_refs_json()
214 jsonw_string_field(json_writer, "comm", ref->comm); in emit_obj_refs_json()
215 jsonw_end_object(json_writer); in emit_obj_refs_json()
217 jsonw_end_array(json_writer); in emit_obj_refs_json()
A 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()
A Djson_writer.h20 typedef struct json_writer json_writer_t;
A Djson_writer.c21 struct json_writer { struct
A DMakefile158 BOOTSTRAP_OBJS = $(addprefix $(BOOTSTRAP_OUTPUT),main.o common.o json_writer.o gen.o btf.o xlated_d…

Completed in 11 milliseconds