Searched refs:blk_io_trace (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dblktrace_api.h101 struct blk_io_trace { struct
/linux-master/kernel/trace/
H A Dblktrace.c72 struct blk_io_trace *t;
213 * blk_io_trace structure and places it in a per-cpu subbuffer.
222 struct blk_io_trace *t;
1155 static void fill_rwbs(char *rwbs, const struct blk_io_trace *t)
1190 const struct blk_io_trace *te_blk_io_trace(const struct trace_entry *ent)
1192 return (const struct blk_io_trace *)ent;
1251 const struct blk_io_trace *t = te_blk_io_trace(iter->ent);
1265 const struct blk_io_trace *t = te_blk_io_trace(iter->ent);
1487 const struct blk_io_trace *t;
1524 struct blk_io_trace *
[all...]

Completed in 116 milliseconds