Lines Matching refs:kwlist
629 static char *kwlist[] = { "cpustr", NULL }; in pyrf_cpu_map__init() local
633 kwlist, &cpustr)) in pyrf_cpu_map__init()
698 static char *kwlist[] = { "pid", "tid", "uid", NULL }; in pyrf_thread_map__init() local
702 kwlist, &pid, &tid, &uid)) in pyrf_thread_map__init()
772 static char *kwlist[] = { in pyrf_evsel__init() local
827 "|iKiKKiiiiiiiiiiiiiiiiiiiiiiKK", kwlist, in pyrf_evsel__init()
887 static char *kwlist[] = { "cpus", "threads", "group", "inherit", NULL }; in pyrf_evsel__open() local
889 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|OOii", kwlist, in pyrf_evsel__open()
974 static char *kwlist[] = { "pages", "overwrite", NULL }; in pyrf_evlist__mmap() local
977 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|ii", kwlist, in pyrf_evlist__mmap()
994 static char *kwlist[] = { "timeout", NULL }; in pyrf_evlist__poll() local
997 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i", kwlist, &timeout)) in pyrf_evlist__poll()
1086 static char *kwlist[] = { "cpu", "sample_id_all", NULL }; in pyrf_evlist__read_on_cpu() local
1090 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i|i", kwlist, in pyrf_evlist__read_on_cpu()
1138 static char *kwlist[] = { "group", NULL }; in pyrf_evlist__open() local
1140 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|OOii", kwlist, &group)) in pyrf_evlist__open()
1330 static char *kwlist[] = { "sys", "name", NULL }; in pyrf__tracepoint() local
1334 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|ss", kwlist, in pyrf__tracepoint()