Lines Matching defs:top
591 struct bts_record *at, *base, *top;
605 top = (struct bts_record *)(unsigned long)ds->bts_index;
607 if (top <= base)
626 for (at = base; at < top; at++) {
646 header.size * (top - base - skip)))
649 for (at = base; at < top; at++) {
1622 get_next_pebs_record_by_bit(void *base, void *top, int bit)
1638 for (at = base; at < top; at += cpuc->pebs_record_size) {
1709 * discrete interval, where the first term is to the top of the
1733 void *base, void *top,
1745 void *at = get_next_pebs_record_by_bit(base, top, bit);
1766 at = get_next_pebs_record_by_bit(at, top, bit);
1794 struct pebs_record_core *at, *top;
1801 top = (struct pebs_record_core *)(unsigned long)ds->pebs_index;
1816 n = top - at;
1823 __intel_pmu_pebs_event(event, iregs, data, at, top, 0, n,
1851 void *base, *at, *top;
1861 top = (struct pebs_record_nhm *)(unsigned long)ds->pebs_index;
1872 if (unlikely(base >= top)) {
1877 for (at = base; at < top; at += x86_pmu.pebs_record_size) {
1954 top, bit, counts[bit],
1966 void *base, *at, *top;
1974 top = (struct pebs_basic *)(unsigned long)ds->pebs_index;
1982 if (unlikely(base >= top)) {
1987 for (at = base; at < top; at += cpuc->pebs_record_size) {
2009 top, bit, counts[bit],