Lines Matching defs:t
137 PyObject *t; in define_value() local
178 PyObject *t; in define_field() local
387 PyObject *handler, *context, *t, *obj, *callchain; in python_process_tracepoint() local
485 PyObject *t; in tuple_new() local
493 static int tuple_set_u64(PyObject *t, unsigned int pos, u64 val) in tuple_set_u64()
503 static int tuple_set_s32(PyObject *t, unsigned int pos, s32 val) in tuple_set_s32()
508 static int tuple_set_string(PyObject *t, unsigned int pos, const char *s) in tuple_set_string()
516 PyObject *t; in python_export_evsel() local
534 PyObject *t; in python_export_machine() local
553 PyObject *t; in python_export_thread() local
573 PyObject *t; in python_export_comm() local
591 PyObject *t; in python_export_comm_thread() local
611 PyObject *t; in python_export_dso() local
635 PyObject *t; in python_export_symbol() local
657 PyObject *t; in python_export_branch_type() local
675 PyObject *t; in python_export_sample() local
711 PyObject *t; in python_export_call_path() local
736 PyObject *t; in python_export_call_return() local
770 PyObject *handler, *t, *dict, *callchain, *dict_sample; in python_process_general_event() local