Home
last modified time | relevance | path

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

/linux-6.1.9/tools/bpf/bpftool/
Dbtf.c110 jsonw_uint_field(w, "id", id); in dump_btf_type()
126 jsonw_uint_field(w, "size", t->size); in dump_btf_type()
127 jsonw_uint_field(w, "bits_offset", BTF_INT_OFFSET(v)); in dump_btf_type()
128 jsonw_uint_field(w, "nr_bits", BTF_INT_BITS(v)); in dump_btf_type()
144 jsonw_uint_field(w, "type_id", t->type); in dump_btf_type()
152 jsonw_uint_field(w, "type_id", arr->type); in dump_btf_type()
153 jsonw_uint_field(w, "index_type_id", arr->index_type); in dump_btf_type()
154 jsonw_uint_field(w, "nr_elems", arr->nelems); in dump_btf_type()
168 jsonw_uint_field(w, "size", t->size); in dump_btf_type()
169 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
[all …]
Dlink.c59 jsonw_uint_field(wtr, "id", info->id); in show_link_header_json()
64 jsonw_uint_field(wtr, "type", info->type); in show_link_header_json()
66 jsonw_uint_field(json_wtr, "prog_id", info->prog_id); in show_link_header_json()
77 jsonw_uint_field(wtr, "attach_type", attach_type); in show_link_attach_type_json()
123 jsonw_uint_field(wtr, "map_id", info->iter.map.map_id); in show_iter_json()
126 jsonw_uint_field(wtr, "tid", info->iter.task.tid); in show_iter_json()
128 jsonw_uint_field(wtr, "pid", info->iter.task.pid); in show_iter_json()
180 jsonw_uint_field(json_wtr, "prog_type", prog_info.type); in show_link_close_json()
194 jsonw_uint_field(json_wtr, "netns_ino", in show_link_close_json()
Dcgroup.c134 jsonw_uint_field(json_wtr, "id", info.id); in show_bpf_prog()
138 jsonw_uint_field(json_wtr, "attach_type", attach_type); in show_bpf_prog()
144 jsonw_uint_field(json_wtr, "attach_btf_obj_id", info.attach_btf_obj_id); in show_bpf_prog()
145 jsonw_uint_field(json_wtr, "attach_btf_id", info.attach_btf_id); in show_bpf_prog()
Dnetlink_dumper.h74 jsonw_uint_field(json_wtr, name, val); \
Dprog.c416 jsonw_uint_field(json_wtr, "id", info->id); in print_prog_header_json()
422 jsonw_uint_field(json_wtr, "type", info->type); in print_prog_header_json()
436 jsonw_uint_field(json_wtr, "run_time_ns", info->run_time_ns); in print_prog_header_json()
437 jsonw_uint_field(json_wtr, "run_cnt", info->run_cnt); in print_prog_header_json()
440 jsonw_uint_field(json_wtr, "recursion_misses", info->recursion_misses); in print_prog_header_json()
459 jsonw_uint_field(json_wtr, "uid", info->created_by_uid); in print_prog_json()
462 jsonw_uint_field(json_wtr, "bytes_xlated", info->xlated_prog_len); in print_prog_json()
466 jsonw_uint_field(json_wtr, "bytes_jited", info->jited_prog_len); in print_prog_json()
1416 jsonw_uint_field(json_wtr, "retval", test_attr.retval); in do_run()
1417 jsonw_uint_field(json_wtr, "duration", test_attr.duration); in do_run()
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()
Djson_writer.h54 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num);
Dmap.c447 jsonw_uint_field(wtr, "id", info->id); in show_map_header_json()
452 jsonw_uint_field(wtr, "type", info->type); in show_map_header_json()
475 jsonw_uint_field(json_wtr, "bytes_key", info->key_size); in show_map_close_json()
476 jsonw_uint_field(json_wtr, "bytes_value", info->value_size); in show_map_close_json()
477 jsonw_uint_field(json_wtr, "max_entries", info->max_entries); in show_map_close_json()
496 jsonw_uint_field(json_wtr, "owner_prog_type", in show_map_close_json()
Dperf.c69 jsonw_uint_field(json_wtr, "prog_id", prog_id); in print_perf_json()
Dcommon.c691 jsonw_uint_field(json_wtr, "ifindex", ifindex); in print_dev_json()
692 jsonw_uint_field(json_wtr, "ns_dev", ns_dev); in print_dev_json()
693 jsonw_uint_field(json_wtr, "ns_inode", ns_inode); in print_dev_json()
Dstruct_ops.c320 jsonw_uint_field(wtr, "id", info->id); in __do_show()