Lines Matching refs:counter
392 unsigned long counter; member
446 if (!rec->counter) in function_stat_next()
485 if (a->counter < b->counter) in function_stat_cmp()
487 if (a->counter > b->counter) in function_stat_cmp()
521 if (unlikely(rec->counter == 0)) { in function_stat_show()
527 avg = div64_ul(rec->time, rec->counter); in function_stat_show()
533 seq_printf(m, " %-30.30s %10lu", str, rec->counter); in function_stat_show()
539 if (rec->counter <= 1) in function_stat_show()
546 stddev = rec->counter * rec->time_squared - in function_stat_show()
554 rec->counter * (rec->counter - 1) * 1000); in function_stat_show()
783 rec->counter++; in function_profile_call()