Searched refs:te_blk_io_trace (Results 1 – 1 of 1) sorted by relevance
1439 const struct blk_io_trace2 *te_blk_io_trace(const struct trace_entry *ent) in te_blk_io_trace() function1446 return (void *)(te_blk_io_trace(ent) + 1) + (has_cg ? sizeof(u64) : 0); in pdu_start()1451 return *(u64 *)(te_blk_io_trace(ent) + 1); in t_cgid()1456 return te_blk_io_trace(ent)->pdu_len - (has_cg ? sizeof(u64) : 0); in pdu_real_len()1461 return te_blk_io_trace(ent)->action; in t_action()1466 return te_blk_io_trace(ent)->bytes; in t_bytes()1471 return te_blk_io_trace(ent)->bytes >> 9; in t_sec()1476 return te_blk_io_trace(ent)->sector; in t_sector()1481 return te_blk_io_trace(ent)->error; in t_error()1500 const struct blk_io_trace2 *t = te_blk_io_trace(iter->ent); in blk_log_action_classic()[all …]