HomeSort by relevance Sort by last modified time
    Searched refs:blk_io_trace (Results 1 - 10 of 10) sorted by null

  /external/blktrace/btt/
mmap.c 39 static struct blk_io_trace *next_t;
49 static inline size_t convert_to_cpu(struct blk_io_trace *t,
50 struct blk_io_trace *tp,
130 int next_trace(struct blk_io_trace *t, void **pdu)
globals.h 161 struct blk_io_trace t;
257 int next_trace(struct blk_io_trace *t, void **pdu);
  /external/blktrace/
blkrawverify.c 104 static void dump_trace(FILE *ofp, char *prefix, struct blk_io_trace *bit)
125 struct blk_io_trace *tmp = bit_save; \
131 bit = malloc(sizeof(struct blk_io_trace)); \
147 struct blk_io_trace *bit_save = NULL;
148 struct blk_io_trace *bit = malloc(sizeof(struct blk_io_trace));
174 while ((n = fread(bit, sizeof(struct blk_io_trace), 1, ifp)) == 1) {
blkparse.c 225 struct blk_io_trace *bit;
239 static struct blk_io_trace *bit_alloc_list;
573 static void handle_notify(struct blk_io_trace *bit)
751 static inline void bit_free(struct blk_io_trace *bit)
758 bit_alloc_list = (struct blk_io_trace *) bit;
764 static inline struct blk_io_trace *bit_alloc(void)
766 struct blk_io_trace *bit = bit_alloc_list;
769 bit_alloc_list = (struct blk_io_trace *) (unsigned long) \
976 struct blk_io_trace *t)
997 static void log_track_getrq(struct per_dev_info *pdi, struct blk_io_trace *t
    [all...]
blktrace.h 89 static inline int verify_trace(struct blk_io_trace *t)
104 static inline void trace_to_cpu(struct blk_io_trace *t)
143 extern void process_fmt(char *, struct per_cpu_info *, struct blk_io_trace *,
blkparse_fmt.c 53 static inline void fill_rwbs(char *rwbs, struct blk_io_trace *t)
143 #define pdu_start(t) (((void *) (t) + sizeof(struct blk_io_trace)))
145 static unsigned int get_pdu_int(struct blk_io_trace *t)
152 static void get_pdu_remap(struct blk_io_trace *t, struct blk_io_trace_remap *r)
163 struct blk_io_trace *t, unsigned long long elapsed,
257 struct blk_io_trace *t, unsigned long long elapsed,
284 struct blk_io_trace *t, unsigned long long elapsed,
418 void process_fmt(char *act, struct per_cpu_info *pci, struct blk_io_trace *t,
blkiomon.c 45 struct blk_io_trace bit;
108 struct blk_io_trace *bit = &t->bit;
131 struct blk_io_trace *bit1 = &t1->bit;
132 struct blk_io_trace *bit2 = &t2->bit;
308 static int blkiomon_account(struct blk_io_trace *bit_d,
309 struct blk_io_trace *bit_c)
374 static struct trace *blkiomon_fetch_trace(struct blk_io_trace *bit)
431 static int blkiomon_dump_drvdata(struct blk_io_trace *bit, void *pdu_buf)
454 struct blk_io_trace *bit;
blktrace_api.h 95 struct blk_io_trace { struct
blktrace.c 1326 struct blk_io_trace *t;
1351 t = (struct blk_io_trace *)(tbp->buf + off);
    [all...]
  /external/blktrace/btreplay/
btrecord.c 491 struct blk_io_trace t;

Completed in 167 milliseconds