Lines Matching refs:weight
199 u64 weight) in he_stat__add_period() argument
203 he_stat->weight += weight; in he_stat__add_period()
215 dest->weight += src->weight; in he_stat__add_stat()
386 u64 weight = entry->stat.weight; in add_hist_entry() local
404 he_stat__add_period(&he->stat, period, weight); in add_hist_entry()
406 he_stat__add_period(he->stat_acc, period, weight); in add_hist_entry()
453 u64 period, u64 weight, u64 transaction, in __hists__add_entry() argument
470 .weight = weight, in __hists__add_entry()
522 cost = iter->sample->weight; in iter_add_single_mem_entry()
672 sample->period, sample->weight, in iter_add_single_normal_entry()
734 sample->period, sample->weight, in iter_add_single_cumulative_entry()
807 sample->period, sample->weight, in iter_add_next_cumulative_entry()