Lines Matching refs:kwlist
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()
782 static char *kwlist[] = { "timeout", NULL }; in pyrf_evlist__poll() local
785 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i", kwlist, &timeout)) in pyrf_evlist__poll()
855 static char *kwlist[] = { "cpu", "sample_id_all", NULL }; in pyrf_evlist__read_on_cpu() local
858 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i|i", kwlist, in pyrf_evlist__read_on_cpu()
888 static char *kwlist[] = { "group", NULL }; in pyrf_evlist__open() local
890 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|OOii", kwlist, &group)) in pyrf_evlist__open()