Searched refs:periods_a (Results 1 – 1 of 1) sorted by relevance
651 u64 *periods_a, *periods_b; in hist_entry__sort_on_period() local662 periods_a = zalloc(sizeof(periods_a) * nr_members); in hist_entry__sort_on_period()665 if (!periods_a || !periods_b) in hist_entry__sort_on_period()670 periods_a[perf_evsel__group_idx(evsel)] = pair->stat.period; in hist_entry__sort_on_period()679 ret = period_cmp(periods_a[i], periods_b[i]); in hist_entry__sort_on_period()685 free(periods_a); in hist_entry__sort_on_period()