Lines Matching refs:weight
200 u64 weight) in he_stat__add_period() argument
204 he_stat->weight += weight; in he_stat__add_period()
216 dest->weight += src->weight; in he_stat__add_stat()
378 u64 weight = entry->stat.weight; in add_hist_entry() local
396 he_stat__add_period(&he->stat, period, weight); in add_hist_entry()
398 he_stat__add_period(he->stat_acc, period, weight); in add_hist_entry()
447 u64 period, u64 weight, u64 transaction, in __hists__add_entry() argument
464 .weight = weight, in __hists__add_entry()
516 cost = iter->sample->weight; in iter_add_single_mem_entry()
666 sample->period, sample->weight, in iter_add_single_normal_entry()
728 sample->period, sample->weight, in iter_add_single_cumulative_entry()
801 sample->period, sample->weight, in iter_add_next_cumulative_entry()