Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dpython.c595 struct pyrf_cpu_map { struct
601 static int pyrf_cpu_map__init(struct pyrf_cpu_map *pcpus, in pyrf_cpu_map__init() argument
617 static void pyrf_cpu_map__delete(struct pyrf_cpu_map *pcpus) in pyrf_cpu_map__delete()
625 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__length()
632 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__item()
650 .tp_basicsize = sizeof(struct pyrf_cpu_map),
872 cpus = ((struct pyrf_cpu_map *)pcpus)->cpus; in pyrf_evsel__open()
934 cpus = ((struct pyrf_cpu_map *)pcpus)->cpus; in pyrf_evlist__init()