Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dpython.c409 struct pyrf_cpu_map { struct
415 static int pyrf_cpu_map__init(struct pyrf_cpu_map *pcpus, in pyrf_cpu_map__init() argument
431 static void pyrf_cpu_map__delete(struct pyrf_cpu_map *pcpus) in pyrf_cpu_map__delete()
439 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__length()
446 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__item()
464 .tp_basicsize = sizeof(struct pyrf_cpu_map),
685 cpus = ((struct pyrf_cpu_map *)pcpus)->cpus; in pyrf_evsel__open()
747 cpus = ((struct pyrf_cpu_map *)pcpus)->cpus; in pyrf_evlist__init()