Searched refs:tuple_set_d64 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 1111 #define tuple_set_d64 tuple_set_s64 macro 1156 tuple_set_d64(t, 0, evsel->db_id); in python_export_evsel() 1174 tuple_set_d64(t, 0, machine->db_id); in python_export_machine() 1193 tuple_set_d64(t, 0, thread__db_id(thread)); in python_export_thread() 1194 tuple_set_d64(t, 1, machine->db_id); in python_export_thread() 1195 tuple_set_d64(t, 2, main_thread_db_id); in python_export_thread() 1214 tuple_set_d64(t, 0, comm->db_id); in python_export_comm() 1216 tuple_set_d64(t, 2, thread__db_id(thread)); in python_export_comm() 1217 tuple_set_d64(t, 3, comm->start); in python_export_comm() 1235 tuple_set_d64(t, 0, db_id); in python_export_comm_thread() [all …]
|