Searched refs:get_percent (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/tc/ |
D | q_netem.c | 78 static int get_percent(__u32 *percent, const char *str) in get_percent() function 215 if (get_percent(&cor.delay_corr, *argv)) { in netem_parse_opt() 236 if (get_percent(&opt.loss, *argv)) { in netem_parse_opt() 243 if (get_percent(&cor.loss_corr, *argv)) { in netem_parse_opt() 267 if (get_percent(&gimodel.p31, *argv)) { in netem_parse_opt() 275 if (get_percent(&gimodel.p32, *argv)) { in netem_parse_opt() 283 if (get_percent(&gimodel.p23, *argv)) { in netem_parse_opt() 290 if (get_percent(&gemodel.p, *argv)) { in netem_parse_opt() 304 if (get_percent(&gemodel.r, *argv)) { in netem_parse_opt() 312 if (get_percent(&gemodel.h, *argv)) { in netem_parse_opt() [all …]
|
/external/oprofile/libpp/ |
D | format_output.cpp | 66 string get_percent(count_type dividend, count_type divisor) in get_percent() function 325 return get_percent(f.sample.counts[f.pclass], f.counts.total[f.pclass]); in format_percent() 335 return get_percent(f.counts.cumulated_percent[f.pclass], in format_cumulated_percent() 342 return get_percent(f.sample.counts[f.pclass], in format_percent_details() 351 return get_percent(f.counts.cumulated_percent_details[f.pclass], in format_cumulated_percent_details()
|