Lines Matching refs:tuple_set_s32
1113 static int tuple_set_s32(PyObject *t, unsigned int pos, s32 val) in tuple_set_s32() function
1160 tuple_set_s32(t, 1, machine->pid); in python_export_machine()
1181 tuple_set_s32(t, 3, thread__pid(thread)); in python_export_thread()
1182 tuple_set_s32(t, 4, thread__tid(thread)); in python_export_thread()
1203 tuple_set_s32(t, 4, comm->exec); in python_export_comm()
1268 tuple_set_s32(t, 4, sym->binding); in python_export_symbol()
1286 tuple_set_s32(t, 0, branch_type); in python_export_branch_type()
1314 tuple_set_s32(t, 10, es->sample->cpu); in python_export_sample_table()
1323 tuple_set_s32(t, 19, es->sample->flags & PERF_BRANCH_MASK); in python_export_sample_table()
1324 tuple_set_s32(t, 20, !!(es->sample->flags & PERF_IP_FLAG_IN_TX)); in python_export_sample_table()
1328 tuple_set_s32(t, 24, es->sample->flags); in python_export_sample_table()
1406 tuple_set_s32(t, 10, cr->flags); in python_export_call_return()
1432 tuple_set_s32(t, 3, sample->cpu); in python_export_context_switch()
1437 tuple_set_s32(t, 8, flags); in python_export_context_switch()
1535 tuple_set_s32(t, 3, sample->cpu); in python_process_throttle()
1536 tuple_set_s32(t, 4, sample->pid); in python_process_throttle()
1537 tuple_set_s32(t, 5, sample->tid); in python_process_throttle()
1568 tuple_set_s32(t, 1, sample->cpu); in python_do_process_switch()
1569 tuple_set_s32(t, 2, sample->pid); in python_do_process_switch()
1570 tuple_set_s32(t, 3, sample->tid); in python_do_process_switch()
1571 tuple_set_s32(t, 4, np_pid); in python_do_process_switch()
1572 tuple_set_s32(t, 5, np_tid); in python_do_process_switch()
1573 tuple_set_s32(t, 6, machine->pid); in python_do_process_switch()
1576 tuple_set_s32(t, 9, sample->machine_pid); in python_do_process_switch()
1577 tuple_set_s32(t, 10, sample->vcpu); in python_do_process_switch()
1619 tuple_set_s32(t, 2, e->cpu); in python_process_auxtrace_error()
1620 tuple_set_s32(t, 3, e->pid); in python_process_auxtrace_error()
1621 tuple_set_s32(t, 4, e->tid); in python_process_auxtrace_error()
1626 tuple_set_s32(t, 9, e->machine_pid); in python_process_auxtrace_error()
1627 tuple_set_s32(t, 10, e->vcpu); in python_process_auxtrace_error()