Searched refs:tuple_set_u64 (Results 1 – 1 of 1) sorted by relevance
/linux-5.10/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 937 static int tuple_set_u64(PyObject *t, unsigned int pos, u64 val) in tuple_set_u64() function 970 tuple_set_u64(t, 0, evsel->db_id); in python_export_evsel() 988 tuple_set_u64(t, 0, machine->db_id); in python_export_machine() 1007 tuple_set_u64(t, 0, thread->db_id); in python_export_thread() 1008 tuple_set_u64(t, 1, machine->db_id); in python_export_thread() 1009 tuple_set_u64(t, 2, main_thread_db_id); in python_export_thread() 1028 tuple_set_u64(t, 0, comm->db_id); in python_export_comm() 1030 tuple_set_u64(t, 2, thread->db_id); in python_export_comm() 1031 tuple_set_u64(t, 3, comm->start); in python_export_comm() 1049 tuple_set_u64(t, 0, db_id); in python_export_comm_thread() [all …]
|