Searched refs:pyrf_cpu_map (Results 1 – 1 of 1) sorted by relevance
491 struct pyrf_cpu_map { struct497 static int pyrf_cpu_map__init(struct pyrf_cpu_map *pcpus, in pyrf_cpu_map__init() argument513 static void pyrf_cpu_map__delete(struct pyrf_cpu_map *pcpus) in pyrf_cpu_map__delete()521 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__length()528 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__item()546 .tp_basicsize = sizeof(struct pyrf_cpu_map),768 cpus = ((struct pyrf_cpu_map *)pcpus)->cpus; in pyrf_evsel__open()866 cpus = ((struct pyrf_cpu_map *)pcpus)->cpus; in pyrf_evlist__init()879 struct pyrf_cpu_map *pcpu_map = PyObject_New(struct pyrf_cpu_map, &pyrf_cpu_map__type); in pyrf_evlist__all_cpus()1392 cpus = pcpus ? ((struct pyrf_cpu_map *)pcpus)->cpus : NULL; in pyrf__parse_events()