Searched refs:jsonw_new (Results 1 – 6 of 6) sorted by relevance
93 json_writer_t *jsonw_new(FILE *f) in jsonw_new() function314 json_writer_t *wr = jsonw_new(stdout); in main()
23 json_writer_t *jsonw_new(FILE *f);
489 json_wtr = jsonw_new(stdout); in main()
420 wtr = jsonw_new(stdout); in do_dump()
123 json_writer_t *jw = jsonw_new(stdout); in get_btf_writer()
385 btf_wtr = jsonw_new(stdout); in show_prog_metadata()
Completed in 12 milliseconds