Home
last modified time | relevance | path

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

/external/blktrace/
Dblkparse.c225 struct blk_io_trace *bit;
239 static struct blk_io_trace *bit_alloc_list;
575 static void handle_notify(struct blk_io_trace *bit) in handle_notify()
753 static inline void bit_free(struct blk_io_trace *bit) in bit_free()
760 bit_alloc_list = (struct blk_io_trace *) bit; in bit_free()
766 static inline struct blk_io_trace *bit_alloc(void) in bit_alloc()
768 struct blk_io_trace *bit = bit_alloc_list; in bit_alloc()
771 bit_alloc_list = (struct blk_io_trace *) (unsigned long) \ in bit_alloc()
978 struct blk_io_trace *t) in log_track_frontmerge()
999 static void log_track_getrq(struct per_dev_info *pdi, struct blk_io_trace *t) in log_track_getrq()
[all …]
Dblkrawverify.c105 static void dump_trace(FILE *ofp, char *prefix, struct blk_io_trace *bit) in dump_trace()
126 struct blk_io_trace *tmp = bit_save; \ in process()
132 bit = malloc(sizeof(struct blk_io_trace)); \ in process()
148 struct blk_io_trace *bit_save = NULL; in process()
149 struct blk_io_trace *bit = malloc(sizeof(struct blk_io_trace)); in process()
175 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()
148 #define pdu_start(t) (((void *) (t) + sizeof(struct blk_io_trace)))
150 static unsigned int get_pdu_int(struct blk_io_trace *t) in get_pdu_int()
157 static void get_pdu_remap(struct blk_io_trace *t, struct blk_io_trace_remap *r) in get_pdu_remap()
168 struct blk_io_trace *t, unsigned long long elapsed, in print_field()
262 struct blk_io_trace *t, unsigned long long elapsed, in parse_field()
289 struct blk_io_trace *t, unsigned long long elapsed, in process_default()
423 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.h95 static inline int verify_trace(struct blk_io_trace *t) in verify_trace()
110 static inline void trace_to_cpu(struct blk_io_trace *t) in trace_to_cpu()
149 extern void process_fmt(char *, struct per_cpu_info *, struct blk_io_trace *,
Dblktrace_api.h96 struct blk_io_trace { struct
Dblktrace.c1371 struct blk_io_trace *t; in handle_list_file()
1396 t = (struct blk_io_trace *)(tbp->buf + off); in handle_list_file()
2064 sizeof(struct blk_io_trace); in show_stats()
/external/blktrace/iowatcher/
Dblkparse.c144 struct blk_io_trace { struct
252 static struct pending_io *hash_queued_io(struct blk_io_trace *io) in hash_queued_io()
271 static struct pending_io *hash_dispatched_io(struct blk_io_trace *io) in hash_dispatched_io()
285 static struct pending_io *hash_completed_io(struct blk_io_trace *io) in hash_completed_io()
363 struct blk_io_trace *io = trace->io; in handle_notify()
399 trace->io = (struct blk_io_trace *)trace->cur; in next_record()
406 trace->io = (struct blk_io_trace *)trace->cur; in first_record()
409 static int is_io_event(struct blk_io_trace *test) in is_io_event()
429 struct blk_io_trace *test; in find_last_time()
437 test = (struct blk_io_trace *)p; in find_last_time()
[all …]
Dblkparse.h42 struct blk_io_trace *io;
/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;
263 int next_trace(struct blk_io_trace *t, void **pdu);
/external/kernel-headers/original/uapi/linux/
Dblktrace_api.h101 struct blk_io_trace { struct
/external/blktrace/btreplay/
Dbtrecord.c488 struct blk_io_trace t; in next_io()