Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/
Djson_writer.c90 json_writer_t *jsonw_new(FILE *f) in jsonw_new() function
311 json_writer_t *wr = jsonw_new(stdout); in main()
Djson_writer.h24 json_writer_t *jsonw_new(FILE *f);
Dtest_progs.c1486 w = jsonw_new(env->json); in calculate_summary_and_print_errors()
/linux-6.12.1/tools/bpf/bpftool/
Djson_writer.c90 json_writer_t *jsonw_new(FILE *f) in jsonw_new() function
311 json_writer_t *wr = jsonw_new(stdout); in main()
Djson_writer.h24 json_writer_t *jsonw_new(FILE *f);
Dmain.c489 json_wtr = jsonw_new(stdout); in main()
Dstruct_ops.c426 wtr = jsonw_new(stdout); in do_dump()
Dmap.c123 json_writer_t *jw = jsonw_new(stdout); in get_btf_writer()
Dprog.c385 btf_wtr = jsonw_new(stdout); in show_prog_metadata()