Home
last modified time | relevance | path

Searched refs:blk_io_trace (Results 1 – 10 of 10) 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/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/blktrace/btreplay/
Dbtrecord.c491 struct blk_io_trace t; in next_io()