OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:main_dict
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/util/scripting-engines/
trace-event-python.c
49
static PyObject *main_module, *
main_dict
;
variable
82
handler = PyDict_GetItemString(
main_dict
, handler_name);
128
handler = PyDict_GetItemString(
main_dict
, handler_name);
241
handler = PyDict_GetItemString(
main_dict
, handler_name);
313
handler = PyDict_GetItemString(
main_dict
, "trace_unhandled");
336
main_dict
= PyModule_GetDict(main_module);
337
if (
main_dict
== NULL) {
341
Py_INCREF(
main_dict
);
343
handler = PyDict_GetItemString(
main_dict
, "trace_begin");
354
Py_XDECREF(
main_dict
);
[
all
...]
Completed in 55 milliseconds