Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A 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()
H A Dnetlink_dumper.h98 jsonw_string(json_wtr, str); \
H A Djson_writer.h41 void jsonw_string(json_writer_t *self, const char *value);
H A Djit_disasm.c60 jsonw_string(json_wtr, s); in printf_json()
198 jsonw_string(json_wtr, s); in printf_json()
H A Dtracelog.c158 jsonw_string(json_wtr, buff); in do_tracelog()
H A Dfeature.c706 jsonw_string(json_wtr, helper_name[id]); in probe_helper_for_progtype()
1322 jsonw_string(json_wtr, name); in do_list_builtins()
H A Dmain.c405 jsonw_string(json_wtr, n_argv[i]); in do_batch()
H A Dxlated_dumper.c254 jsonw_string(json_wtr, func_sig); in dump_xlated_json()
H A 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()
H A Dlink.c579 jsonw_string(json_wtr, entry->pvalue); in show_link_close_json()
/linux/tools/testing/selftests/bpf/
H A 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()
H A Djson_writer.h41 void jsonw_string(json_writer_t *self, const char *value);