Searched refs:jsonw_string (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/tools/bpf/bpftool/ |
D | json_writer.c | 201 void jsonw_string(json_writer_t *self, const char *value) in jsonw_string() function 253 jsonw_string(self, val); in jsonw_string_field() 327 jsonw_string(wr, *++argv); in main()
|
D | netlink_dumper.h | 90 jsonw_string(json_wtr, str); \
|
D | json_writer.h | 40 void jsonw_string(json_writer_t *self, const char *value);
|
D | btf_dumper.c | 100 jsonw_string(d->jw, prog_str); in dump_prog_id_as_func_ptr() 174 jsonw_string(d->jw, in btf_dumper_enum() 200 jsonw_string(d->jw, in btf_dumper_enum64() 257 jsonw_string(d->jw, data); in btf_dumper_array()
|
D | tracelog.c | 158 jsonw_string(json_wtr, buff); in do_tracelog()
|
D | jit_disasm.c | 67 jsonw_string(json_wtr, s); in printf_json()
|
D | main.c | 384 jsonw_string(json_wtr, n_argv[i]); in do_batch()
|
D | feature.c | 709 jsonw_string(json_wtr, helper_name[id]); in probe_helper_for_progtype() 1302 jsonw_string(json_wtr, name); in do_list_builtins()
|
D | link.c | 209 jsonw_string(json_wtr, entry->value); in show_link_close_json()
|
D | xlated_dumper.c | 248 jsonw_string(json_wtr, func_sig); in dump_xlated_json()
|
D | prog.c | 489 jsonw_string(json_wtr, entry->value); in print_prog_json() 812 jsonw_string(json_wtr, func_sig); in prog_dump() 815 jsonw_string(json_wtr, sym_name); in prog_dump()
|
D | map.c | 524 jsonw_string(json_wtr, entry->value); in show_map_close_json()
|