Lines Matching refs:kwlist
577 static char *kwlist[] = { "cpustr", NULL }; in pyrf_cpu_map__init() local
581 kwlist, &cpustr)) in pyrf_cpu_map__init()
646 static char *kwlist[] = { "pid", "tid", "uid", NULL }; in pyrf_thread_map__init() local
650 kwlist, &pid, &tid, &uid)) in pyrf_thread_map__init()
720 static char *kwlist[] = { in pyrf_evsel__init() local
775 "|iKiKKiiiiiiiiiiiiiiiiiiiiiiKK", kwlist, in pyrf_evsel__init()
835 static char *kwlist[] = { "cpus", "threads", "group", "inherit", NULL }; in pyrf_evsel__open() local
837 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|OOii", kwlist, in pyrf_evsel__open()
922 static char *kwlist[] = { "pages", "overwrite", NULL }; in pyrf_evlist__mmap() local
925 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|ii", kwlist, in pyrf_evlist__mmap()
942 static char *kwlist[] = { "timeout", NULL }; in pyrf_evlist__poll() local
945 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i", kwlist, &timeout)) in pyrf_evlist__poll()
1034 static char *kwlist[] = { "cpu", "sample_id_all", NULL }; in pyrf_evlist__read_on_cpu() local
1038 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i|i", kwlist, in pyrf_evlist__read_on_cpu()
1086 static char *kwlist[] = { "group", NULL }; in pyrf_evlist__open() local
1088 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|OOii", kwlist, &group)) in pyrf_evlist__open()
1278 static char *kwlist[] = { "sys", "name", NULL }; in pyrf__tracepoint() local
1282 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|ss", kwlist, in pyrf__tracepoint()