OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pyrf_evsel__type
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/util/
python.c
536
static PyTypeObject
pyrf_evsel__type
= {
variable
549
pyrf_evsel__type
.tp_new = PyType_GenericNew;
550
return PyType_Ready(&
pyrf_evsel__type
);
881
Py_INCREF(&
pyrf_evsel__type
);
882
PyModule_AddObject(module, "evsel", (PyObject*)&
pyrf_evsel__type
);
Completed in 53 milliseconds