Searched defs:kwlist (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/util/ |
H A D | python.c | 512 static char *kwlist[] = { "cpustr", NULL }; in pyrf_cpu_map__init() local 583 static char *kwlist[] = { "pid", "tid", NULL }; in pyrf_thread_map__init() local 745 static char *kwlist[] = { in pyrf_evsel__init() local 860 static char *kwlist[] = { "cpus", "threads", "group", "inherit", NULL }; in pyrf_evsel__open() local 1100 static char *kwlist[] = { "pages", "overwrite", NULL }; in pyrf_evlist__mmap() local 1120 static char *kwlist[] = { "timeout", NULL }; in pyrf_evlist__poll() local 1203 static char *kwlist[] = { "cpu", "sample_id_all", NULL }; in pyrf_evlist__read_on_cpu() local
|