Home
last modified time | relevance | path

Searched refs:jsonw_new (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/bpf/bpftool/
Djson_writer.h23 json_writer_t *jsonw_new(FILE *f);
Djson_writer.c93 json_writer_t *jsonw_new(FILE *f) in jsonw_new() function
314 json_writer_t *wr = jsonw_new(stdout); in main()
Dmain.c425 json_wtr = jsonw_new(stdout); in main()
Dstruct_ops.c422 wtr = jsonw_new(stdout); in do_dump()
Dmap.c149 json_writer_t *jw = jsonw_new(stdout); in get_btf_writer()
Dprog.c323 btf_wtr = jsonw_new(stdout); in show_prog_metadata()