Home
last modified time | relevance | path

Searched refs:jsonw_pretty (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/
Djson_writer.c114 void jsonw_pretty(json_writer_t *self, bool on) in jsonw_pretty() function
314 jsonw_pretty(wr, true); in main()
Djson_writer.h29 void jsonw_pretty(json_writer_t *self, bool on);
/Linux-v6.6/tools/bpf/bpftool/
Djson_writer.c114 void jsonw_pretty(json_writer_t *self, bool on) in jsonw_pretty() function
314 jsonw_pretty(wr, true); in main()
Djson_writer.h29 void jsonw_pretty(json_writer_t *self, bool on);
Dmain.c496 jsonw_pretty(json_wtr, pretty_output); in main()
Dstruct_ops.c425 jsonw_pretty(wtr, true); in do_dump()
Dmap.c127 jsonw_pretty(jw, true); in get_btf_writer()