Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dpython.c697 pcpus->cpus = perf_cpu_map__new(cpustr); in pyrf_cpu_map__init()
698 if (pcpus->cpus == NULL) in pyrf_cpu_map__init()
705 perf_cpu_map__put(pcpus->cpus); in pyrf_cpu_map__delete()
706 Py_TYPE(pcpus)->tp_free((PyObject*)pcpus); in pyrf_cpu_map__delete()
711 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__length() local
713 return perf_cpu_map__nr(pcpus->cpus); in pyrf_cpu_map__length()
718 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__item() local
720 if (i >= perf_cpu_map__nr(pcpus->cpus)) in pyrf_cpu_map__item()
946 PyObject *pcpus = NULL, *pthreads = NULL; in pyrf_evsel__open() local
957 if (pcpus != NULL) in pyrf_evsel__open()
[all …]
/openbmc/linux/arch/s390/hypfs/
H A Dhypfs_vm.h23 __u32 pcpus; member