Lines Matching refs:pyrf_cpu_map
511 struct pyrf_cpu_map { struct
517 static int pyrf_cpu_map__init(struct pyrf_cpu_map *pcpus, in pyrf_cpu_map__init() argument
533 static void pyrf_cpu_map__delete(struct pyrf_cpu_map *pcpus) in pyrf_cpu_map__delete()
541 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__length()
548 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__item()
568 .tp_basicsize = sizeof(struct pyrf_cpu_map),
1081 cpus = ((struct pyrf_cpu_map *)pcpus)->cpus; in pyrf_evsel__open()
1099 struct pyrf_cpu_map *pcpu_map = PyObject_New(struct pyrf_cpu_map, &pyrf_cpu_map__type); in pyrf_evsel__cpus()
1286 cpus = ((struct pyrf_cpu_map *)pcpus)->cpus; in pyrf_evlist__init()
1299 struct pyrf_cpu_map *pcpu_map = PyObject_New(struct pyrf_cpu_map, &pyrf_cpu_map__type); in pyrf_evlist__all_cpus()
2076 cpus = pcpus ? ((struct pyrf_cpu_map *)pcpus)->cpus : NULL; in pyrf__parse_events()
2104 cpus = pcpus ? ((struct pyrf_cpu_map *)pcpus)->cpus : NULL; in pyrf__parse_metrics()