Searched refs:pyrf_pmu_iterator (Results 1 – 1 of 1) sorted by relevance
785 struct pyrf_pmu_iterator { struct790 static void pyrf_pmu_iterator__dealloc(struct pyrf_pmu_iterator *self) in pyrf_pmu_iterator__dealloc() argument798 struct pyrf_pmu_iterator *itr = (void *)type->tp_alloc(type, 0); in pyrf_pmu_iterator__new()814 struct pyrf_pmu_iterator *itr = (void *)self; in pyrf_pmu_iterator__iternext()836 .tp_basicsize = sizeof(struct pyrf_pmu_iterator),