Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dpython.c509 static int pyrf_cpu_map__init(struct pyrf_cpu_map *pcpus, in pyrf_cpu_map__init() argument
519 pcpus->cpus = perf_cpu_map__new(cpustr); in pyrf_cpu_map__init()
520 if (pcpus->cpus == NULL) in pyrf_cpu_map__init()
525 static void pyrf_cpu_map__delete(struct pyrf_cpu_map *pcpus) in pyrf_cpu_map__delete() argument
527 perf_cpu_map__put(pcpus->cpus); in pyrf_cpu_map__delete()
528 Py_TYPE(pcpus)->tp_free((PyObject*)pcpus); in pyrf_cpu_map__delete()
533 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__length() local
535 return perf_cpu_map__nr(pcpus->cpus); in pyrf_cpu_map__length()
540 struct pyrf_cpu_map *pcpus in pyrf_cpu_map__item() local
858 PyObject *pcpus = NULL, *pthreads = NULL; pyrf_evsel__open() local
1067 PyObject *pcpus = NULL, *pthreads = NULL; pyrf_evlist__init() local
1669 PyObject *pcpus = NULL, *pthreads = NULL; pyrf__parse_events() local
[all...]
/linux/arch/s390/hypfs/
H A Dhypfs_vm.h23 __u32 pcpus; member