Home
last modified time | relevance | path

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

/Linux-v5.4/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
308 json_writer_t *wr = jsonw_new(stdout); in main()
Dmain.c386 json_wtr = jsonw_new(stdout); in main()
Dmap.c198 json_writer_t *jw = jsonw_new(stdout); in get_btf_writer()