Home
last modified time | relevance | path

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

/tools/perf/util/
Dpython.c500 static char *kwlist[] = { "cpustr", NULL }; in pyrf_cpu_map__init() local
504 kwlist, &cpustr)) in pyrf_cpu_map__init()
569 static char *kwlist[] = { "pid", "tid", "uid", NULL }; in pyrf_thread_map__init() local
573 kwlist, &pid, &tid, &uid)) in pyrf_thread_map__init()
643 static char *kwlist[] = { in pyrf_evsel__init() local
698 "|iKiKKiiiiiiiiiiiiiiiiiiiiiiKK", kwlist, in pyrf_evsel__init()
758 static char *kwlist[] = { "cpus", "threads", "group", "inherit", NULL }; in pyrf_evsel__open() local
760 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|OOii", kwlist, in pyrf_evsel__open()
845 static char *kwlist[] = { "pages", "overwrite", NULL }; in pyrf_evlist__mmap() local
848 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|ii", kwlist, in pyrf_evlist__mmap()
[all …]