Lines Matching refs:kwlist
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()
921 static char *kwlist[] = { "timeout", NULL }; in pyrf_evlist__poll() local
924 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i", kwlist, &timeout)) in pyrf_evlist__poll()
1013 static char *kwlist[] = { "cpu", "sample_id_all", NULL }; in pyrf_evlist__read_on_cpu() local
1017 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i|i", kwlist, in pyrf_evlist__read_on_cpu()
1065 static char *kwlist[] = { "group", NULL }; in pyrf_evlist__open() local
1067 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|OOii", kwlist, &group)) in pyrf_evlist__open()
1257 static char *kwlist[] = { "sys", "name", NULL }; in pyrf__tracepoint() local
1261 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|ss", kwlist, in pyrf__tracepoint()