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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
hists.c 29 static int __hpp__color_fmt(struct perf_hpp *hpp, struct hist_entry *he,
40 ret = __percent_color_snprintf(hpp->buf, hpp->size, percent);
61 ret += __percent_color_snprintf(hpp->buf + ret,
62 hpp->size - ret,
67 ret += __percent_color_snprintf(hpp->buf + ret,
68 hpp->size - ret,
80 ret += __percent_color_snprintf(hpp->buf + ret,
81 hpp->size - ret,
95 struct perf_hpp *hpp, \
216 struct perf_hpp hpp = { local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
hist.c 311 static inline void advance_hpp(struct perf_hpp *hpp, int inc)
313 hpp->buf += inc;
314 hpp->size -= inc;
317 static int hist_entry__period_snprintf(struct perf_hpp *hpp,
322 char *start = hpp->buf;
335 ret = scnprintf(hpp->buf, hpp->size, "%s", sep ?: " ");
336 advance_hpp(hpp, ret);
341 ret = fmt->color(fmt, hpp, he);
343 ret = fmt->entry(fmt, hpp, he)
356 struct perf_hpp hpp = { local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 599 static int __hpp__color_fmt(struct perf_hpp *hpp, struct hist_entry *he,
606 struct hpp_arg *arg = hpp->ptr;
616 ret += scnprintf(hpp->buf, hpp->size, "%6.2f%%", percent);
617 slsmg_printf("%s", hpp->buf);
647 ret += scnprintf(hpp->buf, hpp->size,
649 slsmg_printf("%s", hpp->buf);
655 ret += scnprintf(hpp->buf, hpp->size
749 struct perf_hpp hpp = { local
    [all...]

Completed in 95 milliseconds