Searched refs:jsonw_string (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/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 | tracelog.c | 158 jsonw_string(json_wtr, buff); in do_tracelog()
|
D | jit_disasm.c | 69 jsonw_string(json_wtr, s); in fprintf_json()
|
D | btf_dumper.c | 91 jsonw_string(d->jw, prog_str); in dump_prog_id_as_func_ptr() 164 jsonw_string(d->jw, in btf_dumper_enum() 221 jsonw_string(d->jw, data); in btf_dumper_array()
|
D | link.c | 166 jsonw_string(json_wtr, obj->path); in show_link_close_json()
|
D | main.c | 351 jsonw_string(json_wtr, n_argv[i]); in do_batch()
|
D | xlated_dumper.c | 241 jsonw_string(json_wtr, func_sig); in dump_xlated_json()
|
D | prog.c | 421 jsonw_string(json_wtr, obj->path); in print_prog_json() 725 jsonw_string(json_wtr, func_sig); in prog_dump() 728 jsonw_string(json_wtr, sym_name); in prog_dump()
|
D | feature.c | 579 jsonw_string(json_wtr, helper_name[id]); in probe_helper_for_progtype()
|
D | map.c | 544 jsonw_string(json_wtr, obj->path); in show_map_close_json()
|