Lines Matching refs:trace_entry

1190 const struct blk_io_trace *te_blk_io_trace(const struct trace_entry *ent)  in te_blk_io_trace()
1195 static inline const void *pdu_start(const struct trace_entry *ent, bool has_cg) in pdu_start()
1200 static inline u64 t_cgid(const struct trace_entry *ent) in t_cgid()
1205 static inline int pdu_real_len(const struct trace_entry *ent, bool has_cg) in pdu_real_len()
1210 static inline u32 t_action(const struct trace_entry *ent) in t_action()
1215 static inline u32 t_bytes(const struct trace_entry *ent) in t_bytes()
1220 static inline u32 t_sec(const struct trace_entry *ent) in t_sec()
1225 static inline unsigned long long t_sector(const struct trace_entry *ent) in t_sector()
1230 static inline __u16 t_error(const struct trace_entry *ent) in t_error()
1235 static __u64 get_pdu_int(const struct trace_entry *ent, bool has_cg) in get_pdu_int()
1304 const struct trace_entry *ent, bool has_cg) in blk_log_dump_pdu()
1342 static void blk_log_generic(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_generic()
1362 const struct trace_entry *ent, bool has_cg) in blk_log_with_error()
1378 static void blk_log_remap(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_remap()
1389 static void blk_log_plug(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_plug()
1398 static void blk_log_unplug(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_unplug()
1407 static void blk_log_split(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_split()
1417 static void blk_log_msg(struct trace_seq *s, const struct trace_entry *ent, in blk_log_msg()
1462 void (*print)(struct trace_seq *s, const struct trace_entry *ent,