Home
last modified time | relevance | path

Searched refs:jsonw_string (Results 1 – 14 of 14) sorted by relevance

/linux-6.14.4/tools/testing/selftests/bpf/
Djson_writer.c198 void jsonw_string(json_writer_t *self, const char *value) in jsonw_string() function
250 jsonw_string(self, val); in jsonw_string_field()
324 jsonw_string(wr, *++argv); in main()
Djson_writer.h41 void jsonw_string(json_writer_t *self, const char *value);
/linux-6.14.4/tools/bpf/bpftool/
Djson_writer.c198 void jsonw_string(json_writer_t *self, const char *value) in jsonw_string() function
250 jsonw_string(self, val); in jsonw_string_field()
324 jsonw_string(wr, *++argv); in main()
Dnetlink_dumper.h98 jsonw_string(json_wtr, str); \
Djson_writer.h41 void jsonw_string(json_writer_t *self, const char *value);
Djit_disasm.c60 jsonw_string(json_wtr, s); in printf_json()
198 jsonw_string(json_wtr, s); in printf_json()
Dbtf_dumper.c100 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()
Dtracelog.c158 jsonw_string(json_wtr, buff); in do_tracelog()
Dfeature.c706 jsonw_string(json_wtr, helper_name[id]); in probe_helper_for_progtype()
1322 jsonw_string(json_wtr, name); in do_list_builtins()
Dmain.c405 jsonw_string(json_wtr, n_argv[i]); in do_batch()
Dxlated_dumper.c254 jsonw_string(json_wtr, func_sig); in dump_xlated_json()
Dprog.c491 jsonw_string(json_wtr, entry->pvalue); in print_prog_json()
814 jsonw_string(json_wtr, func_sig); in prog_dump()
817 jsonw_string(json_wtr, sym_name); in prog_dump()
Dlink.c576 jsonw_string(json_wtr, entry->pvalue); in show_link_close_json()
Dmap.c530 jsonw_string(json_wtr, entry->pvalue); in show_map_close_json()