Searched refs:kwlist (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/tools/perf/util/ |
| D | python.c | 418 static char *kwlist[] = { "cpustr", NULL }; in pyrf_cpu_map__init() local 422 kwlist, &cpustr)) in pyrf_cpu_map__init() 487 static char *kwlist[] = { "pid", "tid", "uid", NULL }; in pyrf_thread_map__init() local 491 kwlist, &pid, &tid, &uid)) in pyrf_thread_map__init() 561 static char *kwlist[] = { in pyrf_evsel__init() local 616 "|iKiKKiiiiiiiiiiiiiiiiiiiiiiKK", kwlist, in pyrf_evsel__init() 675 static char *kwlist[] = { "cpus", "threads", "group", "inherit", NULL }; in pyrf_evsel__open() local 677 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|OOii", kwlist, in pyrf_evsel__open() 762 static char *kwlist[] = { "pages", "overwrite", NULL }; in pyrf_evlist__mmap() local 765 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|ii", kwlist, in pyrf_evlist__mmap() [all …]
|