Home
last modified time | relevance | path

Searched refs:min_percent (Results 1 – 7 of 7) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dcallchain.c122 double min_percent) in __sort_chain_graph_rel() argument
128 min_hit = ceil(node->children_hit * min_percent); in __sort_chain_graph_rel()
131 __sort_chain_graph_rel(child, min_percent); in __sort_chain_graph_rel()
142 __sort_chain_graph_rel(&chain_root->node, param->min_percent / 100.0); in sort_chain_graph_rel()
Dtop.h39 float min_percent; member
Dcallchain.h52 double min_percent; member
Dhist.c26 .min_percent = 0.5,
724 min_callchain_hits = hists->stats.total_period * (callchain_param.min_percent / 100); in hists__output_resort()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-report.c54 float min_percent; member
66 rep->min_percent = strtof(value, NULL); in perf_report_config()
461 hists__fprintf(hists, true, 0, 0, rep->min_percent, stdout); in perf_evlist__tty_browse_hists()
584 rep->min_percent, in __cmd_report()
595 NULL, rep->min_percent); in __cmd_report()
652 callchain_param.min_percent = strtod(tok, &endptr); in parse_callchain_opt()
728 rep->min_percent = strtof(str, NULL); in parse_percent_limit()
Dbuiltin-top.c300 top->min_percent, stdout); in perf_top__print_sym_table()
584 perf_evlist__tui_browse_hists(top->evlist, help, &hbt, top->min_percent, in display_thread_tui()
1044 top->min_percent = strtof(arg, NULL); in parse_percent_limit()
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dwrench_menu.cc670 int min_percent = selected_tab->GetMinimumZoomPercent(); in MaxWidthForZoomLabel() local
673 int step = (max_percent - min_percent) / 10; in MaxWidthForZoomLabel()
674 for (int i = min_percent; i <= max_percent; i += step) { in MaxWidthForZoomLabel()