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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
top.h 39 float min_percent; member in struct:perf_top
callchain.h 52 double min_percent; member in struct:callchain_param
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-report.c 54 float min_percent; member in struct:perf_report
66 rep->min_percent = strtof(value, NULL);
461 hists__fprintf(hists, true, 0, 0, rep->min_percent, stdout);
584 rep->min_percent,
595 NULL, rep->min_percent);
652 callchain_param.min_percent = strtod(tok, &endptr);
728 rep->min_percent = strtof(str, NULL);
797 OPT_CALLBACK_DEFAULT('g', "call-graph", &report, "output_type,min_percent[,print_limit],call_order",
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 670 int min_percent = selected_tab->GetMinimumZoomPercent(); local
673 int step = (max_percent - min_percent) / 10;
674 for (int i = min_percent; i <= max_percent; i += step) {
    [all...]

Completed in 127 milliseconds