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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpython.c376 static int pyrf_cpu_map__init(struct pyrf_cpu_map *pcpus, argument
386 pcpus->cpus = cpu_map__new(cpustr);
387 if (pcpus->cpus == NULL)
392 static void pyrf_cpu_map__delete(struct pyrf_cpu_map *pcpus) argument
394 cpu_map__delete(pcpus->cpus);
395 pcpus->ob_type->tp_free((PyObject*)pcpus);
400 struct pyrf_cpu_map *pcpus = (void *)obj; local
402 return pcpus->cpus->nr;
407 struct pyrf_cpu_map *pcpus local
631 PyObject *pcpus = NULL, *pthreads = NULL; local
697 PyObject *pcpus = NULL, *pthreads = NULL; local
[all...]

Completed in 74 milliseconds