Searched refs:jsonw_pretty (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | json_writer.h | 28 void jsonw_pretty(json_writer_t *self, bool on);
|
H A D | json_writer.c | 114 void jsonw_pretty(json_writer_t *self, bool on) in jsonw_pretty() function 314 jsonw_pretty(wr, true); in main()
|
H A D | main.c | 442 jsonw_pretty(json_wtr, pretty_output); in main()
|
H A D | struct_ops.c | 427 jsonw_pretty(wtr, true); in do_dump()
|
H A D | map.c | 153 jsonw_pretty(jw, true); in get_btf_writer()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | json_writer.h | 29 void jsonw_pretty(json_writer_t *self, bool on);
|
H A D | json_writer.c | 114 void jsonw_pretty(json_writer_t *self, bool on) in jsonw_pretty() function 314 jsonw_pretty(wr, true); in main()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | json_writer.h | 29 void jsonw_pretty(json_writer_t *self, bool on);
|
H A D | json_writer.c | 114 void jsonw_pretty(json_writer_t *self, bool on) in jsonw_pretty() function 314 jsonw_pretty(wr, true); in main()
|
H A D | main.c | 496 jsonw_pretty(json_wtr, pretty_output); in main()
|
H A D | struct_ops.c | 425 jsonw_pretty(wtr, true); in do_dump()
|
H A D | map.c | 127 jsonw_pretty(jw, true); in get_btf_writer()
|
Completed in 15 milliseconds