blk_io_trace2
static void fill_rwbs(char *rwbs, const struct blk_io_trace2 *t)
struct blk_io_trace2 *t;
size_t trace_len = sizeof(struct blk_io_trace2) + pdu_len + cgid_len;
const struct blk_io_trace2 *te_blk_io_trace(const struct trace_entry *ent)
return (const struct blk_io_trace2 *)ent;
const struct blk_io_trace2 *t = te_blk_io_trace(iter->ent);
const struct blk_io_trace2 *t = te_blk_io_trace(iter->ent);
const struct blk_io_trace2 *t;
struct blk_io_trace2 *t = (struct blk_io_trace2 *)iter->ent;
const int offset = offsetof(struct blk_io_trace2, sector);
struct blk_io_trace2 *t;
BUILD_BUG_ON(__alignof__(struct blk_io_trace2) % __alignof__(long));
trace_len = sizeof(struct blk_io_trace2);
static void record_blktrace_event2(struct blk_io_trace2 *t2, pid_t pid, int cpu,