Lines Matching refs:tuple_set_s32

1116 static int tuple_set_s32(PyObject *t, unsigned int pos, s32 val)  in tuple_set_s32()  function
1163 tuple_set_s32(t, 1, machine->pid); in python_export_machine()
1184 tuple_set_s32(t, 3, thread__pid(thread)); in python_export_thread()
1185 tuple_set_s32(t, 4, thread__tid(thread)); in python_export_thread()
1206 tuple_set_s32(t, 4, comm->exec); in python_export_comm()
1271 tuple_set_s32(t, 4, sym->binding); in python_export_symbol()
1289 tuple_set_s32(t, 0, branch_type); in python_export_branch_type()
1317 tuple_set_s32(t, 10, es->sample->cpu); in python_export_sample_table()
1326 tuple_set_s32(t, 19, es->sample->flags & PERF_BRANCH_MASK); in python_export_sample_table()
1327 tuple_set_s32(t, 20, !!(es->sample->flags & PERF_IP_FLAG_IN_TX)); in python_export_sample_table()
1331 tuple_set_s32(t, 24, es->sample->flags); in python_export_sample_table()
1412 tuple_set_s32(t, 10, cr->flags); in python_export_call_return()
1438 tuple_set_s32(t, 3, sample->cpu); in python_export_context_switch()
1443 tuple_set_s32(t, 8, flags); in python_export_context_switch()
1541 tuple_set_s32(t, 3, sample->cpu); in python_process_throttle()
1542 tuple_set_s32(t, 4, sample->pid); in python_process_throttle()
1543 tuple_set_s32(t, 5, sample->tid); in python_process_throttle()
1574 tuple_set_s32(t, 1, sample->cpu); in python_do_process_switch()
1575 tuple_set_s32(t, 2, sample->pid); in python_do_process_switch()
1576 tuple_set_s32(t, 3, sample->tid); in python_do_process_switch()
1577 tuple_set_s32(t, 4, np_pid); in python_do_process_switch()
1578 tuple_set_s32(t, 5, np_tid); in python_do_process_switch()
1579 tuple_set_s32(t, 6, machine->pid); in python_do_process_switch()
1582 tuple_set_s32(t, 9, sample->machine_pid); in python_do_process_switch()
1583 tuple_set_s32(t, 10, sample->vcpu); in python_do_process_switch()
1625 tuple_set_s32(t, 2, e->cpu); in python_process_auxtrace_error()
1626 tuple_set_s32(t, 3, e->pid); in python_process_auxtrace_error()
1627 tuple_set_s32(t, 4, e->tid); in python_process_auxtrace_error()
1632 tuple_set_s32(t, 9, e->machine_pid); in python_process_auxtrace_error()
1633 tuple_set_s32(t, 10, e->vcpu); in python_process_auxtrace_error()