Lines Matching defs:t
137 PyObject *t; in define_value() local
178 PyObject *t; in define_field() local
388 PyObject *handler, *context, *t, *obj, *callchain; in python_process_tracepoint() local
486 PyObject *t; in tuple_new() local
494 static int tuple_set_u64(PyObject *t, unsigned int pos, u64 val) in tuple_set_u64()
504 static int tuple_set_s32(PyObject *t, unsigned int pos, s32 val) in tuple_set_s32()
509 static int tuple_set_string(PyObject *t, unsigned int pos, const char *s) in tuple_set_string()
517 PyObject *t; in python_export_evsel() local
535 PyObject *t; in python_export_machine() local
554 PyObject *t; in python_export_thread() local
574 PyObject *t; in python_export_comm() local
592 PyObject *t; in python_export_comm_thread() local
612 PyObject *t; in python_export_dso() local
636 PyObject *t; in python_export_symbol() local
658 PyObject *t; in python_export_branch_type() local
676 PyObject *t; in python_export_sample() local
712 PyObject *t; in python_export_call_path() local
737 PyObject *t; in python_export_call_return() local
771 PyObject *handler, *t, *dict, *callchain, *dict_sample; in python_process_general_event() local