Lines Matching refs:kwlist
372 static char *kwlist[] = { "cpustr", NULL }; in pyrf_cpu_map__init() local
376 kwlist, &cpustr)) in pyrf_cpu_map__init()
441 static char *kwlist[] = { "pid", "tid", "uid", NULL }; in pyrf_thread_map__init() local
445 kwlist, &pid, &tid, &uid)) in pyrf_thread_map__init()
515 static char *kwlist[] = { in pyrf_evsel__init() local
568 "|iKiKKiiiiiiiiiiiiiiiiiiiiiKK", kwlist, in pyrf_evsel__init()
626 static char *kwlist[] = { "cpus", "threads", "group", "inherit", NULL }; in pyrf_evsel__open() local
628 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|OOii", kwlist, in pyrf_evsel__open()
713 static char *kwlist[] = { "pages", "overwrite", NULL }; in pyrf_evlist__mmap() local
716 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|ii", kwlist, in pyrf_evlist__mmap()
733 static char *kwlist[] = { "timeout", NULL }; in pyrf_evlist__poll() local
736 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i", kwlist, &timeout)) in pyrf_evlist__poll()
806 static char *kwlist[] = { "cpu", "sample_id_all", NULL }; in pyrf_evlist__read_on_cpu() local
809 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i|i", kwlist, in pyrf_evlist__read_on_cpu()
839 static char *kwlist[] = { "group", NULL }; in pyrf_evlist__open() local
841 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|OOii", kwlist, &group)) in pyrf_evlist__open()