Lines Matching refs:tuple_set_s32

1026 static int tuple_set_s32(PyObject *t, unsigned int pos, s32 val)  in tuple_set_s32()  function
1073 tuple_set_s32(t, 1, machine->pid); in python_export_machine()
1094 tuple_set_s32(t, 3, thread->pid_); in python_export_thread()
1095 tuple_set_s32(t, 4, thread->tid); in python_export_thread()
1116 tuple_set_s32(t, 4, comm->exec); in python_export_comm()
1181 tuple_set_s32(t, 4, sym->binding); in python_export_symbol()
1199 tuple_set_s32(t, 0, branch_type); in python_export_branch_type()
1227 tuple_set_s32(t, 10, es->sample->cpu); in python_export_sample_table()
1236 tuple_set_s32(t, 19, es->sample->flags & PERF_BRANCH_MASK); in python_export_sample_table()
1237 tuple_set_s32(t, 20, !!(es->sample->flags & PERF_IP_FLAG_IN_TX)); in python_export_sample_table()
1318 tuple_set_s32(t, 10, cr->flags); in python_export_call_return()
1344 tuple_set_s32(t, 3, sample->cpu); in python_export_context_switch()
1349 tuple_set_s32(t, 8, flags); in python_export_context_switch()
1447 tuple_set_s32(t, 3, sample->cpu); in python_process_throttle()
1448 tuple_set_s32(t, 4, sample->pid); in python_process_throttle()
1449 tuple_set_s32(t, 5, sample->tid); in python_process_throttle()
1480 tuple_set_s32(t, 1, sample->cpu); in python_do_process_switch()
1481 tuple_set_s32(t, 2, sample->pid); in python_do_process_switch()
1482 tuple_set_s32(t, 3, sample->tid); in python_do_process_switch()
1483 tuple_set_s32(t, 4, np_pid); in python_do_process_switch()
1484 tuple_set_s32(t, 5, np_tid); in python_do_process_switch()
1485 tuple_set_s32(t, 6, machine->pid); in python_do_process_switch()
1529 tuple_set_s32(t, 2, e->cpu); in python_process_auxtrace_error()
1530 tuple_set_s32(t, 3, e->pid); in python_process_auxtrace_error()
1531 tuple_set_s32(t, 4, e->tid); in python_process_auxtrace_error()