Searched refs:jsonw_string (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/tools/bpf/bpftool/ | 
| D | json_writer.c | 195 void jsonw_string(json_writer_t *self, const char *value)  in jsonw_string()  function247 	jsonw_string(self, val);  in jsonw_string_field()
 321 		jsonw_string(wr, *++argv);  in main()
 
 | 
| D | netlink_dumper.h | 90 		jsonw_string(json_wtr, str);		\
 | 
| D | json_writer.h | 37 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 | 68 		jsonw_string(json_wtr, s);  in fprintf_json()
 | 
| D | main.c | 314 				jsonw_string(json_wtr, n_argv[i]);  in do_batch()
 | 
| D | prog.c | 263 				jsonw_string(json_wtr, obj->path);  in print_prog_json()593 						jsonw_string(json_wtr, func_sig);  in do_dump()
 596 					jsonw_string(json_wtr, sym_name);  in do_dump()
 
 | 
| D | xlated_dumper.c | 241 					jsonw_string(json_wtr, func_sig);  in dump_xlated_json()
 | 
| D | feature.c | 558 				jsonw_string(json_wtr, helper_name[id]);  in probe_helpers_for_progtype()
 | 
| D | map.c | 554 				jsonw_string(json_wtr, obj->path);  in show_map_close_json()
 |