Lines Matching defs:weight
285 u64 weight)
289 he_stat->weight += weight;
301 dest->weight += src->weight;
308 /* XXX need decay for weight too? */
589 u64 weight = entry->stat.weight;
608 he_stat__add_period(&he->stat, period, weight);
612 he_stat__add_period(he->stat_acc, period, weight);
721 .weight = sample->weight,
825 cost = sample->weight;
830 * must pass period=weight in order to get the correct
832 * based on periods. We want sorting be done on nr_events * weight
833 * and this is indirectly achieved by passing period=weight here
939 sample->weight = bi->flags.cycles ? bi->flags.cycles : 1;