Home
last modified time | relevance | path

Searched refs:jsonw_uint_field (Results 1 – 11 of 11) sorted by relevance

/linux/tools/bpf/bpftool/
A Dbtf.c113 jsonw_uint_field(w, "id", id); in dump_btf_type()
129 jsonw_uint_field(w, "size", t->size); in dump_btf_type()
170 jsonw_uint_field(w, "size", t->size); in dump_btf_type()
171 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
195 jsonw_uint_field(w, "bitfield_size", in dump_btf_type()
216 jsonw_uint_field(w, "size", t->size); in dump_btf_type()
217 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
229 jsonw_uint_field(w, "val", v->val); in dump_btf_type()
267 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
310 jsonw_uint_field(w, "size", t->size); in dump_btf_type()
[all …]
A Dlink.c65 jsonw_uint_field(wtr, "id", info->id); in show_link_header_json()
69 jsonw_uint_field(wtr, "type", info->type); in show_link_header_json()
71 jsonw_uint_field(json_wtr, "prog_id", info->prog_id); in show_link_header_json()
80 jsonw_uint_field(wtr, "attach_type", attach_type); in show_link_attach_type_json()
96 jsonw_uint_field(wtr, "map_id", info->iter.map.map_id); in show_iter_json()
139 jsonw_uint_field(json_wtr, "prog_type", in show_link_close_json()
154 jsonw_uint_field(json_wtr, "netns_ino", in show_link_close_json()
A Dprog.c359 jsonw_uint_field(json_wtr, "id", info->id); in print_prog_header_json()
364 jsonw_uint_field(json_wtr, "type", info->type); in print_prog_header_json()
376 jsonw_uint_field(json_wtr, "run_time_ns", info->run_time_ns); in print_prog_header_json()
377 jsonw_uint_field(json_wtr, "run_cnt", info->run_cnt); in print_prog_header_json()
380 jsonw_uint_field(json_wtr, "recursion_misses", info->recursion_misses); in print_prog_header_json()
399 jsonw_uint_field(json_wtr, "uid", info->created_by_uid); in print_prog_json()
402 jsonw_uint_field(json_wtr, "bytes_xlated", info->xlated_prog_len); in print_prog_json()
406 jsonw_uint_field(json_wtr, "bytes_jited", info->jited_prog_len); in print_prog_json()
1344 jsonw_uint_field(json_wtr, "retval", test_attr.retval); in do_run()
1345 jsonw_uint_field(json_wtr, "duration", test_attr.duration); in do_run()
A Dnetlink_dumper.h74 jsonw_uint_field(json_wtr, name, val); \
A Djson_writer.c279 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_uint_field() function
321 jsonw_uint_field(wr, "downloads", 2000000ul); in main()
A Dmap.c474 jsonw_uint_field(wtr, "id", info->id); in show_map_header_json()
478 jsonw_uint_field(wtr, "type", info->type); in show_map_header_json()
501 jsonw_uint_field(json_wtr, "bytes_key", info->key_size); in show_map_close_json()
502 jsonw_uint_field(json_wtr, "bytes_value", info->value_size); in show_map_close_json()
503 jsonw_uint_field(json_wtr, "max_entries", info->max_entries); in show_map_close_json()
520 jsonw_uint_field(json_wtr, "owner_prog_type", in show_map_close_json()
A Dcgroup.c68 jsonw_uint_field(json_wtr, "id", info.id); in show_bpf_prog()
73 jsonw_uint_field(json_wtr, "attach_type", attach_type); in show_bpf_prog()
A Djson_writer.h54 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num);
A Dcommon.c622 jsonw_uint_field(json_wtr, "ifindex", ifindex); in print_dev_json()
623 jsonw_uint_field(json_wtr, "ns_dev", ns_dev); in print_dev_json()
624 jsonw_uint_field(json_wtr, "ns_inode", ns_inode); in print_dev_json()
A Dperf.c69 jsonw_uint_field(json_wtr, "prog_id", prog_id); in print_perf_json()
A Dstruct_ops.c320 jsonw_uint_field(wtr, "id", info->id); in __do_show()

Completed in 18 milliseconds