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

  /external/blktrace/iowatcher/
plot.h 144 void set_gdd_bit(struct graph_dot_data *gdd, u64 offset, double bytes, double time);
blkparse.c 1080 set_gdd_bit(tf->gdd_reads[index], offset, io->bytes, io->time);
1084 set_gdd_bit(tf->gdd_writes[index], offset, io->bytes, io->time);
plot.c 189 void set_gdd_bit(struct graph_dot_data *gdd, u64 offset, double bytes, double time) function

Completed in 183 milliseconds