Lines Matching refs:kwlist
544 static char *kwlist[] = { "cpustr", NULL }; in pyrf_cpu_map__init() local
548 kwlist, &cpustr)) in pyrf_cpu_map__init()
613 static char *kwlist[] = { "pid", "tid", "uid", NULL }; in pyrf_thread_map__init() local
617 kwlist, &pid, &tid, &uid)) in pyrf_thread_map__init()
687 static char *kwlist[] = { in pyrf_evsel__init() local
742 "|iKiKKiiiiiiiiiiiiiiiiiiiiiiKK", kwlist, in pyrf_evsel__init()
802 static char *kwlist[] = { "cpus", "threads", "group", "inherit", NULL }; in pyrf_evsel__open() local
804 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|OOii", kwlist, in pyrf_evsel__open()
889 static char *kwlist[] = { "pages", "overwrite", NULL }; in pyrf_evlist__mmap() local
892 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|ii", kwlist, in pyrf_evlist__mmap()
909 static char *kwlist[] = { "timeout", NULL }; in pyrf_evlist__poll() local
912 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i", kwlist, &timeout)) in pyrf_evlist__poll()
1000 static char *kwlist[] = { "cpu", "sample_id_all", NULL }; in pyrf_evlist__read_on_cpu() local
1004 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i|i", kwlist, in pyrf_evlist__read_on_cpu()
1052 static char *kwlist[] = { "group", NULL }; in pyrf_evlist__open() local
1054 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|OOii", kwlist, &group)) in pyrf_evlist__open()
1244 static char *kwlist[] = { "sys", "name", NULL }; in pyrf__tracepoint() local
1248 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|ss", kwlist, in pyrf__tracepoint()