Lines Matching refs:tuple_set_u64
1113 static int tuple_set_u64(PyObject *t, unsigned int pos, u64 val) in tuple_set_u64() function
1550 tuple_set_u64(t, 0, event->throttle.time); in python_process_throttle()
1551 tuple_set_u64(t, 1, event->throttle.id); in python_process_throttle()
1552 tuple_set_u64(t, 2, event->throttle.stream_id); in python_process_throttle()
1585 tuple_set_u64(t, 0, sample->time); in python_do_process_switch()
1640 tuple_set_u64(t, 5, e->ip); in python_process_auxtrace_error()
1641 tuple_set_u64(t, 6, tm); in python_process_auxtrace_error()
1689 tuple_set_u64(t, n++, tstamp); in process_stat()
1690 tuple_set_u64(t, n++, count->val); in process_stat()
1691 tuple_set_u64(t, n++, count->ena); in process_stat()
1692 tuple_set_u64(t, n++, count->run); in process_stat()
1736 tuple_set_u64(t, n++, tstamp); in python_process_stat_interval()