Home
last modified time | relevance | path

Searched refs:pydict_set_item_string_decref (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/perf/util/scripting-engines/
Dtrace-event-python.c133 static void pydict_set_item_string_decref(PyObject *dict, const char *key, PyObject *val) in pydict_set_item_string_decref() function
424 pydict_set_item_string_decref(pyelem, "ip", in python_process_callchain()
431 pydict_set_item_string_decref(pysym, "start", in python_process_callchain()
433 pydict_set_item_string_decref(pysym, "end", in python_process_callchain()
435 pydict_set_item_string_decref(pysym, "binding", in python_process_callchain()
437 pydict_set_item_string_decref(pysym, "name", in python_process_callchain()
440 pydict_set_item_string_decref(pyelem, "sym", pysym); in python_process_callchain()
446 pydict_set_item_string_decref(pyelem, "dso", in python_process_callchain()
482 pydict_set_item_string_decref(pyelem, "from", in python_process_brstack()
484 pydict_set_item_string_decref(pyelem, "to", in python_process_brstack()
[all …]