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

  /external/blktrace/iowatcher/
plot.h 151 void set_yticks(struct plot *plot, int num_ticks, int first, int last, char *units);
main.c 750 set_yticks(plot, num_yticks, min_offset / (1024 * 1024),
811 set_yticks(plot, num_yticks, 0, max, "");
870 set_yticks(plot, num_yticks, 0, max, "");
925 set_yticks(plot, num_yticks, 0, tf->mpstat_gld[gld_index]->max, "");
1017 set_yticks(plot, num_yticks, 0, max, "");
1233 set_yticks(plot, num_yticks, 0, max, "");
1279 set_yticks(plot, num_yticks, 0, max, units);
    [all...]
plot.c 603 void set_yticks(struct plot *plot, int num_ticks, int first, int last, char *units) function
  /external/blktrace/btt/
btt_plot.py 437 ax.set_yticks([idx for idx in range(0, len(db))])

Completed in 274 milliseconds