HomeSort by relevance Sort by last modified time
    Searched refs:min_percent (Results 1 - 7 of 7) 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.c 122 double min_percent)
128 min_hit = ceil(node->children_hit * min_percent);
131 __sort_chain_graph_rel(child, min_percent);
142 __sort_chain_graph_rel(&chain_root->node, param->min_percent / 100.0);
callchain.h 52 double min_percent; member in struct:callchain_param
hist.c 26 .min_percent = 0.5,
724 min_callchain_hits = hists->stats.total_period * (callchain_param.min_percent / 100);
  /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",
builtin-top.c 300 top->min_percent, stdout);
584 perf_evlist__tui_browse_hists(top->evlist, help, &hbt, top->min_percent,
1044 top->min_percent = strtof(arg, NULL);
  /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 5855 milliseconds