Home | History | Annotate | Download | only in gtod_latency

Lines Matching defs:hist

79 	"hist"
93 printf("Usage: ./gtod_latency {-[so|scatter-output] -[ho|hist-output]"
94 " -[st|scatter-title] -[ht|hist-title] -[sxl|scatter-xlabel]"
95 " -[syl|scatter-ylabel] -[hxl|hist-xlabel] -[hyl|hist-ylabel]"
131 if (!strcmp(flag, "ho") || !strcmp(flag, "hist-output")) {
149 if (!strcmp(flag, "ht") || !strcmp(flag, "hist-title")) {
176 if (!strcmp(flag, "hxl") || !strcmp(flag, "hist-xlabel")) {
185 if (!strcmp(flag, "hyl") || !strcmp(flag, "hist-ylabel")) {
234 stats_container_t hist;
252 stats_container_init(&hist, HIST_BUCKETS);
335 stats_hist(&hist, &dat);
340 labels[HIST_LABELX], labels[HIST_LABELY], &hist,
353 stats_container_free(&hist);