Home
last modified time | relevance | path

Searched refs:pcpus (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dpython.c574 static int pyrf_cpu_map__init(struct pyrf_cpu_map *pcpus, in pyrf_cpu_map__init() argument
584 pcpus->cpus = perf_cpu_map__new(cpustr); in pyrf_cpu_map__init()
585 if (pcpus->cpus == NULL) in pyrf_cpu_map__init()
590 static void pyrf_cpu_map__delete(struct pyrf_cpu_map *pcpus) in pyrf_cpu_map__delete() argument
592 perf_cpu_map__put(pcpus->cpus); in pyrf_cpu_map__delete()
593 Py_TYPE(pcpus)->tp_free((PyObject*)pcpus); in pyrf_cpu_map__delete()
598 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__length() local
600 return pcpus->cpus->nr; in pyrf_cpu_map__length()
605 struct pyrf_cpu_map *pcpus in pyrf_cpu_map__item() local
833 PyObject *pcpus = NULL, *pthreads = NULL; pyrf_evsel__open() local
899 PyObject *pcpus = NULL, *pthreads = NULL; pyrf_evlist__init() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dpython.c677 static int pyrf_cpu_map__init(struct pyrf_cpu_map *pcpus, in pyrf_cpu_map__init() argument
687 pcpus->cpus = perf_cpu_map__new(cpustr); in pyrf_cpu_map__init()
688 if (pcpus->cpus == NULL) in pyrf_cpu_map__init()
693 static void pyrf_cpu_map__delete(struct pyrf_cpu_map *pcpus) in pyrf_cpu_map__delete() argument
695 perf_cpu_map__put(pcpus->cpus); in pyrf_cpu_map__delete()
696 Py_TYPE(pcpus)->tp_free((PyObject*)pcpus); in pyrf_cpu_map__delete()
701 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__length() local
703 return perf_cpu_map__nr(pcpus->cpus); in pyrf_cpu_map__length()
708 struct pyrf_cpu_map *pcpus in pyrf_cpu_map__item() local
936 PyObject *pcpus = NULL, *pthreads = NULL; pyrf_evsel__open() local
1002 PyObject *pcpus = NULL, *pthreads = NULL; pyrf_evlist__init() local
[all...]
/kernel/linux/linux-6.6/arch/s390/hypfs/
H A Dhypfs_vm.h23 __u32 pcpus; member
/kernel/linux/linux-5.10/arch/s390/hypfs/
H A Dhypfs_vm.c35 __u32 pcpus; member

Completed in 5 milliseconds