PyDoc_STR         123 tools/perf/util/python.c static char pyrf_mmap_event__doc[] = PyDoc_STR("perf mmap event object.");
PyDoc_STR         167 tools/perf/util/python.c static char pyrf_task_event__doc[] = PyDoc_STR("perf task (fork/exit) event object.");
PyDoc_STR         202 tools/perf/util/python.c static char pyrf_comm_event__doc[] = PyDoc_STR("perf comm event object.");
PyDoc_STR         231 tools/perf/util/python.c static char pyrf_throttle_event__doc[] = PyDoc_STR("perf throttle event object.");
PyDoc_STR         262 tools/perf/util/python.c static char pyrf_lost_event__doc[] = PyDoc_STR("perf lost event object.");
PyDoc_STR         297 tools/perf/util/python.c static char pyrf_read_event__doc[] = PyDoc_STR("perf read event object.");
PyDoc_STR         327 tools/perf/util/python.c static char pyrf_sample_event__doc[] = PyDoc_STR("perf sample event object.");
PyDoc_STR         439 tools/perf/util/python.c static char pyrf_context_switch_event__doc[] = PyDoc_STR("perf context_switch event object.");
PyDoc_STR         597 tools/perf/util/python.c static char pyrf_cpu_map__doc[] = PyDoc_STR("cpu map object.");
PyDoc_STR         666 tools/perf/util/python.c static char pyrf_thread_map__doc[] = PyDoc_STR("thread map object.");
PyDoc_STR         845 tools/perf/util/python.c 		.ml_doc	  = PyDoc_STR("open the event selector file descriptor table.")
PyDoc_STR         850 tools/perf/util/python.c static char pyrf_evsel__doc[] = PyDoc_STR("perf event selector list object.");
PyDoc_STR        1087 tools/perf/util/python.c 		.ml_doc	  = PyDoc_STR("mmap the file descriptor table.")
PyDoc_STR        1093 tools/perf/util/python.c 		.ml_doc	  = PyDoc_STR("open the file descriptors.")
PyDoc_STR        1099 tools/perf/util/python.c 		.ml_doc	  = PyDoc_STR("poll the file descriptor table.")
PyDoc_STR        1105 tools/perf/util/python.c 		.ml_doc	  = PyDoc_STR("get the poll file descriptor table.")
PyDoc_STR        1111 tools/perf/util/python.c 		.ml_doc	  = PyDoc_STR("adds an event selector to the list.")
PyDoc_STR        1117 tools/perf/util/python.c 		.ml_doc	  = PyDoc_STR("reads an event.")
PyDoc_STR        1150 tools/perf/util/python.c static char pyrf_evlist__doc[] = PyDoc_STR("perf event selector list object.");
PyDoc_STR        1277 tools/perf/util/python.c 		.ml_doc	  = PyDoc_STR("Get tracepoint config.")