Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c24 int min_percent = 100; in ixgbe_ieee_credits() local
32 if (bw[i] < min_percent && bw[i]) in ixgbe_ieee_credits()
33 min_percent = bw[i]; in ixgbe_ieee_credits()
36 multiplier = (min_credit / min_percent) + 1; in ixgbe_ieee_credits()
69 int min_percent = 100; in ixgbe_dcb_calculate_tc_credits() local
91 if (link_percentage && link_percentage < min_percent) in ixgbe_dcb_calculate_tc_credits()
92 min_percent = link_percentage; in ixgbe_dcb_calculate_tc_credits()
103 min_multiplier = (min_credit / min_percent) + 1; in ixgbe_dcb_calculate_tc_credits()
/linux/tools/perf/
H A Dbuiltin-report.c111 float min_percent; member
137 rep->min_percent = pcnt; in report__config()
138 callchain_param.min_percent = pcnt; in report__config()
548 rep->min_percent, pos, in evlist__tui_block_hists_browse()
589 rep->min_percent, pos, NULL); in evlist__tty_browse_hists()
593 hists__fprintf(hists, !quiet, 0, 0, rep->min_percent, stdout, in evlist__tty_browse_hists()
656 return hist_browser(rep->session->evlist, help, NULL, rep->min_percent); in report__gtk_browse_hists()
683 ret = evlist__tui_browse_hists(evlist, help, NULL, rep->min_percent, in report__browse_hists()
1264 rep->min_percent = pcnt; in parse_percent_limit()
1265 callchain_param.min_percent in parse_percent_limit()
[all...]
H A Dbuiltin-annotate.c64 float min_percent;
422 if (ann->min_percent) { in hists__find_annotations()
429 if (percent < ann->min_percent) in hists__find_annotations()
670 ann->min_percent = pcnt; in __cmd_annotate()
65 float min_percent; global() member
H A Dbuiltin-top.c357 top->min_percent, stdout, !symbol_conf.use_callchain); in perf_top__print_sym_table()
650 ret = evlist__tui_browse_hists(top->evlist, help, &hbt, top->min_percent, in display_thread_tui()
1448 top->min_percent = strtof(arg, NULL); in cmd_top()
H A Dbuiltin-c2c.c2949 callchain_param.min_percent = 0; in setup_callchain()
/linux/tools/perf/util/
H A Dtop.h49 float min_percent; member
H A Dblock-info.h71 int report__browse_block_hists(struct block_hist *bh, float min_percent,
H A Dblock-info.c502 int report__browse_block_hists(struct block_hist *bh, float min_percent, in report__browse_block_hists() argument
510 hists__fprintf(&bh->block_hists, true, 0, 0, min_percent, in report__browse_block_hists()
515 ret = block_hists_tui_browse(bh, evsel, min_percent, env); in report__browse_block_hists()
H A Dcallchain.c41 .min_percent = 0.5, \
228 callchain_param.min_percent = strtod(tok, &endptr); in __parse_callchain_report_opt()
419 callchain_param.min_percent = strtod(value, &endptr); in rb_insert_callchain()
537 double min_percent) in callchain_register_param()
544 min_hit = ceil(node->children_hit * min_percent); in create_child()
551 __sort_chain_graph_rel(child, min_percent); in create_child()
562 __sort_chain_graph_rel(&chain_root->node, param->min_percent / 100.0); in create_child()
490 __sort_chain_graph_rel(struct callchain_node * node,double min_percent) __sort_chain_graph_rel() argument
H A Dcallchain.h109 double min_percent;
107 double min_percent; global() member
H A Dhist.h738 float min_percent, struct perf_env *env);
785 float min_percent __maybe_unused, in block_hists_tui_browse()
H A Dhist.c2010 min_callchain_hits = total * (callchain_param.min_percent / 100); in hists__hierarchy_output_resort()
2036 min_callchain_hits = total * (callchain_param.min_percent / 100); in __hists__insert_output_entry()
2078 min_callchain_hits = callchain_total * (callchain_param.min_percent / 100); in output_resort()
/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c449 static unsigned long min_percent(unsigned int percent, unsigned long base, in min_percent() function
465 return min_percent(1, base, 1); in compute_sfb_extent()
467 return min_percent(1, base, 1); in compute_sfb_extent()
469 return min_percent(2, base, 2); in compute_sfb_extent()
471 return min_percent(3, base, 3); in compute_sfb_extent()
473 return min_percent(4, base, 4); in compute_sfb_extent()
475 return min_percent(5, base, 8); in compute_sfb_extent()
/linux/tools/perf/ui/browsers/
H A Dhists.c2965 hb->min_pcnt = callchain_param.min_percent = percent; in hist_browser__update_percent_limit()
3711 float min_percent, struct perf_env *env) in block_hists_tui_browse() argument
3728 browser->min_pcnt = min_percent; in block_hists_tui_browse()