Home
last modified time | relevance | path

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

/Linux-v4.19/tools/bpf/bpftool/
Djson_writer.h26 json_writer_t *jsonw_new(FILE *f);
Djson_writer.c97 json_writer_t *jsonw_new(FILE *f) in jsonw_new() function
312 json_writer_t *wr = jsonw_new(stdout); in main()
Dmain.c369 json_wtr = jsonw_new(stdout); in main()
Dmap.c250 json_writer_t *jw = jsonw_new(stdout); in get_btf_writer()