/linux/drivers/media/test-drivers/visl/ |
H A D | visl-trace-h264.h | 14 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_h264_sps, s)), 73 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_h264_pps, p)), 111 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_h264_scaling_matrix, s)), 128 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_h264_pred_weights, p)), 176 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_h264_slice_params, s)), 219 TP_STRUCT__entry(__field_struct(struct v4l2_h264_reference, r) 235 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_h264_decode_params, d)), 274 TP_STRUCT__entry(__field_struct(struct v4l2_h264_dpb_entry, e)
|
H A D | visl-trace-hevc.h | 14 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_hevc_sps, s)), 83 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_hevc_pps, p)), 150 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_hevc_slice_params, s)), 227 TP_STRUCT__entry(__field_struct(struct v4l2_hevc_pred_weight_table, p)), 275 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_hevc_scaling_matrix, s)), 310 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_hevc_decode_params, d)), 350 TP_STRUCT__entry(__field_struct(struct v4l2_hevc_dpb_entry, e)),
|
H A D | visl-trace-mpeg2.h | 14 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_mpeg2_sequence, s)), 31 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_mpeg2_picture, p)), 59 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_mpeg2_quantisation, q)),
|
H A D | visl-trace-vp9.h | 14 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_vp9_frame, f)), 131 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_vp9_compressed_hdr, h)), 207 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_vp9_compressed_hdr, h)), 220 TP_STRUCT__entry(__field_struct(struct v4l2_vp9_mv_probs, p)),
|
H A D | visl-trace-av1.h | 14 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_av1_sequence, s)), 50 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_av1_tile_group_entry, t)), 63 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_av1_frame, f)), 226 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_av1_film_grain, f)),
|
H A D | visl-trace-vp8.h | 14 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_vp8_frame, f)), 40 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_vp8_frame, f)),
|
/linux/kernel/trace/ |
H A D | trace_entries.h | 80 __field_struct( struct ftrace_graph_ent, graph_ent ) 96 __field_struct( struct fgraph_retaddr_ent, graph_ent ) 122 __field_struct( struct ftrace_graph_ret, ret ) 145 __field_struct( struct ftrace_graph_ret, ret ) 313 __field_struct( struct mmiotrace_rw, rw ) 332 __field_struct( struct mmiotrace_map, map ) 376 __field_struct( struct timespec64, timestamp )
|
H A D | trace_export.c | 36 #undef __field_struct 37 #define __field_struct(type, item) macro
|
H A D | trace.h | 69 #undef __field_struct 70 #define __field_struct(type, item) __field(type, item) macro
|
/linux/drivers/s390/cio/ |
H A D | trace.h | 32 __field_struct(struct schib, schib) 113 __field_struct(struct irb, irb) 157 __field_struct(struct tpi_info, tpi_info) 200 __field_struct(union orb, orb) 315 __field_struct(struct tpi_info, tpi_info) 344 __field_struct(struct tpi_info, tpi_info) 363 __field_struct(struct crw, crw)
|
/linux/include/trace/events/ |
H A D | initcall.h | 38 __field_struct(initcall_t, func) 59 __field_struct(initcall_t, func)
|
H A D | afs.h | 710 __field_struct(struct afs_fid, fid) 743 __field_struct(struct afs_fid, fid) 777 __field_struct(struct afs_fid, fid) 814 __field_struct(struct afs_fid, fid) 999 __field_struct(struct afs_fid, dfid) 1000 __field_struct(struct afs_fid, fid) 1230 __field_struct(struct afs_fid, fid) 1253 __field_struct(struct afs_fid, fid) 1280 __field_struct(struct sockaddr_rxrpc, srx) 1301 __field_struct(uuid_t, uuid) [all …]
|
H A D | rxrpc.h | 821 __field_struct(struct rxrpc_host_header, hdr) 1249 __field_struct(struct rxrpc_wire_header, whdr) 1626 __field_struct(struct rxrpc_host_header, hdr) 1770 __field_struct(struct rxrpc_ack_summary, sum) 1898 __field_struct(struct sockaddr_rxrpc, srx) 2034 __field_struct(struct sock_extended_err, ee) 2035 __field_struct(struct sockaddr_rxrpc, srx)
|
H A D | xen.h | 73 __field_struct(xen_mc_callback_fn_t, fn)
|
/linux/include/trace/stages/ |
H A D | stage2_data_offsets.h | 17 #undef __field_struct 18 #define __field_struct(type, item) macro
|
H A D | stage1_struct_define.h | 11 #undef __field_struct 12 #define __field_struct(type, item) type item; macro
|
H A D | stage4_event_fields.h | 22 #undef __field_struct 23 #define __field_struct(type, item) __field_struct_ext(type, item, FILTER_OTHER) macro
|
H A D | stage5_get_offsets.h | 39 #undef __field_struct 40 #define __field_struct(type, item) \ macro
|
H A D | stage6_event_callback.h | 14 #undef __field_struct 15 #define __field_struct(type, item) macro
|
/linux/include/ras/ |
H A D | ras_event.h | 42 __field_struct(guid_t, fru_id) 44 __field_struct(struct cper_mem_err_compact, data)
|
/linux/drivers/cxl/core/ |
H A D | trace.h | 195 __field_struct(uuid_t, hdr_uuid) \ 411 __field_struct(uuid_t, region_uuid) 550 __field_struct(uuid_t, region_uuid)
|
/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | trace.h | 252 __field_struct(struct mt7601u_rxwi, rxwi) 283 __field_struct(struct mt76_txwi, h)
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_trace.h | 661 __field_struct( struct drm_rect, src_rect ) 662 __field_struct( struct drm_rect, dst_rect ) 703 __field_struct( struct drm_rect, bounds ) 786 __field_struct( struct dpu_hw_fmt_layout, layout )
|