Lines Matching refs:tuple_set_s32
947 static int tuple_set_s32(PyObject *t, unsigned int pos, s32 val) in tuple_set_s32() function
989 tuple_set_s32(t, 1, machine->pid); in python_export_machine()
1010 tuple_set_s32(t, 3, thread->pid_); in python_export_thread()
1011 tuple_set_s32(t, 4, thread->tid); in python_export_thread()
1032 tuple_set_s32(t, 4, comm->exec); in python_export_comm()
1097 tuple_set_s32(t, 4, sym->binding); in python_export_symbol()
1115 tuple_set_s32(t, 0, branch_type); in python_export_branch_type()
1143 tuple_set_s32(t, 10, es->sample->cpu); in python_export_sample_table()
1152 tuple_set_s32(t, 19, es->sample->flags & PERF_BRANCH_MASK); in python_export_sample_table()
1153 tuple_set_s32(t, 20, !!(es->sample->flags & PERF_IP_FLAG_IN_TX)); in python_export_sample_table()
1234 tuple_set_s32(t, 10, cr->flags); in python_export_call_return()
1260 tuple_set_s32(t, 3, sample->cpu); in python_export_context_switch()
1265 tuple_set_s32(t, 8, flags); in python_export_context_switch()