Lines Matching refs:tuple_set_s32
1078 static int tuple_set_s32(PyObject *t, unsigned int pos, s32 val) in tuple_set_s32() function
1125 tuple_set_s32(t, 1, machine->pid); in python_export_machine()
1146 tuple_set_s32(t, 3, thread->pid_); in python_export_thread()
1147 tuple_set_s32(t, 4, thread->tid); in python_export_thread()
1168 tuple_set_s32(t, 4, comm->exec); in python_export_comm()
1233 tuple_set_s32(t, 4, sym->binding); in python_export_symbol()
1251 tuple_set_s32(t, 0, branch_type); in python_export_branch_type()
1279 tuple_set_s32(t, 10, es->sample->cpu); in python_export_sample_table()
1288 tuple_set_s32(t, 19, es->sample->flags & PERF_BRANCH_MASK); in python_export_sample_table()
1289 tuple_set_s32(t, 20, !!(es->sample->flags & PERF_IP_FLAG_IN_TX)); in python_export_sample_table()
1293 tuple_set_s32(t, 24, es->sample->flags); in python_export_sample_table()
1371 tuple_set_s32(t, 10, cr->flags); in python_export_call_return()
1397 tuple_set_s32(t, 3, sample->cpu); in python_export_context_switch()
1402 tuple_set_s32(t, 8, flags); in python_export_context_switch()
1500 tuple_set_s32(t, 3, sample->cpu); in python_process_throttle()
1501 tuple_set_s32(t, 4, sample->pid); in python_process_throttle()
1502 tuple_set_s32(t, 5, sample->tid); in python_process_throttle()
1533 tuple_set_s32(t, 1, sample->cpu); in python_do_process_switch()
1534 tuple_set_s32(t, 2, sample->pid); in python_do_process_switch()
1535 tuple_set_s32(t, 3, sample->tid); in python_do_process_switch()
1536 tuple_set_s32(t, 4, np_pid); in python_do_process_switch()
1537 tuple_set_s32(t, 5, np_tid); in python_do_process_switch()
1538 tuple_set_s32(t, 6, machine->pid); in python_do_process_switch()
1541 tuple_set_s32(t, 9, sample->machine_pid); in python_do_process_switch()
1542 tuple_set_s32(t, 10, sample->vcpu); in python_do_process_switch()
1584 tuple_set_s32(t, 2, e->cpu); in python_process_auxtrace_error()
1585 tuple_set_s32(t, 3, e->pid); in python_process_auxtrace_error()
1586 tuple_set_s32(t, 4, e->tid); in python_process_auxtrace_error()
1591 tuple_set_s32(t, 9, e->machine_pid); in python_process_auxtrace_error()
1592 tuple_set_s32(t, 10, e->vcpu); in python_process_auxtrace_error()