Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dpython.c1527 static int pyrf_cpu_map__init(struct pyrf_cpu_map *pcpus, in pyrf_evlist__get_pollfd()
1537 pcpus->cpus = perf_cpu_map__new(cpustr); in pyrf_evlist__get_pollfd()
1538 if (pcpus->cpus == NULL) in pyrf_evlist__get_pollfd()
1543 static void pyrf_cpu_map__delete(struct pyrf_cpu_map *pcpus) in pyrf_evlist__get_pollfd()
1545 perf_cpu_map__put(pcpus->cpus);
1546 Py_TYPE(pcpus)->tp_free((PyObject*)pcpus);
1551 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_evlist__add()
1553 return perf_cpu_map__nr(pcpus->cpus); in pyrf_evlist__add()
1558 struct pyrf_cpu_map *pcpus in pyrf_evlist__add()
517 pyrf_cpu_map__init(struct pyrf_cpu_map * pcpus,PyObject * args,PyObject * kwargs) pyrf_cpu_map__init() argument
533 pyrf_cpu_map__delete(struct pyrf_cpu_map * pcpus) pyrf_cpu_map__delete() argument
541 struct pyrf_cpu_map *pcpus = (void *)obj; pyrf_cpu_map__length() local
548 struct pyrf_cpu_map *pcpus = (void *)obj; pyrf_cpu_map__item() local
1069 PyObject *pcpus = NULL, *pthreads = NULL; pyrf_evsel__open() local
1278 PyObject *pcpus = NULL, *pthreads = NULL; pyrf_evlist__init() local
2068 PyObject *pcpus = NULL, *pthreads = NULL; pyrf__parse_events() local
2095 PyObject *pcpus = NULL, *pthreads = NULL; pyrf__parse_metrics() local
[all...]
/linux/arch/s390/hypfs/
H A Dhypfs_vm.h23 __u32 pcpus; member