Home
last modified time | relevance | path

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

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