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

  /external/linux-tools-perf/util/
callchain.c 123 double min_percent)
129 min_hit = ceil(node->children_hit * min_percent);
132 __sort_chain_graph_rel(child, min_percent);
143 __sort_chain_graph_rel(&chain_root->node, param->min_percent / 100.0);
callchain.h 49 double min_percent; member in struct:callchain_param
hist.c 17 .min_percent = 0.5
324 min_callchain_hits = self->stats.total_period * (callchain_param.min_percent / 100);
  /external/chromium/chrome/browser/ui/views/
wrench_menu.cc 523 int min_percent = selected_tab->minimum_zoom_percent(); local
526 int step = (max_percent - min_percent) / 10;
527 for (int i = min_percent; i <= max_percent; i += step) {
  /external/chromium_org/chrome/browser/ui/views/
wrench_menu.cc 682 int min_percent = selected_tab->GetMinimumZoomPercent(); local
685 int step = (max_percent - min_percent) / 10;
686 for (int i = min_percent; i <= max_percent; i += step) {
    [all...]
  /external/linux-tools-perf/
builtin-report.c 398 callchain_param.min_percent = strtod(tok, &endptr);
447 OPT_CALLBACK_DEFAULT('g', "call-graph", NULL, "output_type,min_percent",

Completed in 5284 milliseconds