Searched refs:tuple_set_u64 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/tools/perf/util/scripting-engines/ |
| D | trace-event-python.c | 929 static int tuple_set_u64(PyObject *t, unsigned int pos, u64 val) in tuple_set_u64() function 956 tuple_set_u64(t, 0, evsel->db_id); in python_export_evsel() 974 tuple_set_u64(t, 0, machine->db_id); in python_export_machine() 993 tuple_set_u64(t, 0, thread->db_id); in python_export_thread() 994 tuple_set_u64(t, 1, machine->db_id); in python_export_thread() 995 tuple_set_u64(t, 2, main_thread_db_id); in python_export_thread() 1013 tuple_set_u64(t, 0, comm->db_id); in python_export_comm() 1031 tuple_set_u64(t, 0, db_id); in python_export_comm_thread() 1032 tuple_set_u64(t, 1, comm->db_id); in python_export_comm_thread() 1033 tuple_set_u64(t, 2, thread->db_id); in python_export_comm_thread() [all …]
|