Searched refs:tuple_set_u64 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 494 static int tuple_set_u64(PyObject *t, unsigned int pos, u64 val) in tuple_set_u64() function 521 tuple_set_u64(t, 0, evsel->db_id); in python_export_evsel() 539 tuple_set_u64(t, 0, machine->db_id); in python_export_machine() 558 tuple_set_u64(t, 0, thread->db_id); in python_export_thread() 559 tuple_set_u64(t, 1, machine->db_id); in python_export_thread() 560 tuple_set_u64(t, 2, main_thread_db_id); in python_export_thread() 578 tuple_set_u64(t, 0, comm->db_id); in python_export_comm() 596 tuple_set_u64(t, 0, db_id); in python_export_comm_thread() 597 tuple_set_u64(t, 1, comm->db_id); in python_export_comm_thread() 598 tuple_set_u64(t, 2, thread->db_id); in python_export_comm_thread() [all …]
|