Lines Matching refs:jsonw_uint_field

132 	jsonw_uint_field(wtr, "id", info->id);  in show_link_header_json()
137 jsonw_uint_field(wtr, "type", info->type); in show_link_header_json()
139 jsonw_uint_field(json_wtr, "prog_id", info->prog_id); in show_link_header_json()
150 jsonw_uint_field(wtr, "attach_type", attach_type); in show_link_attach_type_json()
162 jsonw_uint_field(wtr, "ifindex", ifindex); in show_link_ifindex_json()
208 jsonw_uint_field(wtr, "map_id", info->iter.map.map_id); in show_iter_json()
211 jsonw_uint_field(wtr, "tid", info->iter.task.tid); in show_iter_json()
213 jsonw_uint_field(wtr, "pid", info->iter.task.pid); in show_iter_json()
225 jsonw_uint_field(json_wtr, "pf", in netfilter_dump_json()
227 jsonw_uint_field(json_wtr, "hook", in netfilter_dump_json()
231 jsonw_uint_field(json_wtr, "flags", in netfilter_dump_json()
293 jsonw_uint_field(json_wtr, "func_cnt", info->kprobe_multi.count); in show_kprobe_multi_json()
294 jsonw_uint_field(json_wtr, "missed", info->kprobe_multi.missed); in show_kprobe_multi_json()
313 jsonw_uint_field(json_wtr, "addr", dd.sym_mapping[i].address); in show_kprobe_multi_json()
322 jsonw_uint_field(json_wtr, "cookie", data[j].cookie); in show_kprobe_multi_json()
345 jsonw_uint_field(json_wtr, "func_cnt", info->uprobe_multi.count); in show_uprobe_multi_json()
352 jsonw_uint_field(json_wtr, "offset", in show_uprobe_multi_json()
354 jsonw_uint_field(json_wtr, "ref_ctr_offset", in show_uprobe_multi_json()
356 jsonw_uint_field(json_wtr, "cookie", in show_uprobe_multi_json()
367 jsonw_uint_field(wtr, "addr", info->perf_event.kprobe.addr); in show_perf_event_kprobe_json()
370 jsonw_uint_field(wtr, "offset", info->perf_event.kprobe.offset); in show_perf_event_kprobe_json()
371 jsonw_uint_field(wtr, "missed", info->perf_event.kprobe.missed); in show_perf_event_kprobe_json()
372 jsonw_uint_field(wtr, "cookie", info->perf_event.kprobe.cookie); in show_perf_event_kprobe_json()
381 jsonw_uint_field(wtr, "offset", info->perf_event.uprobe.offset); in show_perf_event_uprobe_json()
382 jsonw_uint_field(wtr, "cookie", info->perf_event.uprobe.cookie); in show_perf_event_uprobe_json()
383 jsonw_uint_field(wtr, "ref_ctr_offset", info->perf_event.uprobe.ref_ctr_offset); in show_perf_event_uprobe_json()
391 jsonw_uint_field(wtr, "cookie", info->perf_event.tracepoint.cookie); in show_perf_event_tracepoint_json()
460 jsonw_uint_field(wtr, "event_type", type); in show_perf_event_event_json()
466 jsonw_uint_field(wtr, "event_config", config); in show_perf_event_event_json()
468 jsonw_uint_field(wtr, "cookie", info->perf_event.event.cookie); in show_perf_event_event_json()
488 jsonw_uint_field(json_wtr, "cookie", info->raw_tracepoint.cookie); in show_link_close_json()
500 jsonw_uint_field(json_wtr, "prog_type", prog_info.type); in show_link_close_json()
504 jsonw_uint_field(json_wtr, "target_obj_id", info->tracing.target_obj_id); in show_link_close_json()
505 jsonw_uint_field(json_wtr, "target_btf_id", info->tracing.target_btf_id); in show_link_close_json()
506 jsonw_uint_field(json_wtr, "cookie", info->tracing.cookie); in show_link_close_json()
517 jsonw_uint_field(json_wtr, "netns_ino", in show_link_close_json()
533 jsonw_uint_field(json_wtr, "map_id", info->sockmap.map_id); in show_link_close_json()
540 jsonw_uint_field(json_wtr, "map_id", in show_link_close_json()