Lines Matching refs:Python
2 * trace-event-python. Feed trace events to an embedded Python interpreter.
22 #include <Python.h>
56 Py_FatalError("problem in Python trace event handler");
86 Py_FatalError("couldn't create Python tuple");
134 Py_FatalError("couldn't create Python tuple");
257 Py_FatalError("couldn't create Python tuple");
273 Py_FatalError("couldn't create Python dict");
334 Py_FatalError("error resizing Python tuple");
372 Py_FatalError("couldn't create Python tuple");
376 Py_FatalError("couldn't create Python dictionary");
404 Py_FatalError("error resizing Python tuple");
490 sprintf(buf, "Can't open python script \"%s\"", script);
498 fprintf(stderr, "Error running python script %s\n", script);
504 fprintf(stderr, "Error starting python script %s\n", script);
558 "generated by perf script -g python\n");
572 fprintf(ofp, "# be retrieved using Python functions of the form "
575 fprintf(ofp, "# See the perf-trace-python Documentation for the list "
582 fprintf(ofp, "\t'/scripts/python/Perf-Trace-Util/lib/Perf/Trace')\n");
695 fprintf(stderr, "generated Python script: %s\n", fname);
701 .name = "Python",