OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcpus
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/util/
python.c
247
static int pyrf_cpu_map__init(struct pyrf_cpu_map *
pcpus
,
257
pcpus
->cpus = cpu_map__new(cpustr);
258
if (
pcpus
->cpus == NULL)
263
static void pyrf_cpu_map__delete(struct pyrf_cpu_map *
pcpus
)
265
cpu_map__delete(
pcpus
->cpus);
266
pcpus
->ob_type->tp_free((PyObject*)
pcpus
);
271
struct pyrf_cpu_map *
pcpus
= (void *)obj;
local
273
return
pcpus
->cpus->nr;
278
struct pyrf_cpu_map *
pcpus
= (void *)obj
local
500
PyObject *
pcpus
= NULL, *pthreads = NULL;
local
562
PyObject *
pcpus
= NULL, *pthreads = NULL;
local
[
all
...]
Completed in 106 milliseconds