Home
last modified time | relevance | path

Searched refs:pyrf_pmu_iterator (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
H A Dpython.c785 struct pyrf_pmu_iterator { struct
790 static void pyrf_pmu_iterator__dealloc(struct pyrf_pmu_iterator *self) in pyrf_pmu_iterator__dealloc() argument
798 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),