Home
last modified time | relevance | path

Searched refs:blk_io_trace (Results 1 – 14 of 14) sorted by relevance

/external/blktrace/
Dblkparse.c225 struct blk_io_trace *bit;
239 static struct blk_io_trace *bit_alloc_list;
573 static void handle_notify(struct blk_io_trace *bit) in handle_notify()
751 static inline void bit_free(struct blk_io_trace *bit) in bit_free()
758 bit_alloc_list = (struct blk_io_trace *) bit; in bit_free()
764 static inline struct blk_io_trace *bit_alloc(void) in bit_alloc()
766 struct blk_io_trace *bit = bit_alloc_list; in bit_alloc()
769 bit_alloc_list = (struct blk_io_trace *) (unsigned long) \ in bit_alloc()
976 struct blk_io_trace *t) in log_track_frontmerge()
997 static void log_track_getrq(struct per_dev_info *pdi, struct blk_io_trace *t) in log_track_getrq()
[all …]
Dblkrawverify.c104 static void dump_trace(FILE *ofp, char *prefix, struct blk_io_trace *bit) in dump_trace()
125 struct blk_io_trace *tmp = bit_save; \ in process()
131 bit = malloc(sizeof(struct blk_io_trace)); \ in process()
147 struct blk_io_trace *bit_save = NULL; in process()
148 struct blk_io_trace *bit = malloc(sizeof(struct blk_io_trace)); in process()
174 while ((n = fread(bit, sizeof(struct blk_io_trace), 1, ifp)) == 1) { in process()
Dblkparse_fmt.c53 static inline void fill_rwbs(char *rwbs, struct blk_io_trace *t) in fill_rwbs()
143 #define pdu_start(t) (((void *) (t) + sizeof(struct blk_io_trace)))
145 static unsigned int get_pdu_int(struct blk_io_trace *t) in get_pdu_int()
152 static void get_pdu_remap(struct blk_io_trace *t, struct blk_io_trace_remap *r) in get_pdu_remap()
163 struct blk_io_trace *t, unsigned long long elapsed, in print_field()
257 struct blk_io_trace *t, unsigned long long elapsed, in parse_field()
284 struct blk_io_trace *t, unsigned long long elapsed, in process_default()
418 void process_fmt(char *act, struct per_cpu_info *pci, struct blk_io_trace *t, in process_fmt()
Dblkiomon.c45 struct blk_io_trace bit;
108 struct blk_io_trace *bit = &t->bit; in dump_bit()
131 struct blk_io_trace *bit1 = &t1->bit; in dump_bits()
132 struct blk_io_trace *bit2 = &t2->bit; in dump_bits()
308 static int blkiomon_account(struct blk_io_trace *bit_d, in blkiomon_account()
309 struct blk_io_trace *bit_c) in blkiomon_account()
374 static struct trace *blkiomon_fetch_trace(struct blk_io_trace *bit) in blkiomon_fetch_trace()
431 static int blkiomon_dump_drvdata(struct blk_io_trace *bit, void *pdu_buf) in blkiomon_dump_drvdata()
454 struct blk_io_trace *bit; in blkiomon_do_fifo()
Dblktrace.h89 static inline int verify_trace(struct blk_io_trace *t) in verify_trace()
104 static inline void trace_to_cpu(struct blk_io_trace *t) in trace_to_cpu()
143 extern void process_fmt(char *, struct per_cpu_info *, struct blk_io_trace *,
Dblktrace_api.h95 struct blk_io_trace { struct
Dblktrace.c1326 struct blk_io_trace *t; in handle_list_file()
1351 t = (struct blk_io_trace *)(tbp->buf + off); in handle_list_file()
1976 sizeof(struct blk_io_trace); in show_stats()
/external/fio/
Dblktrace.c62 struct blk_io_trace *t) in discard_pdu()
77 struct blk_io_trace t; in is_blktrace()
206 static void handle_trace_notify(struct blk_io_trace *t) in handle_trace_notify()
226 struct blk_io_trace *t, in handle_trace_discard()
260 static void handle_trace_fs(struct thread_data *td, struct blk_io_trace *t, in handle_trace_fs()
283 static void handle_trace(struct thread_data *td, struct blk_io_trace *t, in handle_trace()
310 static void byteswap_trace(struct blk_io_trace *t) in byteswap_trace()
325 static int t_is_write(struct blk_io_trace *t) in t_is_write()
336 struct blk_io_trace t; in load_blktrace()
Dblktrace_api.h94 struct blk_io_trace { struct
/external/blktrace/btt/
Dmmap.c39 static struct blk_io_trace *next_t;
49 static inline size_t convert_to_cpu(struct blk_io_trace *t, in convert_to_cpu()
50 struct blk_io_trace *tp, in convert_to_cpu()
130 int next_trace(struct blk_io_trace *t, void **pdu) in next_trace()
Dglobals.h161 struct blk_io_trace t;
257 int next_trace(struct blk_io_trace *t, void **pdu);
/external/fio/t/
Dbtrace2fio.c213 static int discard_pdu(struct fifo *fifo, int fd, struct blk_io_trace *t) in discard_pdu()
221 static int handle_trace_notify(struct blk_io_trace *t) in handle_trace_notify()
318 static int t_to_rwdir(struct blk_io_trace *t) in t_to_rwdir()
326 static int handle_trace_discard(struct blk_io_trace *t, struct btrace_pid *p) in handle_trace_discard()
341 static int handle_trace_fs(struct blk_io_trace *t, struct btrace_pid *p) in handle_trace_fs()
366 static int handle_queue_trace(struct blk_io_trace *t, struct btrace_pid *p) in handle_queue_trace()
376 static int handle_trace(struct blk_io_trace *t, struct btrace_pid *p) in handle_trace()
418 static void byteswap_trace(struct blk_io_trace *t) in byteswap_trace()
483 struct blk_io_trace t; in load_blktrace()
1036 struct blk_io_trace t; in trace_needs_swap()
/external/kernel-headers/original/uapi/linux/
Dblktrace_api.h98 struct blk_io_trace { struct
/external/blktrace/btreplay/
Dbtrecord.c491 struct blk_io_trace t; in next_io()