Searched refs:kwlist (Results 1 – 1 of 1) sorted by relevance
/tools/perf/util/ |
D | python.c | 556 static char *kwlist[] = { "cpustr", NULL }; in pyrf_cpu_map__init() local 560 kwlist, &cpustr)) in pyrf_cpu_map__init() 625 static char *kwlist[] = { "pid", "tid", "uid", NULL }; in pyrf_thread_map__init() local 629 kwlist, &pid, &tid, &uid)) in pyrf_thread_map__init() 699 static char *kwlist[] = { in pyrf_evsel__init() local 754 "|iKiKKiiiiiiiiiiiiiiiiiiiiiiKK", kwlist, in pyrf_evsel__init() 814 static char *kwlist[] = { "cpus", "threads", "group", "inherit", NULL }; in pyrf_evsel__open() local 816 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|OOii", kwlist, in pyrf_evsel__open() 901 static char *kwlist[] = { "pages", "overwrite", NULL }; in pyrf_evlist__mmap() local 904 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|ii", kwlist, in pyrf_evlist__mmap() [all …]
|